home *** CD-ROM | disk | FTP | other *** search
/ Freelog 70 / Freelog070.iso / Sécurité / Spamihilator / spamihilator_0_9_9_9.exe / help / style.css < prev   
Cascading Style Sheet File  |  2005-02-08  |  7KB  |  454 lines

  1. html {
  2.   padding: 0;
  3.   margin: 0;
  4. }
  5.  
  6. body {
  7.   padding: 0;
  8.   margin: 0;
  9.   background: #ffffff;
  10.   color: #000000;
  11.   font-family: Verdana,Arial,sans-serif;
  12.   font-size: 90%;
  13. }
  14.  
  15. img {
  16.   border: 0;
  17.   margin: 0;
  18.   padding: 0;
  19. }
  20.  
  21. h1 {
  22.   font-size: 130%;
  23.   font-weight: bold;
  24.   margin-bottom: 1em;
  25.   clear: both;
  26.   color: #990000;
  27. }
  28.  
  29. h2 {
  30.   font-size:110%;
  31.   font-weight: bold;
  32.   color:#990000;
  33.   margin-bottom: 1em;
  34.   margin-top: 1.5em;
  35. }
  36.  
  37. h3 {
  38.   font-size:100%;
  39.   font-weight: bold;
  40.   color:#000000;
  41.   margin-bottom: 1em;
  42.   margin-top: 1.5em;
  43. }
  44.  
  45. hr {
  46.   height: 1px;
  47.   background-color: #DDDDDD;
  48.   border: 0;
  49. }
  50.  
  51. th {
  52.   text-align: left;
  53. }
  54.  
  55. dt {
  56.   color: #000000;
  57.   font-weight: bold;
  58.   line-height: 2em;
  59. }
  60.  
  61. :visited {
  62.   color: #0066CC;
  63. }
  64.  
  65. /* some classes */
  66.  
  67. .small {
  68.   font-size: 80%;
  69. }
  70.  
  71. .medbig {
  72.   font-size: 110%;
  73. }
  74.  
  75. .big {
  76.   font-size: 140%;
  77. }
  78.  
  79. .footnote {
  80.   font-size: 80%;
  81. }
  82.  
  83. .footnotelink {
  84.   font-size: 65%;
  85.   vertical-align: text-top;
  86. }
  87.  
  88. .downloadlink {
  89.   padding-left: 25px;
  90.   background-image: url(pix/spamihilatoricon.gif);
  91.   background-position: top left;
  92.   background-repeat: no-repeat;
  93. }
  94.  
  95. .hidden {
  96.   display: none;
  97. }
  98.  
  99. .flLeft {
  100.   float: left;
  101. }
  102.  
  103. .flRight {
  104.   float: right;
  105. }
  106.  
  107. .flClear {
  108.   clear: both;
  109. }
  110.  
  111. .center {
  112.   margin-left: auto;
  113.   margin-right: auto;
  114.   text-align: center;
  115. }
  116.  
  117. .error {
  118.   color: #FF0000;
  119.   font-weight: bold;
  120. }
  121.  
  122. .attention {
  123.   padding-left: 50px;
  124.   font-weight: bold;
  125.   background-image: url(pix/attention.gif);
  126.   background-repeat: no-repeat;
  127.   background-position: top left;
  128. }
  129.  
  130. img.flLeft {
  131.   margin-right: 10px;
  132. }
  133.  
  134. img.flRight {
  135.   margin-left: 10px;
  136. }
  137.  
  138. ul.iconlist {
  139.   padding: 0;
  140.   margin: 0 0 3em 0;
  141. }
  142.  
  143. ul.iconlist li {
  144.   list-style-type: none;
  145.   clear: left;
  146.   margin-bottom: 1em;
  147. }
  148.  
  149. ul.iconlist img {
  150.   float: left;
  151.   margin-right: 10px;
  152. }
  153.  
  154. dl.iconlist {
  155.   padding-left: 0px;
  156.   margin-left: 0px;
  157. }
  158.  
  159. dl.iconlist dt {
  160.   display: inline;
  161. }
  162.  
  163. dl.iconlist dd {
  164.   padding-left: 45px;
  165.   margin-left: 0px;
  166. }
  167.  
  168. dl.iconlist img {
  169.   padding-left: 0px;
  170.   float: left;
  171. }
  172.  
  173. /* index */
  174.  
  175. ul.index {
  176.   padding: 0;
  177.   margin: 0;
  178.   background-image: url(pix/treeline.png);
  179.   background-repeat: repeat-y;
  180. }
  181.  
  182. ul.index li {
  183.   list-style-type: none;
  184.   padding-left: 20px;
  185.   line-height: 18px;
  186. }
  187.  
  188. ul.index li {
  189.   background-image: url(pix/tree.png);
  190.   background-repeat: repeat-y;
  191. }
  192.  
  193. ul.index li.treeminus {
  194.   background-image: url(pix/treeminus.png);
  195.   background-repeat: no-repeat;
  196. }
  197.  
  198. ul.index li.treelast {
  199.   background-image: url(pix/treelast.png);
  200.   background-repeat: no-repeat;
  201. }
  202.  
  203. ul.index li.treeline {
  204.   list-style-type: none;
  205.   background-image: url(pix/treeline.png);
  206. }
  207.  
  208. /* header */
  209.  
  210. #header {
  211.   height: 130px;
  212.   background: #fff url(pix/title_border.png);
  213.   background-repeat: repeat-x;
  214. }
  215.  
  216. #header #logo {
  217.   float: left;
  218. }
  219.  
  220. #header #languagemenu {
  221.   float: right;
  222. }
  223.  
  224. #header #languagemenu ul {
  225.   padding: 10px 0px 0px 0px;
  226.   margin: 0;
  227. }
  228.  
  229. #header #languagemenu li {
  230.   list-style-type: none;
  231.   white-space: nowrap;
  232.   padding-right: 20px;
  233.   padding-top: 5px;
  234. }
  235.  
  236. #header #menu {
  237.   margin: 0;
  238.   padding-top: 85px;
  239. }
  240.  
  241. #header #menu ul {
  242.   padding: 0px;
  243.   margin: 0px;
  244. }
  245.  
  246. #header #menu li {
  247.   list-style-type: none;
  248.   white-space: nowrap;
  249.   display: inline;
  250.   padding-left: 0px;
  251. }
  252.  
  253. #header #menu :link, #header #menu :visited {
  254.   color:#FFFFFF;
  255.   font-size: 90%;
  256.   font-weight:bold;
  257.   text-transform: lowercase;
  258.   text-decoration: none;
  259. }
  260.  
  261. #header #menu :link:hover, #header #menu :visited:hover {
  262.   text-decoration:underline;
  263. }
  264.  
  265. /* content */
  266.  
  267. #content {
  268.   background-image: url(pix/sidebar_background.gif);
  269.   background-repeat: repeat-y;
  270.   position: absolute;
  271.   width: 100%;
  272. }
  273.  
  274. #contentnosidebar {
  275.   background-image: none;
  276.   position: absolute;
  277.   width: 96%;
  278.   margin: 2%;
  279. }
  280.  
  281. /* sidebar */
  282.  
  283. #sidebar {
  284.   width: 201px;
  285.   margin: 0;
  286.   padding: 0;
  287.   position: absolute;
  288. }
  289.  
  290. #sidebar #sidebarbackground {
  291.   background-color: #FFCE9F;
  292.   height: 100%;
  293. }
  294.  
  295. #sidebar #sidebartext {
  296.   padding: 0px 10px 20px 10px;
  297. }
  298.  
  299. #sidebar a {
  300.   color: #000066;
  301. }
  302.  
  303. #sidebar a:hover {
  304.   color: #3333ff;
  305. }
  306.  
  307. #sidebar p {
  308.   font-size: 90%;
  309. }
  310.  
  311. #sidebar #sidebartext h2 {
  312.   background-image: url(pix/menuh2.gif);
  313.   background-repeat: no-repeat;
  314.   height: 25px;
  315.   margin: 0px 0 20px 0;
  316.   padding: 2px 0px 0px 5px;
  317. }
  318.  
  319. #sidebar #sidebartext h3 a {
  320.   text-decoration: none;
  321.   background-image: url(pix/menuh2.gif);
  322.   background-repeat: repeat-y;
  323.   border: 1px solid #FFCE9F;
  324.   display: block;
  325.   line-height: 25px;
  326.   margin: 0px 0 20px 0;
  327.   padding: 0px 0px 0px 5px;
  328. }
  329.  
  330. #sidebar #sidebartext h3 a:hover {
  331.   background-color: #EECE9F;
  332.   background-image: none;
  333.   border-top: 1px solid #ffffff;
  334.   border-left: 1px solid #ffffff;
  335.   border-right: 1px solid #000000;
  336.   border-bottom: 1px solid #000000;
  337. }
  338.  
  339. #sidebar #sidebartext h3 a:active {
  340.   background-color: #EEEEEE;
  341.   background-image: none;
  342.   border-top: 1px solid #000000;
  343.   border-left: 1px solid #000000;
  344.   border-right: 1px solid #ffffff;
  345.   border-bottom: 1px solid #ffffff;
  346. }
  347.  
  348. /* sidebar navigation items */
  349.  
  350. #sidebar .nav {
  351.   font-size: 90%;
  352.   margin: 0px;
  353.   padding: 0px;
  354.   border: 1px solid #ffffff;
  355.   background-color: #EECE9F;
  356.   line-height: 1.0em;
  357. }
  358.  
  359. #sidebar .nav ul {
  360.   margin: 0px;
  361.   padding: 0px;
  362. }
  363.  
  364. #sidebar .nav li {
  365.   list-style-type: none;
  366.   margin: 0px;
  367.   height: 24px;
  368.   line-height: 25px;
  369.   padding: 0px 0px 1px 0px;
  370. }
  371.  
  372. #sidebar .nav li.current {
  373.   padding-top: 0em;
  374.   padding-right: 0em;
  375.   padding-bottom: 1px;
  376.   padding-left: 1em;
  377.   display: block;
  378.   text-decoration: underline;
  379. }
  380.  
  381. #sidebar .nav li :link, #sidebar .nav li :visited {
  382.   margin: 0em;
  383.   padding: 0em 0em 0em 1em;
  384.   display: block;
  385.   text-decoration: none;
  386. }
  387.  
  388. #sidebar .nav li :link:hover, #sidebar .nav li :visited:hover {
  389.   background-color: #DBB884;
  390.   color: #660000;
  391. }
  392.  
  393. #sidebar .nav li :link:active, #sidebar .nav li :visited:active {
  394.   background-color: #FFF1BD;
  395. }
  396.  
  397. #sidebar ol {
  398.   margin: 1em;
  399.   padding-left: 1em;
  400. }
  401.  
  402. #sidebar ol li {
  403.   list-style-type: decimal;
  404.   margin: 0px;
  405. }
  406.  
  407. /* pagecontent */
  408.  
  409. #pagecontent {
  410.   padding: 1px 20px 0px 220px;
  411. }
  412.  
  413. #pagecontentnosidebar {
  414.   padding: 0px;
  415. }
  416.  
  417. /* footer */
  418.  
  419. #footer {
  420.   margin-left: 0px;
  421.   padding: 5px 0px 5px 0px;
  422.   clear: both;
  423.   background: #ffffff url(pix/dotline.gif) top left repeat-x;
  424. }
  425.  
  426. #footer p {
  427.   font-size: 73%;
  428. }
  429.  
  430. #footer ul {
  431.   margin: 0px;
  432.   padding: 0px;
  433. }
  434.  
  435. #footer li {
  436.   white-space: nowrap;
  437.   list-style-type: none;
  438.   display: inline;
  439.   padding-right: 5px;
  440.   padding-left: 5px;
  441.   background: url(pix/dotline_vert.gif) top right repeat-y;
  442. }
  443.  
  444. #footer :link, #footer :visited {
  445.   color:#000000;
  446.   font-size: 90%;
  447.   font-weight:bold;
  448.   text-transform: lowercase;
  449.   text-decoration: none;
  450. }
  451.  
  452. #footer :link:hover , #footer :visited:hover {
  453.   text-decoration:underline;
  454. }