Changeset f3f37e8
- Timestamp:
- 09/01/10 13:16:10 (21 months ago)
- Branches:
- ('master', '8434b8322dd6f8ff37c17bd45b94e7a826f86b53')('vitrine', 'afe109c61a407808bd54d88bcccb1cde726a010a')
- Children:
- 1b28e2e3cfae5978841cdd9e43cde00f9699a8f0
- Parents:
- e1377e9b1c55991030daa6cfbd72d3eae3dd5652
- git-author:
- Benoit Grégoire <benoitg@coeus.ca>2010-09-01 13:16:10-04:00
- git-committer:
- Benoit Grégoire <benoitg@coeus.ca>2010-09-01 13:16:10-04:00
- File:
-
- 1 edited
-
html/themes/base_theme/stylesheet.css (modified) (21 diffs)
Legend:
- Unmodified
- Added
- Removed
-
html/themes/base_theme/stylesheet.css
rdd37b7c rf3f37e8 6 6 margin: 10px 10px 10px 10px; 7 7 padding: 0px 0px 0px 0px; 8 background: url(images/body_back.gif) top repeat-x;8 background: url(images/body_back.gif) repeat-x top; 9 9 background-color: #67A2C4; 10 10 font-size: 11px; … … 128 128 /* Width will be set according to the confidence value, with 100% being the best result */ 129 129 .rank { 130 border: 1px solid lightgreen;130 border: 1px solid #90EE90; 131 131 } 132 132 … … 158 158 padding: 0px 0px 0px 0px; 159 159 height: 78px; 160 background: #7098B4 url( images/eureka.png) top left no-repeat;160 background: #7098B4 url('images/eureka.png') no-repeat left top; 161 161 border-bottom: 6px #B8D9E7 solid; 162 162 } … … 170 170 float: none; 171 171 display: block; 172 background: url( images/content_pattern_left.gif) top left repeat-y;172 background: url('images/content_pattern_left.gif') repeat-y left top; 173 173 background-color: #fff; 174 174 border: 6px #B8D9E7 solid; … … 221 221 #dv_menu li { 222 222 display: block; 223 background: url( images/m_pattern.gif) bottom left repeat-x;223 background: url('images/m_pattern.gif') repeat-x left bottom; 224 224 width: 161px; 225 225 } … … 229 229 color: #3E3E3E; 230 230 font-weight: bold; 231 background: url( images/m_pattern.gif) bottom left repeat-x;231 background: url('images/m_pattern.gif') repeat-x left bottom; 232 232 display: block; 233 233 padding: 11px 0px 11px 11px; … … 236 236 237 237 #dv_menu a:hover { 238 background: url( images/m_pattern_o.gif) bottom left repeat-x;238 background: url('images/m_pattern_o.gif') repeat-x left bottom; 239 239 background-color: #62a3c7; 240 240 color: #fff; … … 242 242 243 243 #mainmenu_selected a { 244 background: url( images/m_pattern_s.gif) bottom left repeat-x;244 background: url('images/m_pattern_s.gif') repeat-x left bottom; 245 245 background-color: #f2a918; 246 246 color: #fff; … … 248 248 249 249 #mainmenu_selected a:hover { 250 background: url( images/m_pattern_s.gif) bottom left repeat-x;250 background: url('images/m_pattern_s.gif') repeat-x left bottom; 251 251 background-color: #f2a918; 252 252 color: #fff; … … 279 279 280 280 #h_navlist li a { 281 background: url( images/m_pattern.gif) bottom left repeat-x;281 background: url('images/m_pattern.gif') repeat-x left bottom; 282 282 padding: 3px 0.5em; 283 283 margin-left: 3px; … … 300 300 301 301 #h_navlist li a:hover { 302 background: url( images/m_pattern_o.gif) bottom left repeat-x;302 background: url('images/m_pattern_o.gif') repeat-x left bottom; 303 303 background-color: #62a3c7; 304 304 color: #fff; … … 306 306 307 307 #h_navlist li a#current { 308 background: url( images/m_pattern_s.gif) bottom left repeat-x;308 background: url('images/m_pattern_s.gif') repeat-x left bottom; 309 309 background-color: #f2a918; 310 310 color: #fff; … … 361 361 362 362 .new_ressources dt:before { 363 content: url( images/bullet.gif);363 content: url('images/bullet.gif'); 364 364 padding: 0 0.5em 0 0; 365 365 } … … 441 441 width: 50%; 442 442 border: 1px #E5E5E5 solid; 443 background: url( images/boite_patterntop.gif) top left repeat-x;443 background: url('images/boite_patterntop.gif') repeat-x left top; 444 444 } 445 445 … … 518 518 text-align: left; 519 519 border: 1px #3E3E3E solid; 520 background: url( images/popup_pattern.gif) bottom left no-repeat;520 background: url('images/popup_pattern.gif') no-repeat left bottom; 521 521 padding: 10px; 522 522 } … … 530 530 padding: 0px; 531 531 /*height: 125px;*/ 532 background: url( images/popup_pattern.gif) bottom left no-repeat;532 background: url('images/popup_pattern.gif') no-repeat left bottom; 533 533 } 534 534 … … 631 631 color: #3E3E3E; 632 632 font-weight: bold; 633 background: url( images/m_pattern.gif) bottom left repeat-x;633 background: url('images/m_pattern.gif') repeat-x left bottom; 634 634 border-left: 1px #E5E5E5 solid; 635 635 border-right: 1px #E5E5E5 solid; … … 639 639 640 640 #menu_horizontal a:hover { 641 background: url( images/m_pattern_o.gif) bottom left repeat-x;641 background: url('images/m_pattern_o.gif') repeat-x left bottom; 642 642 color: #fff; 643 643 } … … 645 645 #menu_selected a { 646 646 color: #fff; 647 background: url( images/m_pattern_s.gif) bottom left repeat-x;647 background: url('images/m_pattern_s.gif') repeat-x left bottom; 648 648 } 649 649 650 650 #menu_selected a:hover { 651 651 color: #fff; 652 background: url( images/m_pattern_s.gif) bottom left repeat-x;652 background: url('images/m_pattern_s.gif') repeat-x left bottom; 653 653 } 654 654 … … 745 745 .admintitle1 { 746 746 vertical-align: top; 747 background: url( images/boite_patterntop2.gif) top left repeat-x;747 background: url('images/boite_patterntop2.gif') repeat-x left top; 748 748 height: 24px; 749 749 padding: 5px; … … 760 760 vertical-align: top; 761 761 background-color: #B8D9E7; 762 /*background: url( images/boite_patterntop2.gif) top left repeat-x;*/762 /*background: url('images/boite_patterntop2.gif') repeat-x left top;*/ 763 763 height: 24px; 764 764 padding: 5px;
Note: See TracChangeset
for help on using the changeset viewer.
