Advertisement
Guest User

Comtom

a guest
Aug 6th, 2009
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 11.40 KB | None | 0 0
  1. /* css file for debian web site - Jutta Wrage 2004 */
  2. /* please see README_CSS.txt for more information */
  3.  
  4. html, body {
  5.     color: #000000;
  6.     background-color: #FFFFFF;
  7.     margin: 0 4px 0 4px;
  8.     padding: 0;
  9. }
  10.  
  11. img { border: 0; }
  12.  
  13. h1 { text-align: center; }
  14.  
  15. acronym {
  16.     border-bottom: 1px dotted #000000;
  17. }
  18.  
  19. hr.hidecss {
  20.     border: 0;
  21. }
  22.  
  23. hr {
  24.     border-bottom: 0;
  25.     border-top: 1px solid #BFC3DC;
  26. }
  27.  
  28. samp {
  29.     display: block;
  30.     margin-left: 2em;
  31. }
  32. div.sampleblock {
  33.     width: 80%;
  34.     margin: auto;
  35.     font-family:courier, serif;
  36.     font-size: 90%;
  37. }
  38. .centerblock {
  39.         width: 90%;
  40.     margin-left: auto;
  41.     margin-right: auto;
  42. }      
  43. div.quoteblock {
  44.     width: 75%;
  45.     margin: auto;
  46.     font-size: 90%;
  47.     text-align: justify;
  48. }
  49.  
  50. .quoteblock div.preimg {
  51.     float: left;
  52.     margin-top: 0.2em;
  53. }
  54. .quoteblock cite {
  55.     display: block;
  56.     text-align: right;
  57. }
  58. blockquote.question {
  59.     font-style: italic;
  60. }
  61. blockquote.question p span {
  62.     font-style: normal;
  63.     width: 10%;
  64. }
  65. #pagewidth {
  66.     width: 100%;
  67.     text-align: left;
  68. }
  69.  
  70. /* now the header*/
  71. #header {
  72.     margin-left: -3px;
  73.     width: 100%;
  74.     height: auto;
  75. }
  76.  
  77. /* upper nested header box*/
  78. #upperheader {
  79.     width: 100%;
  80.     margin-top: 11px;
  81.     height: auto;
  82.     background: #FFFFFF;
  83. }
  84.  
  85. #logo {
  86.     float: left;
  87.     margin-left: 6px;
  88.     background: #FFFFFF;
  89. }
  90.  
  91. #serverselect {
  92.     float: right;
  93.     display: block;
  94.     padding-top: 1px;
  95.     margin-right: 6px;
  96.     margin-left: auto;
  97.     text-align: right;
  98.     top: 0;
  99.     right: 0;
  100. }
  101.  
  102. #serverselect p {
  103.     color: #990000;
  104.     font-size: 0.8em;
  105.     font-weight: normal;
  106. }
  107.  
  108. #serverselect p select {
  109.     font-size: 88%;
  110. }
  111.  
  112. #serverselect p input {
  113.     font-size: 88%;
  114. }
  115. .centerlogo {
  116.     margin-left: 260px;
  117.     margin-right: auto;
  118.     width: 125px;
  119.     text-align: center;
  120.     vertical-align: bottom;
  121. }
  122. #cdlogo {
  123. }
  124.  
  125. #hpacketsearch {
  126.     display: block;
  127.     padding-top: 1px;
  128.     padding-left: 5px;
  129.     margin-right: 0.2em;
  130.     margin-left: auto;
  131.     text-align: left;
  132.     width: 25em;
  133.     top: 0em;
  134.     right: 0em;
  135. }
  136.  
  137. #hpacketsearch p small {
  138.     color: #990000;
  139.     font-size: 0.8em;
  140.     font-weight: normal;
  141. }
  142.  
  143. #hpacketsearch p select {
  144.     font-size: 88%;
  145. }
  146.  
  147. #hpacketsearch p input {
  148.     font-size: 88%;
  149. }
  150.  
  151. #navbar {
  152.     /* margin-top: 1em; */
  153.     clear: both;
  154.     padding-left: 0px;
  155.     /* margin-top: 5px; */
  156.     padding-top: 6px;
  157.     padding-bottom: 4px;
  158.     width: 100%;
  159.     height: auto;
  160.     text-align: center;
  161.     background: #BF1238;
  162. }
  163. #navbar ul {
  164.     display: inline;
  165.     list-style-type: none;
  166.     padding-left: 0px;
  167.     line-height: 1.5em;
  168. }
  169. #navbar ul li {
  170.     display: inline;
  171.     margin: 0;
  172.     white-space: nowrap;
  173. }
  174. #navbar a {
  175.     color: #FFFFFF;
  176.     text-decoration: none;
  177.     padding: 0.2em 0.4em 0.2em 0.4em;
  178.     font-family: Arial, Helvetica, sans-serif;
  179.     font-weight: bold;
  180.     font-size: 0.9em;
  181. }
  182. #navbar a:hover {
  183.     background: #000;
  184. }
  185. #navbar .hidecss, .hidecss {
  186.     display: none;
  187. }
  188.  
  189. /* the rest of page out of two nested boxes around */
  190.  
  191. #outer {
  192.     background-color: #FFFFFF;
  193.     width: auto;
  194.     /* border:solid white 2px; */
  195. }
  196.  
  197. #inner {
  198.     margin: -2px;
  199.     margin-top: 0;
  200.     width: 100%;
  201.     background: #FFFFFF;
  202.     /* overflow: auto; */
  203. }
  204.  
  205. #leftcol {
  206.     float: left;
  207.     margin: 0em 0.4em 0 0;
  208.     padding-left: 0;
  209.     padding-bottom: 1em;
  210.     width: auto;
  211.     background: #BBDDFF;
  212.     font-size: 0.9em;
  213.     font-family: Arial, Helvetica, sans-serif;
  214.     border: 1px solid #BBDDFF;
  215.     /* overflow: auto; */
  216. }
  217. #leftcol a:link, #leftcol a:visited {
  218.     display: block;
  219. }
  220. #leftcol a:hover {
  221.     background-color: #DDEEFF;
  222.     /* background-color: #FFFFFF; */
  223. }
  224. #leftcol ul {
  225.     margin: 2px;
  226.     padding: 0;
  227.     list-style-type: none;
  228.     font-weight: bold;
  229. }
  230. #leftcol ul.votemenu {
  231.     width: 11em;
  232. }
  233. #leftcol ul.cdmenu {
  234.     width: 12em;
  235. }
  236. #leftcol ul.votemenu ul li, #leftcol ul.cdmenu ul li {
  237.     padding-bottom: 0.4em;
  238. }
  239. #leftcol li ul {
  240.     display: inline;
  241. }
  242. #leftcol ul li {
  243.     padding: 0.2em 0;
  244. }
  245. #leftcol ul ul {
  246.     font-size: 0.9em;
  247.     margin: 0;
  248. }
  249. #leftcol ul li a {
  250.     line-height: 1.2em;
  251.     padding-right: 0.5em;
  252.     /* padding: 0.2em 0 0.3em 0em; */
  253. }
  254. #leftcol ul ul li a {
  255.     font-weight: normal;
  256.     padding: 0.1em 0.5em;
  257.     line-height: 1.1em;
  258. }
  259. #leftcol ul ul li {
  260.     padding-top: 0;
  261. }
  262. #leftcol p {
  263.     margin-left: 2px;
  264.     margin-right: 2px;
  265. }
  266. #leftcol p a {
  267.     display: block;
  268.     margin: 0;
  269. }
  270. #leftcol p img {
  271.     margin-left: 1em;
  272. }
  273. #leftcol .menuselected {
  274.     color: #BF1238;
  275. }
  276. #leftcol ul ul .menuselected {
  277.     text-indent: 0.5em;
  278. }
  279. #maincol {
  280.     background: #FFFFFF;
  281.     margin-left: 12em;
  282.     margin-right: 0.5em;
  283.     margin-bottom: 1em;
  284. }
  285.  
  286. #lefthalfcol {
  287.     float: left;
  288.     margin-left: 0em;
  289.     width: 49%;
  290. }
  291.  
  292. #lefthalfcol h4, #lefthalfcol h3 , #righthalfcol h4, #righthalfcol h3 {
  293.     margin: 0em;
  294. }
  295.    
  296. #lefthalfcol dl {
  297.     margin-top: 0em;
  298. }
  299.  
  300. #righthalfcol {
  301.     margin-left: 50%;
  302.     width: 49%;
  303. }
  304.  
  305. #righthalfcol dl {
  306.     margin-right: 0.2em;
  307. }
  308.  
  309. #footer {
  310.     clear: both;
  311.     width: 100%;
  312.     padding-top: 3px;
  313.     bottom: 0;
  314.     text-align: center;
  315.     margin: 0px;
  316. }
  317.  
  318. #fineprint {
  319.     margin-top: 0.2em;
  320.     padding-top: 3px;
  321.     text-align: center;
  322.     font-size: 0.85em;
  323. }
  324.  
  325. #outer>#inner { border-bottom: 1px solid #BFC3DC; }
  326. .bordertop { border-top: 1px solid #BFC3DC; }
  327.  
  328. dl.gloss dt {
  329.     font-weight: bold;
  330. }
  331.  
  332. #footer ul {
  333.     display: inline;
  334.     list-style-type: none;
  335. }
  336.  
  337. #footer ul li {
  338.     display: inline;
  339. }
  340.  
  341. #footer ul li a, table.y2k td {
  342.     white-space: nowrap;
  343. }
  344.  
  345. #footer p {
  346.     margin: 0px;
  347. }
  348.  
  349. #main {
  350.     background: #bbddff;
  351.     padding: 1em 0; /* have some padding to get rid of collapsed margins */
  352. }
  353.  
  354. /* classes for cards */
  355.  
  356. .cardleft {
  357.     margin: 0 0 1em;
  358.     float: left;
  359.     width: 49%;
  360. }
  361. .cardright {
  362.     margin-left: 50%
  363.     /*margin: 0 1% 2em 50%; */
  364. }
  365. .card {
  366.     clear: left;
  367.     margin: 0 0 1em;
  368. }
  369.  
  370. .cardleft h2, .cardright h2, .card h2 {
  371.     font-size: 120%;
  372.     background: #000000;
  373.     color: #FFD400;
  374.     display: inline;
  375.     padding: 0.2em 0.4em;
  376.     margin: 0 10px;
  377.     font-family: Arial, Helvetica, sans-serif;
  378.     letter-spacing: 0.2em;
  379. }
  380.  
  381. .cardleft dl dd, .cardright dl dd , .card dl dd {
  382.     padding-bottom: 0.5em;
  383. }
  384.  
  385. .cardleft div, .cardright div, .card div {
  386.     border: 2px solid #000000;
  387.     background: #FFFFFF;
  388.     padding: 0.5em;
  389.     margin: 2px 10px;
  390.     /* the next two lines xpand the div to heigth of left inner div */
  391.     overflow: auto;
  392. }
  393.  
  394. div.lefthalf {
  395.     float: left;
  396.     width: 49%;
  397.     border: 0;
  398.     margin: 0;
  399.     padding: 0;
  400. }
  401.  
  402. div.righthalf {
  403.     border: 0;
  404.     margin: 0;
  405.     padding: 0;
  406. }
  407. /* classes and div names for package pages */
  408.  
  409. #pdesc, #pdeps, #pdownload, #pmoreinfo {
  410.     margin-left: 1em;
  411.     margin-right: 1em;
  412. }
  413.  
  414. #pdesc p {
  415.     text-align: justify;
  416. }
  417.  
  418. .pdescshort {
  419.     text-align: left;
  420.     font-size: large;
  421.     font-weight: bold;
  422. }
  423.  
  424. #pdeps table tr td {
  425.     font-size: 0.9em;
  426. }
  427.  
  428. #pdeps ul {
  429.     list-style-type: none;
  430.     padding-left: 2em;
  431. }
  432.  
  433. #pdeps li {
  434.     text-indent: -2em;
  435. }
  436.  
  437. #pdeps ul.uldep, #pdeps ul.uladep {
  438.     list-style-type: disc;
  439.     list-style-image: url(http://packages.debian.org/Pics/dep.gif);
  440. }
  441.  
  442. #pdeps ul.ulrec, #pdeps ul.ulidep {
  443.     list-style-type: disc;
  444.     list-style-image: url(http://packages.debian.org/Pics/rec.gif);
  445. }
  446.  
  447. #pdeps ul.ulsug {
  448.     list-style-type: disc;
  449.     list-style-image: url(http://packages.debian.org/Pics/sug.gif);
  450. }
  451.  
  452. #pdeps ul.uldep li, #pdeps ul.ulrec li, #pdeps ul.ulsug li, #pdeps ul.uladep li, #pdeps ul.ulidep li {
  453.     padding-left: 2em;
  454. }
  455. #pdeps dl {
  456.     margin: 0;
  457. }
  458.  
  459. #pdownload p, #pdownload form, #pdownload submit {
  460.     display: inline;
  461. }
  462.  
  463. #pdownload td {
  464.     font-size: 0.85em;
  465.     text-align: center;
  466. }
  467.  
  468. #pmoreinfo p {
  469.     font-size: 0.85em;
  470. }
  471.  
  472. /* colors for packages, warnings and news in ports */
  473. .pred, .warning, dt.new, .no {
  474.     color: red; /* FF0000 */
  475. }
  476.  
  477. .psmallcenter, .psmalltrademark {
  478.     clear: both;
  479.     font-size: 0.85em;
  480.     text-align: center;
  481. }
  482.  
  483. .psmalltrademark {
  484.     color: green;
  485. }
  486. #pdownload table, table.ridgetable, table.reltable {
  487.     border-width: 4px;
  488.     border-color: gray;
  489.     margin: 0 1em 1em 1em;
  490.     border-style: ridge;
  491.     border-collapse: collapse;
  492. }
  493. table.vote {
  494.     margin: 0 auto;
  495.     border-width: 3px;
  496.     border-color: gray;
  497.     border-style: ridge;
  498.     border-collapse: collapse;
  499. }
  500. #pdownload th, #pdownload td, table.ridgetable th, table.ridgetable td,
  501.     table.reltable td, table.reltable th {
  502.     border: 2px gray;
  503.     border-style: ridge;
  504.     padding: 0.1em;
  505. }
  506. table.reltable th {
  507.     background-color: #44CCCC;
  508. }
  509. table.vote th {
  510.     border: 1px solid gray;
  511.     background-color: #DDDDDD;
  512. }
  513. table.vote td {
  514.     border: 1px solid gray;
  515.     padding: 4px;
  516. }
  517. table.reltable tr.odd {
  518.     background-color: #FFFFFF;
  519. }
  520. table.reltable tr.even {
  521.     background-color: #DDDDDD;
  522. }
  523. table.stattrans {
  524.     margin: 0 auto;
  525.     width: 95%;
  526.     border: 1px solid black;
  527.     background-color: #cdc9c9;
  528. }
  529. table.stattrans th {
  530.     text-align: center;
  531.     padding: 2px;
  532. }
  533. table.stattrans td {
  534.     text-align: right;
  535.     padding: 2px;
  536. }
  537. table.stattrans tbody th {
  538.     text-align: left;
  539.     font-weight: normal;
  540. }
  541. table.volatile {
  542.     border-collapse: collapse;
  543. }
  544. .volatile th, .volatile td {
  545.     text-align: left;
  546.     border: 1px solid black;
  547.     padding: 0.2em;
  548. }
  549. .volatile thead {
  550.     background-color: silver;
  551.     color: #000000;
  552. }
  553. table.volatile tr.country {
  554.     color: #ffffff;
  555.     background-color: #df0451;
  556. }
  557.  
  558. /* partners */
  559. .partnertype {
  560.     background-color: #DD0000;
  561.     padding: 0.2em 0 0.2em 1em;
  562.     color: #FFFFFF;
  563.  
  564. }
  565. div.partnerlogo {
  566.     display: table-cell;
  567.     vertical-align: middle;
  568.     text-align: center;
  569.     width: 30%;
  570. }
  571. div.partnerdesc {
  572.     display: table-cell;
  573.     font-size: 85%;
  574. }
  575. div.cdflash {
  576.     background-color: #E09E86;
  577.     width: 80%;
  578.     margin: auto;
  579.     text-align: center;
  580. }
  581. .cdrsync {
  582.     color: #6B1300;
  583. }
  584. /* debian installer */
  585.  
  586. .dierror {
  587.     background-color: #FF6060;
  588. }
  589. .dibad {
  590.     background-color: #F7FF60;
  591. }
  592. .digood {
  593.     background-color: #7AFF71;
  594. }
  595.  
  596. /* useful classes */
  597.  
  598. th.eventheader {
  599.     background-color: #BBDDFF;
  600. }
  601. .center {
  602.     text-align: center;
  603. }
  604. .right {
  605.     text-align: right;
  606. }
  607. ul.circlelist {
  608.     list-style-type: circle;
  609. }
  610. .centerdiv table {
  611.     margin-left: auto;
  612.     margin-right: auto;
  613. }
  614. ul.discless {
  615.     list-style-type: none;
  616. }
  617. .top, img.ico {
  618.     vertical-align: top;
  619. }
  620. img.ico {
  621.     float: left;
  622.     margin: 0 0.2em 0 0;
  623. }
  624. img.rightico {
  625.     float: right;
  626.     vertical-align: top;
  627.     margin: 0 0 0 0.2em;
  628. }
  629. img.cve {
  630.     vertical-align: -25px;
  631. }
  632. .y2kok, .yes {
  633.     color: #00BB00;
  634. }
  635. .y2kok2 {
  636.     color: #00BBBB;
  637. }
  638. .bluehead {
  639.     color: #0000FF !important;
  640. }
  641. span.halfsize {
  642.     font-size: 80%;
  643. }
  644. span.ddpbooktitle, span.merchtitle {
  645.     font-size: larger;
  646. }
  647. a:link { color: #0000FF; }
  648. a:visited { color: #800080; }
  649. a:hover { color: #F000FF; }
  650. a:active { color: #FF0000; }
  651.  
  652. .navpara a, col.y2k {
  653.     white-space: nowrap;
  654.     /* this is to keep from breaking at whitespace in anchors */
  655. }
  656.  
  657.  
  658. .underline { text-decoration: underline; }
  659. .clr { clear:both; }
  660. /*.content{padding:5px;} */ /*padding for content */
  661. /* #header .content{padding-bottom:0;} */ /*padding bottom 0 to remove space in IE5 Mac*/
  662.  
  663. /* for l10n-arabic */
  664. .bidi {
  665.     direction: rtl;
  666.     text-align: right;
  667. }
  668.  
  669. #leftcol, #navbar, #navbar a {
  670.     -moz-border-radius: 6px;
  671.     -webkit-border-radius: 6px;
  672.     /* these go to the end as the css validator does not like them
  673.     will be replaced by border-radius with css3 */
  674. }
  675.  
  676. /* /CD/vendors/ */
  677. table.vendors {
  678.     width: 100%;
  679.     border-collapse: collapse;
  680.     border: 1px solid #AAAAAA;
  681. }
  682.  
  683. table.vendors th {
  684.     background: #BBDDFF;
  685.     font-size: 0.9em;
  686.     font-family: Arial, Helvetica, sans-serif;
  687.     color: #3e4955;
  688.     padding: 0.2em;
  689.     border: 1px solid #AAAAAA;
  690.     border-bottom: none;
  691.     text-align: left;
  692. }
  693.  
  694. table.vendors tr.b td {
  695.     background-color: #EEEEEE;
  696. }
  697.  
  698. table.vendors td {
  699.     padding: 0.2em;
  700.     vertical-align: top;
  701. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement