thd/web/css/.svn/text-base/base.css.svn-base
changeset 104 8e4fe6f3337d
parent 103 d2af8a210f5d
child 105 c8f710cd1fb1
equal deleted inserted replaced
103:d2af8a210f5d 104:8e4fe6f3337d
     1 /* Globals */
       
     2 body {
       
     3   font-size:12px;
       
     4   font-family:arial, verdana, sans-serif;
       
     5   color:#FFFFFF;
       
     6 }
       
     7 
       
     8 p, ol, ul, dl {
       
     9   margin:.2em 0 .8em 0;
       
    10   font-size:12px;
       
    11   font-family:arial, verdana, sans-serif;
       
    12 }
       
    13 
       
    14 p {
       
    15   padding:0;
       
    16   line-height:140%;
       
    17 }
       
    18 
       
    19 ul, li {
       
    20   margin:0;
       
    21   padding:0;
       
    22 }
       
    23 
       
    24 form {
       
    25   margin:0;
       
    26   padding:0;
       
    27 }
       
    28 
       
    29 label {
       
    30 	color: #777777;
       
    31 	font-size: 12px;
       
    32 }
       
    33 
       
    34 /* Links */
       
    35 a:link, a:visited {
       
    36   color: #990000;
       
    37   text-decoration:none;
       
    38 }
       
    39 a:hover {
       
    40   color: #FF0000;
       
    41 }
       
    42 a img {
       
    43   border:none;
       
    44 }
       
    45 
       
    46 a.button {
       
    47 	display: inline-block;
       
    48 	padding: 5px 20px 0px 20px;
       
    49   height: 17px;
       
    50   overflow: hidden;
       
    51   font-size: 10px;
       
    52   line-height: 10px;
       
    53   border: none;
       
    54   background: url("../images/buttons/bg_btn.png") repeat-x;
       
    55   color: #ffffff;
       
    56   text-transform: uppercase;
       
    57 }
       
    58 
       
    59 /* Forms */
       
    60 input {
       
    61   font-family:arial, verdana, sans-serif;
       
    62   font-size:11px;
       
    63   color:#656565;
       
    64   border:1px solid #CCCCCC;
       
    65   height:15px;
       
    66 }
       
    67 
       
    68 input.submit,
       
    69 button.submit {
       
    70   font-size: 11px;
       
    71   font-family: arial, verdana, sans-serif;
       
    72   font-weight: normal;
       
    73   color: #FFFFFF;
       
    74   padding: 1px 20px 4px 20px;
       
    75   height: 22px;
       
    76   border: none;
       
    77   background: url("../images/buttons/bg_btn.png") repeat-x;
       
    78   text-transform: uppercase;
       
    79   cursor: pointer;
       
    80   overflow: hidden;
       
    81 }
       
    82 
       
    83 
       
    84 
       
    85 /* Structure */
       
    86 .hidden-structure {
       
    87   display: block !important;
       
    88   position: absolute !important;
       
    89   height: 0 !important;
       
    90   margin: 0 !important;
       
    91   overflow: hidden !important;
       
    92 }
       
    93 
       
    94 .section {
       
    95 	margin-bottom: 28px;
       
    96 }
       
    97 
       
    98 
       
    99 ul.item-list {
       
   100 	display: block;
       
   101 	list-style: none;
       
   102 }
       
   103 
       
   104 ul.item-list li {
       
   105 	display: block;
       
   106 }
       
   107 
       
   108 
       
   109 /* Heading */
       
   110 h1,
       
   111 h2,
       
   112 h3,
       
   113 h4 {
       
   114 	font-family: Georgia, "Times New Roman", Times,serif;
       
   115 	font-weight: normal;
       
   116 }
       
   117 
       
   118 h1 {
       
   119 	color: #000000;
       
   120 	font-size: 30px;
       
   121 	line-height: 30px;
       
   122 }
       
   123 
       
   124 h2,
       
   125 h3 {
       
   126 	color: #FFFFFF;
       
   127   font-size: 21px;
       
   128   line-height: 21px;
       
   129 }
       
   130 
       
   131 h1 span,
       
   132 h2 span,
       
   133 h3 span,
       
   134 h4 span {
       
   135   display: block;
       
   136 }
       
   137 
       
   138 
       
   139 /* Links */
       
   140 
       
   141 a.link {
       
   142 	font-family: arial, verdana, sans-serif;
       
   143 	font-size: 12px;
       
   144 	color: #990000;
       
   145 	font-weight: bold;
       
   146 	text-decoration: none;
       
   147 }
       
   148 a.link:hover {
       
   149 	color: #FF0000;
       
   150 	text-decoration: underline;
       
   151 }
       
   152 
       
   153 a.link-action {
       
   154   font-family: arial, verdana, sans-serif;
       
   155   font-size: 10px;
       
   156   color: #990000;
       
   157   font-weight: bold;
       
   158   text-transform: uppercase;
       
   159   text-decoration: none;
       
   160   padding: 0 0 0 8px;
       
   161   background: transparent url('../images/pictos/link_action.png') no-repeat 0 3px;
       
   162 }
       
   163 
       
   164 
       
   165 a.link-action:hover {
       
   166   color: #FF0000;
       
   167   text-decoration:underline;
       
   168 }
       
   169 
       
   170 #navigation li a {
       
   171   font-family: Georgia, "Times New Roman", Times,serif;
       
   172   font-weight: normal;
       
   173   font-size: 14px;
       
   174   color: #FFFFFF;
       
   175 }
       
   176 #navigation li a:hover {
       
   177   color: #FF9999;
       
   178 }
       
   179 
       
   180 #navigation li.first {
       
   181   background: transparent;
       
   182   padding-left: 0px;
       
   183 }
       
   184 
       
   185 
       
   186 /* Tags */
       
   187 ul.tag-list:after {
       
   188   content: ".";
       
   189   display: block;
       
   190   height: 0;
       
   191   overflow: hidden;
       
   192   clear: both;
       
   193   visibility: hidden;
       
   194 }
       
   195 
       
   196 ul.tag-list li {
       
   197   float: left;
       
   198   padding: 2px 5px;
       
   199 }
       
   200 
       
   201 ul.tag-list li a {
       
   202   display: block;
       
   203   font-family: Georgia, "Times New Roman", Times,serif;
       
   204   font-weight: normal;
       
   205   line-height: 20px;
       
   206   color: #666666;
       
   207 }
       
   208 
       
   209 ul.tag-list li.tag-score-1 a {
       
   210 	font-size: 12px;
       
   211 	color: #666666;
       
   212 }
       
   213 
       
   214 ul.tag-list li.tag-score-2 a {
       
   215   font-size: 14px;
       
   216   color: #666666;
       
   217 }
       
   218 
       
   219 ul.tag-list li.tag-score-3 a {
       
   220   font-size: 16px;
       
   221   color: #999999;
       
   222   font-weight: bold;
       
   223 }
       
   224 
       
   225 ul.tag-list li.tag-score-4 a {
       
   226   font-size: 18px;
       
   227   color: #CCCCCC;
       
   228 }
       
   229 
       
   230 ul.tag-list li.tag-score-5 a {
       
   231   font-size: 20px;
       
   232   color: #FFFFFF;
       
   233 }