home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2004 March / VPR0403.ISO / gfx / linuxtag.css < prev    next >
Cascading Style Sheet File  |  2003-09-18  |  10KB  |  664 lines

  1. /*
  2.  * Regel fr normale Seiten
  3.  */
  4. BODY {
  5.     background:#FFFFFF;
  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. div.basket
  17. {
  18.   border-top-width:2px;
  19.   border-top-style:solid;
  20.   border-color:black;
  21.   padding-top:3px;
  22. }
  23.  
  24. p.smallnt {
  25.         margin-top:0pt;
  26.         margin:0pt;
  27.         padding-top:0pt;
  28.         padding:0pt;
  29.     font-size:10pt;
  30. }
  31. p.small {
  32.     font-size:10pt;
  33. }
  34.  
  35. P.address {
  36.     margin: 0pt;
  37. }
  38. P.center {
  39.     text-align: center;
  40. }
  41.  
  42. p.ridtid {
  43.         font-size:4pt;
  44.         color:black;
  45. }
  46.  
  47. P.centerbig {
  48.         font-family:verdana, arial, helvetica, sans-serif;
  49.         font-weight:bold;
  50.         font-size:10pt;
  51.         color:#000000;
  52.         margin-top:0pt;
  53.         margin:0pt;
  54.         padding-top:0pt;
  55.         padding:0pt;        
  56.     text-align: center;
  57. }
  58. P.ch1 {
  59.     margin: 0pt;
  60.     text-align: center;
  61.     font-weight:bold;
  62. }
  63. P.ch2 {
  64.     margin: 0pt;
  65.     text-align: center;
  66.     font-weight:bold;
  67. }
  68.  
  69. TABLE.sponsors {
  70.         margin:0pt;
  71.     padding:0pt;
  72.         border-spacing:10pt;
  73.         text-align: center;
  74. }
  75.  
  76. td.booktable {
  77.         vertical-align: top;
  78. }
  79.  
  80. TABLE.kontakt {
  81.     margin:0pt;
  82.     padding:0pt;
  83.         border-spacing:0pt;
  84. }
  85. TD.kontakt {
  86.         vertical-align: top;
  87. }
  88. TD.value {
  89.         text-align: right;
  90. }
  91. TABLE.prereg {
  92.     margin:0pt;
  93.     padding:0pt;
  94.         border-spacing:10pt;
  95. }
  96. TABLE.ltnet {
  97.     margin:0pt;
  98.     padding:0pt;
  99.     width:100%;
  100.     height:15pt;
  101.     background-color:#CCCCCC;
  102. }
  103. TABLE.abspann {
  104.     width:100%;
  105. }
  106. TD.ltnet {
  107.     margin:0pt;
  108.     padding:0pt;
  109.     font-family:verdana, arial, helvetica, sans-serif;
  110.     font-weight:bold;
  111.     font-size:8pt;
  112.     color:black;
  113. }
  114. FONT.ltnet {
  115.     font-family:verdana, arial, helvetica, sans-serif;
  116.     font-weight:bold;
  117.     font-size:8pt;
  118.     color:#555555;
  119.     text-transform:uppercase;
  120. }
  121. FONT.location {
  122.     font-family:verdana, arial, helvetica, sans-serif;
  123.     font-weight:bold;
  124.     font-size:7pt;
  125.     color:#000000;
  126.     text-transform:uppercase;
  127. }
  128. TD.location {
  129.     margin:0pt;
  130.     padding:0pt;
  131.     text-align:right;
  132. }
  133.  
  134. /*
  135.  * Regel fr DocBook
  136.  */
  137. FONT.sect1 {
  138.     font-family:verdana, arial, helvetica, sans-serif;
  139.     font-weight:bold;
  140.     font-size:11pt;
  141.     color:black;
  142.     background:#FFD000;
  143.  
  144. }
  145. TABLE.sect2 {
  146.     width:100%;
  147.     margin:0pt;
  148.     padding:0pt;
  149.     background:#0D1651;
  150.     color:white;
  151. }
  152. FONT.sect2 {
  153.     font-family:verdana, arial, helvetica, sans-serif;
  154.     font-weight:bold;
  155.     font-size:10pt;
  156.     color:white;
  157.     background:#0D1651;
  158. }
  159.  
  160. p.center
  161. {
  162.         text-align: center;
  163. }
  164.  
  165. /*
  166.  * Restliche Regeln
  167.  */
  168. .noborder {
  169.     margin:0pt;
  170.     padding:0pt;
  171. }
  172. .max {
  173.     margin:0pt;
  174.     padding:0pt;
  175.     height:100%;
  176.     width:100%;
  177. }
  178. /*
  179.  * Ende
  180.  */
  181. A:link {                                         /* Unbesuchte Links  */
  182.     text-decoration:none;
  183.     font-weight:bold;
  184.     color:#3333FF;
  185. }
  186.  
  187. A:visited {                                      /* Besuchte Links    */
  188.     text-decoration:none;
  189.     font-weight:bold;
  190.     color:#3333FF; 
  191. }
  192.  
  193. A:active {                                       /* Aktive Links      */
  194.     text-decoration:none;
  195.     font-weight:bold;
  196.     color:#FF0000;
  197.     background:#FFCC00; 
  198. }
  199.  
  200. A:hover {
  201.     text-decoration:none;
  202.     color:#FFFFFF;
  203. }
  204. A.content:hover {
  205.     text-decoration:none;
  206.     color:#FFFFFF;
  207.     background:#445aaa; 
  208. }
  209. A.ulink:hover {
  210.     text-decoration:none;
  211.     color:#000000;
  212. /*    background:#445aaa; */
  213. }
  214. A.llink:hover {
  215.     text-decoration:none;
  216.     color:#FFFFFF;
  217.     background:#445aaa; 
  218. }
  219. A.sponsor:link {                                         /* Unbesuchte Links  */
  220.     text-decoration:none;
  221.     font-weight:bold;
  222. }
  223.  
  224. A.sponsor:visited {                                      /* Besuchte Links    */
  225.     text-decoration:none;
  226.     font-weight:bold;
  227. }
  228.  
  229. A.sponsor:active {                                       /* Aktive Links      */
  230.     text-decoration:none;
  231.     font-weight:bold;
  232. }
  233.  
  234. A.sponsor:hover {
  235.     text-decoration:none;
  236.     color:#FFFFFF;
  237. }
  238. A.ltnet:link {                                         /* Unbesuchte Links  */
  239.     text-decoration:none;
  240.     font-weight:bold;
  241.     color:#3333FF;
  242. }
  243.  
  244. A.ltnet:visited {                                      /* Besuchte Links    */
  245.     text-decoration:none;
  246.     font-weight:bold;
  247.     color:#3333FF; 
  248. }
  249.  
  250. A.ltnet:active {                                       /* Aktive Links      */
  251.     text-decoration:none;
  252.     font-weight:bold;
  253.     color:#FF0000;
  254.     background:#FFCC00;
  255. }
  256.  
  257. A.ltnet:hover {
  258.     text-decoration:none;
  259.     color:#FFFFFF;
  260.     background:#eeeeee;
  261. }
  262. A.mainmenu:link {                                         /* Unbesuchte Links  */
  263.     text-decoration:none;
  264.     font-weight:bold;
  265.     color:#3333FF;
  266. }
  267.  
  268. p.mediaobject
  269. {
  270.         text-align: center;
  271. }
  272.  
  273. A.mainmenu:visited {                                      /* Besuchte Links    */
  274.     text-decoration:none;
  275.     font-weight:bold;
  276.     color:#3333FF; 
  277. }
  278.  
  279. A.mainmenu:active {                                       /* Aktive Links      */
  280.     text-decoration:none;
  281.     font-weight:bold;
  282.     color:#FF0000;
  283.     background:#FFCC00;
  284. }
  285.  
  286. A.mainmenu:hover {
  287.     text-decoration:none;
  288.     color:#d00000;
  289.     background:#8888cc;
  290. }
  291.  
  292. H1 {
  293.     font-family:verdana, arial, helvetica, sans-serif;
  294.     font-weight:bold;
  295.      font-size:10pt;
  296.     color:#0d1651;
  297. }
  298.  
  299. H2.title {
  300.     font-family:verdana, arial, helvetica, sans-serif;
  301.     font-weight:normal;
  302.      font-size:14pt;
  303.     color:#0d1651;
  304.         padding-top:14px;
  305.         margin-bottom:1px;
  306. }
  307.  
  308. H2 {
  309.     font-family:verdana, arial, helvetica, sans-serif;
  310.     font-weight:bold;
  311.      font-size:10pt;
  312.     color:#0d1651;
  313. }
  314.  
  315. DIV.sect1 {
  316.     margin-top: 10pt;
  317. }
  318.  
  319. DIV.sect2 {
  320.     margin-top: 10pt;
  321. }
  322.  
  323. DIV.sect3 {
  324.     margin-top: 10pt;
  325. }
  326.  
  327. DIV.section {
  328.     margin-top: 10pt;
  329. }
  330.  
  331. DIV P {
  332.     margin-bottom: 0pt;
  333. }
  334.  
  335. H3.sect1 {
  336.     font-family:verdana, arial, helvetica, sans-serif;
  337.     font-weight:bold;
  338.      font-size:10pt;
  339.     color:#000000;
  340.     margin-top:0pt;
  341.     margin:0pt;
  342.     padding-top:0pt;
  343.     padding:0pt;
  344. }
  345.  
  346. H3.sect2 {
  347.     font-family:verdana, arial, helvetica, sans-serif;
  348.     font-weight:bold;
  349.      font-size:9pt;
  350.     color:#000000;
  351. }
  352.   
  353. TD {
  354.     font-family:verdana, arial, helvetica, sans-serif;
  355.     font-weight:normal;
  356.     font-size:9pt;
  357.     color:#000000;
  358. }
  359.  
  360. FONT.boxtitle {
  361.     font-family:verdana, arial, helvetica, sans-serif;
  362.     font-weight:bold;
  363.     font-size:8pt;
  364.     color:#0d1651;
  365. }
  366.  
  367. FONT.boxtitleitem {
  368.     font-family:verdana, arial, helvetica, sans-serif;
  369.     font-weight:bold;
  370.     font-size:8pt;
  371.     color:#ffd000;
  372. }
  373.  
  374. FONT.boxcontent {
  375.     font-family:verdana, arial, helvetica, sans-serif;
  376.     font-weight:normal;
  377.     font-size:8pt;
  378.     color:#0d1651;
  379. }
  380.  
  381. FONT.titlebar {
  382.     font-family:verdana, arial, helvetica, sans-serif;
  383.     font-weight:normal;
  384.     font-size:7pt;
  385.     color:#0d1651;
  386.     text-transform:uppercase;
  387.     line-height:7pt;
  388. }
  389.  
  390. FONT.footer {
  391.     font-family:verdana, arial, helvetica, sans-serif;
  392.     font-weight:normal;
  393.     font-size:7pt;
  394.     color:#0d1651;
  395.     line-height:12pt;
  396. }
  397.  
  398. FONT.submenutitle {
  399.     font-family:verdana, arial, helvetica, sans-serif;
  400.     font-weight:bold;
  401.     font-size:7pt;
  402.     color:#ffffff;
  403.     text-transform:uppercase;
  404.     line-height:8pt;
  405. }
  406.  
  407. FONT.submenu {
  408.     font-family:verdana, arial, helvetica, sans-serif;
  409.     font-weight:bold;
  410.     font-size:7pt;
  411.     color:#0d1651;
  412.     text-transform:uppercase;
  413.     line-height:8pt;
  414. }
  415.  
  416. FONT.menu {
  417.     font-family:verdana, arial, helvetica, sans-serif;
  418.     font-weight:bold;
  419.     font-size:8pt;
  420.     #color:#0d1651;
  421.     color:#ffffff;
  422.     text-transform:uppercase;
  423. }
  424.  
  425. FONT {
  426.     font-family:verdana, arial, helvetica, sans-serif;
  427.     font-weight:normal;
  428.     font-size:10pt;
  429.     color:#000000;
  430. }
  431. HR
  432. {
  433.     border-width:1px;
  434.     border-style:dotted;
  435.     border-color:#aaaaaa;
  436. }
  437. TABLE.toc
  438. {
  439.         border-width:1px;
  440.         border-style:solid;
  441.         border-color:#aaaaaa;
  442.     border-spacing:5px;
  443.     background-color:#dddddd;
  444. }
  445.  
  446. TABLE.max
  447. {
  448.     background-color:#eeeeee;
  449. }
  450.  
  451. /* Vortragsprogramm */
  452.  
  453. /* Business-Kongress */
  454. em.event1 {
  455.     background-color:#ccccff;
  456. }
  457.  
  458. /* Behdenkongress */
  459. em.event2 {
  460.     background-color:#ccccdf;
  461. }
  462.  
  463. /* Anwendertrack */
  464. em.event3 {
  465.     background-color:#ffffcc;
  466. }
  467.  
  468. /* Technical Track, Panels */
  469. em.event4 {
  470.     background-color:#ffcccc;
  471. }
  472.  
  473. /* Firmenvortr臠e */
  474. em.event5 {
  475.     background-color:#ccffcc;
  476. }
  477.  
  478. /* Special events */
  479. em.event6 {
  480.     background-color:#ffaa66;
  481. }
  482.  
  483. /* Featured talks */
  484. em.event7 {
  485.     background-color:#ff7777;
  486. }
  487.  
  488. /* Business-Kongress */
  489. TD.event1 {
  490.     background-color:#ccccff;
  491.    vertical-align:bottom;
  492. }
  493.  
  494. /* Behdenkongress */
  495. TD.event2 {
  496.     background-color:#ccccdf;
  497.     width:16%;
  498.    vertical-align:bottom;
  499. }
  500.  
  501. /* Anwendertrack */
  502. TD.event3 {
  503.     background-color:#ffffcc;
  504.    vertical-align:bottom;
  505. }
  506.  
  507. /* Technical Track, Panels */
  508. TD.event4 {
  509.     background-color:#ffcccc;
  510.    vertical-align:bottom;
  511. }
  512.  
  513. /* Firmenvortr臠e */
  514. TD.event5 {
  515.     background-color:#ccffcc;
  516.    vertical-align:bottom;
  517. }
  518.  
  519. /* Special events */
  520. TD.event6 {
  521.     background-color:#ffaa66;
  522.    vertical-align:bottom;
  523. }
  524.  
  525. /* Featured talks */
  526. TD.event7 {
  527.     background-color:#ff7777;
  528.    vertical-align:bottom;
  529. }
  530.  
  531. TD.room {
  532.    width: 100;
  533.    text-align: center;
  534.     font-weight:bold;
  535. }
  536.  
  537. TD.slot {
  538.    vertical-align: top;
  539.     font-weight:bold;
  540. }
  541.  
  542. TD.title {
  543.     font-weight:bold;
  544. }
  545.  
  546. TD.person {
  547.     font-style:italic;
  548. }
  549.  
  550. TD.timeslot {
  551.    text-align: right;
  552.    vertical-align: bottom;
  553. }
  554.  
  555. TD.pause {
  556.     font-style:italic;
  557.    text-align: center;
  558.    vertical-align: center;
  559. }
  560.  
  561. p.alignright
  562. {
  563.    text-align:right;
  564. }
  565.  
  566. /* Quick menu */
  567. TR.quickmenuitem {
  568.     margin-top:8px;
  569.     margin-bottom:8px;
  570.     background-color:#ffd000;
  571. }
  572.  
  573. /* warum klappt das nicht? */
  574. TR.quickmenuitem:hover A:link {
  575.     color:#FFFFFF;
  576. }
  577. TR.quickmenuitem:hover {
  578.     background-color:#8888cc;
  579. }
  580.  
  581. IMG.flag {
  582.     border: 0;
  583.     margin: 0;
  584. }
  585.  
  586. h1.title
  587. {
  588.         font-family:verdana, arial, helvetica, sans-serif;
  589.         font-weight:bold;
  590.         font-size:18pt;
  591. }
  592.  
  593. h3.sect1
  594. {
  595.         font-family:verdana, arial, helvetica, sans-serif;
  596.         font-weight:bold;
  597.         font-size:14pt;
  598. }
  599.         
  600. h3.sect2
  601. {
  602.         font-family:verdana, arial, helvetica, sans-serif;
  603.         font-weight:bold;
  604.         font-size:12pt;
  605.         
  606. }
  607.  
  608. p.talklist_title
  609. {
  610.         font-family:verdana, arial, helvetica, sans-serif;
  611.         font-weight:bold;
  612.         font-size:12pt;
  613.         margin-top:0pt;
  614.         margin:0pt;
  615.         padding-top:0pt;
  616.         padding:0pt;
  617. }
  618.  
  619. p.talklist_author
  620. {
  621.         font-family:verdana, arial, helvetica, sans-serif;
  622.         font-weight:bold;
  623.         font-size:10pt;
  624.         margin-top:0pt;
  625.         margin-bottom:0pt;
  626.         margin:0pt;
  627.         padding-top:0pt;
  628.         padding:0pt;
  629.         padding-bottom:10pt;
  630. }
  631.  
  632. td.booktable h3.section
  633. {
  634.         margin-top:0pt;
  635.         margin-bottom:0pt;
  636.         margin:0pt;
  637.         padding-top:0pt;
  638.         padding:0pt;
  639. }
  640.  
  641. td.booktable p.mediaobject
  642. {
  643.         margin-top:0pt;
  644.         margin-bottom:0pt;
  645.         margin:0pt;
  646.         padding-top:0pt;
  647.         padding:0pt;
  648. }
  649.  
  650. td.booktable
  651. {
  652.         padding:10px;
  653. }
  654.  
  655. p.center p.mediaobject
  656. {
  657.         text-align: none;
  658.  
  659. }
  660.  
  661. p.abstandunten
  662. {
  663.     margin-bottom:20pt;
  664. }