Changeset 783
- Timestamp:
- 02/17/09 19:30:00 (14 years ago)
- Location:
- themes/coquelicot
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/coquelicot/custom.css
r747 r783 6 6 --------------------------------------------------------------*/ 7 7 8 /* Balise widget text ( Balise principal pour centrer tout rajout par widget text */ 9 #textWidget { 10 text-align:center; 11 } 12 13 /* Balise widget contact me */ 14 #sidebar .contact-me p{ 8 /* Balise widget text ( Balise principal pour centrer tout rajout par le widget text */ 9 #textWidget { 15 10 text-align:center; 16 11 } 17 12 18 /* Widget Meteo plugin weather version 2.0*/ 13 /* Balise widget contact me version 1.0 */ 14 /*#sidebar .contact-me p{ 15 background:transparent url(img/sidebar_li.png) no-repeat scroll 3px 50%; 16 margin:10px; 17 padding:0px 0px 2px 10px; 18 } 19 .dc-contactme .post-title{ 20 background: transparent url(img/posttitle.jpg) no-repeat top left; 21 height: 50px; 22 margin: 0 0 0 0; 23 color:#FDFEFD; 24 font-size:1.2em; 25 padding:20px 10px; 26 text-align:center; 27 }*/ 28 29 /* Widget SnapMe version 0.7 */ 30 /*#snapMe { 31 text-align:center; 32 } 33 #snapMe h2 a:visited 34 { color: #FFFFFF; 35 text-decoration: none; 36 background-color: transparent; 37 } 38 #snapMe h2 a:hover 39 { color: #5FB6D4; 40 text-decoration: none; 41 background-color: transparent; 42 } 43 #snapMe h2 a:active { 44 color: #FFFFFF; 45 text-decoration: none; 46 background-color: transparent; 47 } 48 #snapMe li{ 49 background:transparent url(img/leaf.png) no-repeat scroll 3px 50%; 50 margin:0pt; 51 padding:0px 0px 2px 25px; 52 text-align:left; 53 } 54 .gallery .today img { 55 background-color:#5FB6D4; 56 border:1px solid #BBDDAA; 57 } 58 .gallery img { 59 background-color:#FAFAFA; 60 border:1px solid #CCCCCC; 61 margin:15px; 62 padding:5px; 63 } 64 .gallery { 65 border-collapse:collapse; 66 color:#FFFFFF; 67 font-size:12px; 68 text-align:center; 69 }*/ 70 71 /* Widget Meteo plugin weather version 2.0 */ 19 72 /*.weather h3 { 20 73 background: #eaeaea none repeat scroll 0% 25%; … … 27 80 }*/ 28 81 29 /* Widget chez les amis */30 /*.news li {82 /* Widget chez les amis version 1.92*/ 83 .news li { 31 84 background: transparent url(img/sidebar_li.png) no-repeat scroll 3px; 32 85 padding: 0px 0px 2px 15px; 33 86 list-style-type: none; 34 } */87 } 35 88 36 89 /* Widget PostCount */ … … 40 93 }*/ 41 94 42 /* Widget TagFlash version 1.0.2 */95 /* Widget TagFlash version 1.0.2 */ 43 96 /* #tagFlashContent { 44 97 margin: 0 13px; -
themes/coquelicot/style.css
r747 r783 310 310 background: transparent url(img/postcoodd.jpg) no-repeat bottom left; 311 311 height: 50px; 312 margin: 0 0 0 px0;312 margin: 0 0 0 0; 313 313 } 314 314 -
themes/coquelicot/tpl/_footer.html
r747 r783 3 3 </div> 4 4 5 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.js"></script>6 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.cookie.js"></script>7 8 5 {{tpl:SysBehavior behavior="publicFooterContent"}} -
themes/coquelicot/tpl/_head.html
r747 r783 6 6 </style> 7 7 8 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.js"></script> 9 <script type="text/javascript" src="{{tpl:BlogThemeURL}}/../default/js/jquery.cookie.js"></script> 8 10 {{tpl:include src="user_head.html"}} 9 11 {{tpl:SysBehavior behavior="publicHeadContent"}}
Note: See TracChangeset
for help on using the changeset viewer.