Docs/ExperienceUI/pages/style.css
changeset 0 d5ce4c64ef88
equal deleted inserted replaced
-1:000000000000 0:d5ce4c64ef88
       
     1 body
       
     2         {
       
     3         padding: 10px;
       
     4         background-color: #000000;
       
     5         font-size: 13px;
       
     6         font-family: Verdana, Tahoma, Segoe UI, Arial, Helvetica, sans-serif;
       
     7         font-weight: normal;
       
     8         text-align: left;
       
     9         scrollbar-face-color:#EA7500;
       
    10         scrollbar-highlight-color:#FF9520;
       
    11         scrollbar-3dlight-color:#FFFFFF;
       
    12         scrollbar-darkshadow-color:#000000;
       
    13         scrollbar-shadow-color:#0A2254;
       
    14         scrollbar-arrow-color:#FFFFFF;
       
    15         scrollbar-track-color:#1C3977;
       
    16         }
       
    17         
       
    18 p, li
       
    19         {
       
    20         font-size: 8pt;
       
    21         }
       
    22 
       
    23 h1
       
    24         {
       
    25 	font-family: Verdana;
       
    26         font-size: 14pt;
       
    27         color: #7A7272;
       
    28         font-weight: normal;
       
    29         }
       
    30 
       
    31 h2
       
    32         {
       
    33 	font-family: Verdana;
       
    34         font-size: 12pt;
       
    35         font-weight: normal;
       
    36         color: #7A7272;
       
    37         }
       
    38 
       
    39 h3
       
    40         {
       
    41 	font-family: Verdana;
       
    42         font-size: 10pt;
       
    43         font-weight: normal;
       
    44         color: #3E6097;
       
    45         }
       
    46 	
       
    47 m1
       
    48         {
       
    49 	font-family: Verdana;
       
    50         font-size: 14pt;
       
    51         color: #7A7272;
       
    52         font-weight: normal;
       
    53         }
       
    54 
       
    55 m2
       
    56         {
       
    57 	font-family: Verdana;
       
    58         font-size: 10pt;
       
    59         font-weight: normal;
       
    60         color: #000000;
       
    61         }
       
    62 
       
    63 m3
       
    64         {
       
    65 	font-family: Verdana;
       
    66         font-size: 10pt;
       
    67         font-weight: normal;
       
    68         color: #294F75;
       
    69         }	
       
    70 
       
    71 tahead
       
    72         {
       
    73         font-family: "Verdana";
       
    74         font-size: 12pt;
       
    75         color: #000000;
       
    76         font-weight: bold;
       
    77         }
       
    78 
       
    79 tabold
       
    80         {
       
    81         font-family: "Verdana";
       
    82         font-size: 10pt;
       
    83         color: #000000;
       
    84         font-weight: bold;
       
    85         }
       
    86 
       
    87 tanorm
       
    88         {
       
    89         font-family: "Verdana";
       
    90         font-size: 10pt;
       
    91         color: #000000;
       
    92         font-weight: medium;
       
    93         }
       
    94 
       
    95 .nsis1-reservedword
       
    96          {
       
    97          font-size: 8pt;
       
    98          font-family: "Courier New";
       
    99          color: #0000FF;
       
   100          font-weight: bold;
       
   101          }
       
   102 	 
       
   103 .nsis1-function
       
   104          {
       
   105          font-size: 8pt;
       
   106          font-family: "Courier New";
       
   107          color: #0000FF;
       
   108          font-weight: bold;
       
   109          }	 
       
   110 
       
   111 .nsis1-parameter
       
   112          {
       
   113          font-size: 8pt;
       
   114          font-family: "Courier New";
       
   115          color: #FF8040;
       
   116          font-weight: normal;
       
   117          }
       
   118 
       
   119 .nsis1-directive
       
   120          {
       
   121          font-size: 8pt;
       
   122          font-family: "Courier New";
       
   123          color: #008000;
       
   124          font-weight: normal;
       
   125          }
       
   126 
       
   127 .nsis1-space
       
   128          {
       
   129          font-size: 8pt;
       
   130          font-family: "Courier New";
       
   131          color: #000000;
       
   132          font-weight: normal;
       
   133          }
       
   134 
       
   135 .nsis1-string
       
   136          {
       
   137          font-size: 8pt;
       
   138          font-family: "Courier New";
       
   139          color: #4A9595;
       
   140          font-weight: normal;
       
   141          }
       
   142 .nsis1-comment
       
   143          {
       
   144          font-size: 8pt;
       
   145          font-family: "Courier New";
       
   146          color: #000080;
       
   147          font-weight: bold;
       
   148          }
       
   149 .nsis1-variable
       
   150          {
       
   151          font-size: 8pt;
       
   152          font-family: "Courier New";
       
   153          color: #800000;
       
   154          font-weight: normal;
       
   155          }
       
   156 .ini1-directive {
       
   157          font-size: 8pt;
       
   158          font-family: "Courier New";
       
   159          color: #008000;
       
   160          font-weight: normal;  
       
   161 }
       
   162 .ini1-reservedword
       
   163          {
       
   164          font-size: 8pt;
       
   165          font-family: "Courier New";
       
   166          color: #0000FF;
       
   167          font-weight: bold;
       
   168          }
       
   169 .ini1-parameter
       
   170          {
       
   171          font-size: 8pt;
       
   172          font-family: "Courier New";
       
   173          color: #FF8040;
       
   174          font-weight: normal;
       
   175          }
       
   176 .footer
       
   177         {
       
   178         font-size: 10px;
       
   179         text-align: right;
       
   180         color: #909090;
       
   181         margin: 5px;
       
   182 	font-family: verdana, sans-serif;
       
   183         }
       
   184 .ini1-string
       
   185          {
       
   186          font-size: 8pt;
       
   187          font-family: "Courier New";
       
   188          color: #4A9595;
       
   189          font-weight: normal;
       
   190          }        
       
   191 a:link, a:visited, a:active
       
   192         {
       
   193         color: #294F75;
       
   194         text-decoration: none;
       
   195         padding-right: 14px;
       
   196         display: inline;
       
   197         background: url('../Images/link.gif') center right no-repeat;
       
   198         }
       
   199 
       
   200 a:hover
       
   201         {
       
   202         color: #E76400;
       
   203         text-decoration: none;
       
   204         }
       
   205 
       
   206 toptext  {
       
   207         font-size : 28pt;
       
   208         font-family : Verdana;
       
   209         font-weight : bold;
       
   210         color : #004687;
       
   211         line-height : 100%;
       
   212         filter: shadow(color=#808080, direction=115, strength=4); height: 40px; width: 100%; color: FFFFFF;
       
   213         }
       
   214 acronym {
       
   215   border-bottom: 1px dotted #000;
       
   216   cursor: help;
       
   217 }
       
   218