home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 March / VPR0403.ISO / gfx / linuxtag.css-2003-04-04-0110 < prev    next >
Text File  |  2003-09-18  |  7KB  |  400 lines

  1. /*
  2.  * Regel fr normale Seiten
  3.  */
  4. BODY {
  5.     background:#EEEEEE;
  6.     color:black;
  7.     font-size:12pt;
  8.     font-family:verdana, arial, helvetica, sans-serif;
  9.     margin:0pt;
  10.     padding:0pt;
  11. }
  12. em {
  13.     font-weight:bold;
  14.     font-style:normal;
  15. }
  16. P.address {
  17.     margin: 0pt;
  18. }
  19. P.center {
  20.     text-align: center;
  21. }
  22. P.centerbig {
  23.         font-family:verdana, arial, helvetica, sans-serif;
  24.         font-weight:bold;
  25.         font-size:10pt;
  26.         color:#000000;
  27.         margin-top:0pt;
  28.         margin:0pt;
  29.         padding-top:0pt;
  30.         padding:0pt;        
  31.     text-align: center;
  32. }
  33. P.ch1 {
  34.     margin: 0pt;
  35.     text-align: center;
  36.     font-weight:bold;
  37. }
  38. P.ch2 {
  39.     margin: 0pt;
  40.     text-align: center;
  41.     font-weight:bold;
  42. }
  43.  
  44. TABLE.sponsors {
  45.         margin:0pt;
  46.     padding:0pt;
  47.         border-spacing:10pt;
  48.         text-align: center;
  49. }
  50.  
  51. TABLE.kontakt {
  52.     margin:0pt;
  53.     padding:0pt;
  54.         border-spacing:0pt;
  55. }
  56. TD.kontakt {
  57.         vertical-align: top;
  58. }
  59. TABLE.prereg {
  60.     margin:0pt;
  61.     padding:0pt;
  62.         border-spacing:10pt;
  63. }
  64. TABLE.ltnet {
  65.     margin:0pt;
  66.     padding:0pt;
  67.     width:100%;
  68.     height:15pt;
  69.     background-color:#CCCCCC;
  70. }
  71. TD.ltnet {
  72.     margin:0pt;
  73.     padding:0pt;
  74.     font-family:verdana, arial, helvetica, sans-serif;
  75.     font-weight:bold;
  76.     font-size:8pt;
  77.     color:black;
  78. }
  79. FONT.ltnet {
  80.     font-family:verdana, arial, helvetica, sans-serif;
  81.     font-weight:bold;
  82.     font-size:8pt;
  83.     color:#555555;
  84.     text-transform:uppercase;
  85. }
  86. FONT.location {
  87.     font-family:verdana, arial, helvetica, sans-serif;
  88.     font-weight:bold;
  89.     font-size:7pt;
  90.     color:#000000;
  91.     text-transform:uppercase;
  92. }
  93. TD.location {
  94.     margin:0pt;
  95.     padding:0pt;
  96.     text-align:right;
  97. }
  98. /*
  99.  * Regel fr DocBook
  100.  */
  101. FONT.sect1 {
  102.     font-family:verdana, arial, helvetica, sans-serif;
  103.     font-weight:bold;
  104.     font-size:11pt;
  105.     color:black;
  106.     background:#FFD000;
  107.  
  108. }
  109. TABLE.sect2 {
  110.     width:100%;
  111.     margin:0pt;
  112.     padding:0pt;
  113.     background:#0D1651;
  114.     color:white;
  115. }
  116. FONT.sect2 {
  117.     font-family:verdana, arial, helvetica, sans-serif;
  118.     font-weight:bold;
  119.     font-size:10pt;
  120.     color:white;
  121.     background:#0D1651;
  122. }
  123. /*
  124.  * Restliche Regeln
  125.  */
  126. .noborder {
  127.     margin:0pt;
  128.     padding:0pt;
  129. }
  130. .max {
  131.     margin:0pt;
  132.     padding:0pt;
  133.     height:100%;
  134.     width:100%;
  135. }
  136. /*
  137.  * Ende
  138.  */
  139. A:link {                                         /* Unbesuchte Links  */
  140.     text-decoration:none;
  141.     font-weight:bold;
  142.     color:#3333FF;
  143. }
  144.  
  145. A:visited {                                      /* Besuchte Links    */
  146.     text-decoration:none;
  147.     font-weight:bold;
  148.     color:#3333FF; 
  149. }
  150.  
  151. A:active {                                       /* Aktive Links      */
  152.     text-decoration:none;
  153.     font-weight:bold;
  154.     color:#FF0000;
  155.     background:#FFCC00; 
  156. }
  157.  
  158. A:hover {
  159.     text-decoration:none;
  160.     color:#FFFFFF;
  161. }
  162. A.content:hover {
  163.     text-decoration:none;
  164.     color:#FFFFFF;
  165.     background:#445aaa; 
  166. }
  167. A.ulink:hover {
  168.     text-decoration:none;
  169.     color:#000000;
  170. /*    background:#445aaa; */
  171. }
  172. A.llink:hover {
  173.     text-decoration:none;
  174.     color:#FFFFFF;
  175.     background:#445aaa; 
  176. }
  177. A.sponsor:link {                                         /* Unbesuchte Links  */
  178.     text-decoration:none;
  179.     font-weight:bold;
  180. }
  181.  
  182. A.sponsor:visited {                                      /* Besuchte Links    */
  183.     text-decoration:none;
  184.     font-weight:bold;
  185. }
  186.  
  187. A.sponsor:active {                                       /* Aktive Links      */
  188.     text-decoration:none;
  189.     font-weight:bold;
  190. }
  191.  
  192. A.sponsor:hover {
  193.     text-decoration:none;
  194.     color:#FFFFFF;
  195. }
  196. A.ltnet:link {                                         /* Unbesuchte Links  */
  197.     text-decoration:none;
  198.     font-weight:bold;
  199.     color:#3333FF;
  200. }
  201.  
  202. A.ltnet:visited {                                      /* Besuchte Links    */
  203.     text-decoration:none;
  204.     font-weight:bold;
  205.     color:#3333FF; 
  206. }
  207.  
  208. A.ltnet:active {                                       /* Aktive Links      */
  209.     text-decoration:none;
  210.     font-weight:bold;
  211.     color:#FF0000;
  212.     background:#FFCC00;
  213. }
  214.  
  215. A.ltnet:hover {
  216.     text-decoration:none;
  217.     color:#FFFFFF;
  218.     background:#eeeeee;
  219. }
  220. A.mainmenu:link {                                         /* Unbesuchte Links  */
  221.     text-decoration:none;
  222.     font-weight:bold;
  223.     color:#3333FF;
  224. }
  225.  
  226. A.mainmenu:visited {                                      /* Besuchte Links    */
  227.     text-decoration:none;
  228.     font-weight:bold;
  229.     color:#3333FF; 
  230. }
  231.  
  232. A.mainmenu:active {                                       /* Aktive Links      */
  233.     text-decoration:none;
  234.     font-weight:bold;
  235.     color:#FF0000;
  236.     background:#FFCC00;
  237. }
  238.  
  239. A.mainmenu:hover {
  240.     text-decoration:none;
  241.     color:#d00000;
  242.     background:#8888cc;
  243. }
  244.  
  245. H1 {
  246.     font-family:verdana, arial, helvetica, sans-serif;
  247.     font-weight:bold;
  248.      font-size:10pt;
  249.     color:#0d1651;
  250. }
  251.  
  252. H2.title {
  253.     font-family:verdana, arial, helvetica, sans-serif;
  254.     font-weight:normal;
  255.      font-size:14pt;
  256.     color:#0d1651;
  257.         padding-top:14px;
  258.         margin-bottom:1px;
  259. }
  260.  
  261. H2 {
  262.     font-family:verdana, arial, helvetica, sans-serif;
  263.     font-weight:bold;
  264.      font-size:10pt;
  265.     color:#0d1651;
  266. }
  267.  
  268. DIV.sect1 {
  269.     margin-top: 10pt;
  270. }
  271.  
  272. DIV.sect2 {
  273.     margin-top: 10pt;
  274. }
  275.  
  276. DIV.sect3 {
  277.     margin-top: 10pt;
  278. }
  279.  
  280. DIV.section {
  281.     margin-top: 10pt;
  282. }
  283.  
  284. DIV P {
  285.     margin-bottom: 0pt;
  286. }
  287.  
  288. H3.sect1 {
  289.     font-family:verdana, arial, helvetica, sans-serif;
  290.     font-weight:bold;
  291.      font-size:10pt;
  292.     color:#000000;
  293.     margin-top:0pt;
  294.     margin:0pt;
  295.     padding-top:0pt;
  296.     padding:0pt;
  297. }
  298.  
  299. H3.sect2 {
  300.     font-family:verdana, arial, helvetica, sans-serif;
  301.     font-weight:bold;
  302.      font-size:9pt;
  303.     color:#000000;
  304. }
  305.   
  306. TD {
  307.     font-family:verdana, arial, helvetica, sans-serif;
  308.     font-weight:normal;
  309.     font-size:9pt;
  310.     color:#000000;
  311. }
  312.  
  313. FONT.boxtitle {
  314.     font-family:verdana, arial, helvetica, sans-serif;
  315.     font-weight:bold;
  316.     font-size:8pt;
  317.     color:#0d1651;
  318. }
  319.  
  320. FONT.boxtitleitem {
  321.     font-family:verdana, arial, helvetica, sans-serif;
  322.     font-weight:bold;
  323.     font-size:8pt;
  324.     color:#ffd000;
  325. }
  326.  
  327. FONT.boxcontent {
  328.     font-family:verdana, arial, helvetica, sans-serif;
  329.     font-weight:normal;
  330.     font-size:8pt;
  331.     color:#0d1651;
  332. }
  333.  
  334. FONT.titlebar {
  335.     font-family:verdana, arial, helvetica, sans-serif;
  336.     font-weight:normal;
  337.     font-size:7pt;
  338.     color:#0d1651;
  339.     text-transform:uppercase;
  340.     line-height:7pt;
  341. }
  342.  
  343. FONT.footer {
  344.     font-family:verdana, arial, helvetica, sans-serif;
  345.     font-weight:normal;
  346.     font-size:7pt;
  347.     color:#0d1651;
  348.     line-height:12pt;
  349. }
  350.  
  351. FONT.submenutitle {
  352.     font-family:verdana, arial, helvetica, sans-serif;
  353.     font-weight:bold;
  354.     font-size:7pt;
  355.     color:#ffffff;
  356.     text-transform:uppercase;
  357.     line-height:8pt;
  358. }
  359.  
  360. FONT.submenu {
  361.     font-family:verdana, arial, helvetica, sans-serif;
  362.     font-weight:bold;
  363.     font-size:7pt;
  364.     color:#0d1651;
  365.     text-transform:uppercase;
  366.     line-height:8pt;
  367. }
  368.  
  369. FONT.menu {
  370.     font-family:verdana, arial, helvetica, sans-serif;
  371.     font-weight:bold;
  372.     font-size:8pt;
  373.     #color:#0d1651;
  374.     color:#ffffff;
  375.     text-transform:uppercase;
  376. }
  377.  
  378. FONT {
  379.     font-family:verdana, arial, helvetica, sans-serif;
  380.     font-weight:normal;
  381.     font-size:10pt;
  382.     color:#000000;
  383. }
  384. HR
  385. {
  386.     border-width:1px;
  387.     border-style:dotted;
  388.     border-color:#aaaaaa;
  389. }
  390. TABLE.toc
  391. {
  392.         border-width:1px;
  393.         border-style:solid;
  394.         border-color:#aaaaaa;
  395.     border-spacing:5px;
  396.     background-color:#dddddd;
  397. }
  398.  
  399.  
  400.