<style type="text/css">
<!-- For the Advanced Portal Login page: -->
.Login_Prompt
{
<!-- Text for the login prompt (username/password) -->
}
.Login_Response
{
<!-- Username and password that user enteres -->
}
.Login_OtherText
{
<!-- Text at bottom ("Please keep me logged in") -->
}
.Login_LoginBorder
{
<!-- The border around the login prompt box. Default is a blue box -->
}
.button
{
<!-- The styling for the input buttons throughout the site -->
}
.Portal_ContentBackground
{
<!-- The background color for the content areas in the portal -->
}
<!--CSS for the Advanced Portal -->
.Portal_GridTitle a
{
<!-- Title text (field names) for all of the grids-->
<!-- needs !important tag after the color -->
}
.Portal_GridTitle {
<!-- Default text color for the grid items-->
<!-- needs !important tag after the color -->
}
.ContentHeader {
<!-- Controls the header are above all content areas-->
}
.Portal_GeneralText
{
<!-- Default text for everything else in the portal-->
}
.Portal_TicketTitleStyle
{
<!-- Field name for new tickets and ticket details -->
}
.Portal_TicketDataStyle
{
<!-- Field data for new tickets and ticket details page -->
}
.Portal_DetailsStyle
{
<!-- Style for the details section of the Ticket Details page (comments)-->
}
<!-- CSS for the Basic Portal (ticket submission portal) -->
.BasicPortal_MainTableStyle
{
<!-- The contents of the basic portal are in a table, and this defines that table. Generally you don't want to change this. -->
}
.BasicPortal_FieldDescriptionStyle
{
<!-- Field description for basic portal ("Your Name", "Your E-mail", etc) -->
}
.BasicPortal_FieldValueStyle
{
<!-- Format for the data the user enters for the various fields -->
}
.BasicPortal_DirectionsStyle
{
<!-- Style for the directions text at the top. Note that you can get rid of the directions entrely by setting visibility:hidden -->
}
<!-- CSS For the Public Knowledge Base -->
.PublicKB_PageTitle
{
<!-- Text for the title of the page ("Muroc Systems, Inc. Knowledge Base"). You can get rid of this by settnig visibility:hidden -->
}
.SearchBox {
<!-- Searchbox around the search input -->
}
.Portal_ContentBackground
{
<!-- The background color for the content areas in the knowledgebase -->
}
.PublicKB_SearchResultsBorder
{
<!-- Border around the results text -->
}
.PublicKB_TicketDetailBorder
{
<!-- Border around the ticket detail section -->
}
.PublicKB_SearchTextStyle
{
<!-- Style of the search text -->
}
.PublicKB_TicketDetailStyle
{
<!-- Field data -->
}
.PublicKB_SearchResultsTable
{
<!-- The heading of the search results -->
}
.PublicKB_TicketsTable
{
<!-- Table the ticket information is presented in -->
}
.PublicKB_SearchResultsTicketName
{
<!-- Title of the ticket in the search results section -->
}
.PublicKB_SearchResultsTimesViewed
{
<!-- Number of times the article has been viewed -->
}
.PublicKB_SearchResultsLasstModified
{
<!-- When the ticket was last modified -->
}
</style>