Changeset 83990 in spip-zone
- Timestamp:
- Aug 1, 2014, 4:07:14 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_squelettes_/soyezcreateurs_net/trunk/plugins/soyezcreateurs/stylessoyezcreateurs.css.html
r83669 r83990 175 175 176 176 /*************** STRUCTURE - GENERAL */ 177 #container { background-color: #GET{c_container_bk}; color: #GET{c_container}; }177 #container { background-color: transparent; color: #GET{c_container}; } 178 178 #clearbottom { height: 0; } 179 179 /* tooltip */ … … 267 267 268 268 /*************** STRUCTURE - CONTENT */ 269 #content { clear:both; position: relative; padding:0; margin: 0; background : transparent;-moz-border-radius-topleft: 1em; -webkit-border-top-left-radius: 1em; }269 #content { clear:both; position: relative; padding:0; margin: 0; background-color: #GET{c_container_bk}; } 270 270 .clearing { clear: both; height: 0; line-height:0; } 271 271 … … 381 381 382 382 /*************** STRUCTURE - bouton "participer à la vie du site" */ 383 #participer { background-color: #GET{c_body_bk}; font-size:1em; text-align: right; padding-top: 1em; }383 #participer { background-color: transparent; font-size:1em; text-align: right; padding-top: 1em; } 384 384 #participer div { display:inline; } 385 385 #participer div span { padding: 2px 10px; background-color: #GET{c_footer_bk}; color: #GET{c_footer}; } 386 #participer a, #participer a:link, #participer a:visited, #participer a:hover, #participer a:focus, #participer a:active { background-color: #GET{c_footer_bk}; color: #GET{c_footer}; font-size:1em; }386 #participer a, #participer a:link, #participer a:visited, #participer a:hover, #participer a:focus, #participer a:active { background-color: transparent; color: #GET{c_footer}; font-size:1em; } 387 387 388 388 /*************** GENERAL - CONTENT */
Note: See TracChangeset
for help on using the changeset viewer.