org.symbian.tools.wrttools.doc.WRTKit/html/commonltr.css
changeset 230 7848c135d915
equal deleted inserted replaced
229:716254ccbcc0 230:7848c135d915
       
     1 /*
       
     2 Style sheet for S60 API reference
       
     3 version 0.1
       
     4 
       
     5 History
       
     6 0.1	OOjala	Cleaned up original RoboHelp version
       
     7 
       
     8 */
       
     9 
       
    10 body {
       
    11 	color: #000000;
       
    12 	background-color: #ffffff;
       
    13 	/*font-size: 80%;*/
       
    14 	font-size: 10pt;
       
    15 	font-family: Arial, sans-serif;
       
    16 	/*line-height: 125%;*/
       
    17 }
       
    18 
       
    19 p {
       
    20 	font-weight: normal;
       
    21 }
       
    22 
       
    23 code {
       
    24 	/*font-size: 150%;*/
       
    25 	font-size: 10pt;
       
    26 }
       
    27 
       
    28 h1 {
       
    29 	line-height: 125%;
       
    30 	font-size: 20pt;
       
    31 	font-weight: bold;
       
    32 	font-style: normal;
       
    33 }
       
    34 
       
    35 h2 {
       
    36 	line-height: 125%;
       
    37 	font-size: 16pt;
       
    38 	font-weight: bold;
       
    39 	font-style: normal;
       
    40 }
       
    41 
       
    42 h3 {
       
    43 	font-size: 14pt;
       
    44 	font-weight: bold;
       
    45 }
       
    46 
       
    47 h4 {
       
    48 	font-size: 12pt;
       
    49 	font-weight: bold;
       
    50 }
       
    51 
       
    52 h5 {
       
    53 	font-size: 11pt;
       
    54 	font-weight: bold;
       
    55 }
       
    56 
       
    57 h6 {
       
    58 	font-size: 10pt;
       
    59 	font-weight: bold;
       
    60 }
       
    61 
       
    62 /* ------------------- LINKS ------------------- */
       
    63 
       
    64 a img {
       
    65   border: 0;
       
    66 }
       
    67 
       
    68 a:link {
       
    69 	color: #0033cc;
       
    70 }
       
    71 
       
    72 a:visited {
       
    73 	color: #0033cc;
       
    74 }
       
    75 
       
    76 a:hover {
       
    77 	color: #ffaa00;
       
    78 }
       
    79 
       
    80 a.qindex {
       
    81 }
       
    82 
       
    83 a.el {
       
    84 	font-weight: normal;
       
    85 }
       
    86 
       
    87 a.code {
       
    88 	font-weight: normal;
       
    89 	color: #4444ee;
       
    90 }
       
    91 
       
    92 /* ------------------- LISTS ------------------- */
       
    93 
       
    94 /* #### check */
       
    95 dl.el {
       
    96 	margin-left: -1cm;
       
    97 }
       
    98 
       
    99 div.toc ul {
       
   100   font-weight: normal;
       
   101   list-style-type: none;
       
   102   margin-left: 2em;
       
   103   padding-left: 0;
       
   104 }
       
   105 
       
   106 div.tabs ul { 
       
   107   padding: 3px 0;
       
   108   margin-left: 0;
       
   109   border-bottom: 1px solid #778;
       
   110 }
       
   111 
       
   112 div.tabs li { 
       
   113   list-style: none;
       
   114   margin: 0;
       
   115   display: inline;
       
   116 
       
   117   border: 1px solid #778;
       
   118   border-bottom: none;
       
   119   background: #eef;
       
   120 
       
   121   padding: 3px 0.5em;
       
   122   margin-left: 3px;
       
   123 }
       
   124 
       
   125 div.tabs ul li a { 
       
   126   padding: 0;
       
   127   margin: 0;
       
   128 /*
       
   129   padding: 3px 0.5em;
       
   130   margin-left: 3px;
       
   131 
       
   132   border: 1px solid #778;
       
   133   border-bottom: none;
       
   134   background: #eef;
       
   135 */
       
   136   text-decoration: none;
       
   137 }
       
   138 
       
   139 
       
   140 div.tabs ul li#current { 
       
   141   background: #ed7;
       
   142 }
       
   143 
       
   144 
       
   145 /* ------------------- DIV ------------------- */
       
   146 
       
   147 div.fragment {
       
   148 	width: 100%;
       
   149 	border: none;
       
   150 	background-color: #eeeeee;
       
   151 }
       
   152 
       
   153 div.example {
       
   154 	width: 100%;
       
   155 	border: none;
       
   156 	background-color: #eeeeee;
       
   157 }
       
   158 
       
   159 pre.fragment {
       
   160 	width: 100%;
       
   161 	/*border: 1px solid black;*/
       
   162 	background-color: #eeeeee;
       
   163 	font-size: 10pt;
       
   164 }
       
   165 
       
   166 #footerLeft { 
       
   167   float: left;
       
   168   width: 50%;
       
   169   margin-top: 0;
       
   170   padding-top: 0;
       
   171   font-size: 8pt;
       
   172 }
       
   173 
       
   174 #footerRight { 
       
   175   margin-top: 0;
       
   176   padding-top: 0;
       
   177   text-align: right;
       
   178 }
       
   179 
       
   180 
       
   181 /* ------------------- TABLE ------------------- */
       
   182 
       
   183 table {
       
   184   border-collapse: collapse;
       
   185   border-style: hidden;
       
   186   font-size: 10pt;
       
   187   /*caption-side: bottom;*/
       
   188 }
       
   189 
       
   190 table caption {
       
   191   padding: 4px;
       
   192   text-align: left;
       
   193   margin-bottom: 0.5em;
       
   194 }
       
   195 
       
   196 .specTable thead {
       
   197   background-color: #eeeeee;
       
   198   border-bottom: 5px double black;
       
   199   text-align: left;
       
   200   padding: 5px;
       
   201 }
       
   202 
       
   203 .specTable thead td {
       
   204   border: none;
       
   205   font-weight: bold;
       
   206 }
       
   207 
       
   208 th {
       
   209   background-color: #eeeeee;
       
   210   border-style: hidden;
       
   211   border-bottom: 5px double black;
       
   212   text-align: left;
       
   213   padding: 5px;
       
   214 }
       
   215 
       
   216 /* tr:hover { background: yellow; } */
       
   217 
       
   218 table p {
       
   219   padding-top: 0px;
       
   220   margin-top: 0px;
       
   221   line-height: 100%;
       
   222 }
       
   223 
       
   224 .specTable td {
       
   225   border-right: 1px solid black;
       
   226   border-bottom: 1px dashed #cacaca;
       
   227   vertical-align: top;
       
   228   padding: 5px;
       
   229 }
       
   230 
       
   231 col.qref { 
       
   232   border: 1px solid black;
       
   233 }
       
   234 
       
   235 td.mdescLeft {
       
   236 	padding: 0px 8px 4px 8px;
       
   237 	font-style: italic;
       
   238 	background-color: #FAFAFA;
       
   239 	border: 1px none #E0E0E0;
       
   240 	margin: 0px;
       
   241 }
       
   242 
       
   243 td.mdescRight {
       
   244 	padding: 0px 8px 4px 8px;
       
   245 	font-style: italic;
       
   246 	background-color: #FAFAFA;
       
   247 	border: 1px none #E0E0E0;
       
   248 	margin: 0px;
       
   249 }
       
   250 
       
   251 td.memItemLeft {
       
   252 	padding: 1px 0px 0px 8px;
       
   253 	margin: 4px;
       
   254 	border: 1px none #E0E0E0;
       
   255 	border-top: 1px solid #E0E0E0;
       
   256 	background-color: #FAFAFA;
       
   257 }
       
   258 
       
   259 td.memItemRight {
       
   260 	padding: 1px 8px 0px 8px;
       
   261 	margin: 4px;
       
   262 	border: 1px none #E0E0E0;
       
   263 	border-top: 1px solid #E0E0E0;
       
   264 	background-color: #FAFAFA;
       
   265 }
       
   266 
       
   267 td.md {
       
   268 	background-color: #f0f0f0;
       
   269 	line-height: 150%;
       
   270 	font-family: "Courier New", Courier, monospace;
       
   271 }
       
   272 
       
   273 td.mdrow {
       
   274 	background-color: #F0F0F0;
       
   275 	line-height: 150%;
       
   276 }
       
   277 
       
   278 td.mdname1 {
       
   279 	background-color: #F0F0F0;
       
   280 	line-height: 150%;
       
   281 	font-family: "Courier New", Courier, monospace;
       
   282 }
       
   283 
       
   284 td.mdname {
       
   285 	background-color: #F0F0F0;
       
   286 	line-height: 150%;
       
   287 	font-family: "Courier New", Courier, monospace;
       
   288 }
       
   289 
       
   290 
       
   291 /* ------------------- SPAN ------------------- */
       
   292 
       
   293 /* span class="keyword"? */
       
   294 font.keyword {
       
   295 	color: #008000;
       
   296 }
       
   297 
       
   298 font.keywordtype {
       
   299 	color: #604020;
       
   300 }
       
   301 
       
   302 font.keywordflow {
       
   303 	color: #e08000;
       
   304 }
       
   305 
       
   306 font.comment {
       
   307 	color: #800000;
       
   308 }
       
   309 
       
   310 font.preprocessor {
       
   311 	color: #806020;
       
   312 }
       
   313 
       
   314 font.stringliteral {
       
   315 	color: #002080;
       
   316 }
       
   317 
       
   318 font.charliteral {
       
   319 	color: #008080;
       
   320 }
       
   321 
       
   322 
       
   323 /* ------------------- END ------------------- */