Current oav website
6
dotclear._no/themes/tricolor/@license.txt
Executable file
@ -0,0 +1,6 @@
|
||||
Ce th<74>me est publi<6C> sous la license http://creativecommons.org/licenses/by/2.5/deed.fr
|
||||
|
||||
Ce th<74>me gratuit est fourni "TEL QUEL", sans garantie d'aucune sorte, y compris sans limitation, les garanties commerciale, d'aptitude a un but particulier et de non infraction. En aucun cas 7themes.com ne pourra <20>tre expos<6F> <20> une quelconque r<>clamation, dommages ou autre responsabilit<69>, que ce soit dans une action contractuelle, dommageable ou autrement, provenant de pr<70>s ou de loin ou en relation avec ce th<74>me ou son utilisation ou autres comportements. M<>me si ce th<74>me devait <20>tre d<>clar<61> d<>fectueux, vous et non 7themes.com le co<63>t total de tout service et r<>paration.
|
||||
|
||||
|
||||
|
||||
29
dotclear._no/themes/tricolor/_define.php
Executable file
@ -0,0 +1,29 @@
|
||||
<?php
|
||||
# ***** BEGIN LICENSE BLOCK *****
|
||||
# This file is part of DotClear.
|
||||
# Copyright (c) 2005 Marc Hertzog and contributors. All rights
|
||||
# reserved.
|
||||
#
|
||||
# DotClear is free software; you can redistribute it and/or modify
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
# the Free Software Foundation; either version 2 of the License, or
|
||||
# (at your option) any later version.
|
||||
#
|
||||
# DotClear is distributed in the hope that it will be useful,
|
||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
# GNU General Public License for more details.
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with DotClear; if not, write to the Free Software
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
#
|
||||
# ***** END LICENSE BLOCK *****
|
||||
|
||||
$this->registerModule(
|
||||
/* Name */ "Tricolor",
|
||||
/* Description*/ "Tricolor",
|
||||
/* Author */ "Marco / Charles http://www.7themes.com",
|
||||
/* Version */ '1.0'
|
||||
);
|
||||
?>
|
||||
BIN
dotclear._no/themes/tricolor/bandeau.psd
Executable file
BIN
dotclear._no/themes/tricolor/img/attach.png
Executable file
|
After Width: | Height: | Size: 326 B |
BIN
dotclear._no/themes/tricolor/img/background.gif
Executable file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
dotclear._no/themes/tricolor/img/background.png
Executable file
|
After Width: | Height: | Size: 696 B |
BIN
dotclear._no/themes/tricolor/img/commentaire.png
Executable file
|
After Width: | Height: | Size: 347 B |
BIN
dotclear._no/themes/tricolor/img/commentaire_bulle.png
Executable file
|
After Width: | Height: | Size: 333 B |
BIN
dotclear._no/themes/tricolor/img/footer.png
Executable file
|
After Width: | Height: | Size: 908 B |
BIN
dotclear._no/themes/tricolor/img/li.png
Executable file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
dotclear._no/themes/tricolor/img/medium_background.gif
Executable file
|
After Width: | Height: | Size: 1.6 KiB |
BIN
dotclear._no/themes/tricolor/img/report.png
Executable file
|
After Width: | Height: | Size: 399 B |
BIN
dotclear._no/themes/tricolor/img/retrolien.png
Executable file
|
After Width: | Height: | Size: 3.0 KiB |
BIN
dotclear._no/themes/tricolor/img/rss.png
Executable file
|
After Width: | Height: | Size: 570 B |
BIN
dotclear._no/themes/tricolor/img/side_background.gif
Executable file
|
After Width: | Height: | Size: 67 B |
BIN
dotclear._no/themes/tricolor/img/sidebar_li.png
Executable file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
dotclear._no/themes/tricolor/img/small_background.gif
Executable file
|
After Width: | Height: | Size: 1.0 KiB |
BIN
dotclear._no/themes/tricolor/img/tag.png
Executable file
|
After Width: | Height: | Size: 330 B |
BIN
dotclear._no/themes/tricolor/img/tags.png
Executable file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
dotclear._no/themes/tricolor/img/top_background.jpg
Executable file
|
After Width: | Height: | Size: 28 KiB |
BIN
dotclear._no/themes/tricolor/screenshot.jpg
Executable file
|
After Width: | Height: | Size: 18 KiB |
631
dotclear._no/themes/tricolor/style.css
Executable file
@ -0,0 +1,631 @@
|
||||
/* ************************************************
|
||||
Modern
|
||||
- design & code : Marco <marco@marcarea.com>
|
||||
- Modified by : http://www.7themes.com/
|
||||
- icônes : http://www.famfamfam.com/
|
||||
************************************************ */
|
||||
|
||||
* { margin: 0; padding: 0; border: 0; }
|
||||
|
||||
body {
|
||||
background: #FFFFFF url(img/background.gif) no-repeat center top;
|
||||
font: 0.7em Arial,sans-serif;
|
||||
|
||||
}
|
||||
|
||||
|
||||
/* Common styles
|
||||
-------------------------------------------------------- */
|
||||
ul { list-style: none; }
|
||||
ul li { list-style: none; }
|
||||
|
||||
a:link, a:visited { color: #0f4d8f; text-decoration: underline; }
|
||||
a:hover { color: #0f4d8f; text-decoration: none; }
|
||||
hr { width:100%;height: 1px;color:#c71b1b;background-color:#c71b1b;}
|
||||
pre { overflow: auto; width: 100%; height: auto; }
|
||||
.left { float: left; }
|
||||
.right { float: right; }
|
||||
|
||||
|
||||
/* Page
|
||||
-------------------------------------------------------- */
|
||||
#page {
|
||||
width: 850px;
|
||||
margin: 0 auto;
|
||||
position: relative;
|
||||
background-color: #FFFFFF ;
|
||||
}
|
||||
|
||||
|
||||
/* Header
|
||||
-------------------------------------------------------- */
|
||||
#top {
|
||||
width: 850px;
|
||||
height: 150px;
|
||||
background: transparent url(img/top_background.jpg) no-repeat left bottom;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#top h1 { font-size: 3em; padding-top:60px; margin-left: 50px;letter-spacing: 3px; }
|
||||
#top a:link, #top a:visited, #top a:hover { color: #FFFFFF; text-decoration: none; }
|
||||
|
||||
|
||||
/* Prelude
|
||||
-------------------------------------------------------- */
|
||||
#prelude {
|
||||
width: 366px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 1px;
|
||||
padding: 3px 0 0 0;
|
||||
color: #FFFFFF;
|
||||
text-align: right;
|
||||
}
|
||||
#prelude a:link, #prelude a:visited {
|
||||
font-size: 1em;
|
||||
font-weight: normal;
|
||||
color: #FFFFFF;
|
||||
text-decoration: none;
|
||||
}
|
||||
#prelude a:hover { text-decoration: underline; }
|
||||
|
||||
|
||||
/* Wrapper
|
||||
-------------------------------------------------------- */
|
||||
#wrapper {
|
||||
width: 850px;
|
||||
margin: 0 auto 10px auto;
|
||||
}
|
||||
|
||||
|
||||
#main {
|
||||
width: 568px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
width: 272px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
/* Sidebar
|
||||
-------------------------------------------------------- */
|
||||
#sidebar h2 {
|
||||
color: #FFFFFF;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
background: transparent url(img/small_background.gif) repeat-x left top;
|
||||
padding: 5px 8px;
|
||||
margin: 0 0 10px 0;
|
||||
}
|
||||
#sidebar h3 { color: #c71b1b; padding: 4px 8px 0 8px; font-size: 1em; }
|
||||
|
||||
#sidebar a:link, #sidebar a:visited { text-decoration: none; }
|
||||
#sidebar a:hover { text-decoration: underline; }
|
||||
#blogextra a:link, #blogextra a:visited { text-decoration: none; }
|
||||
#blogextra a:hover { text-decoration: underline; }
|
||||
|
||||
#sidebar ul, #blogextra li { padding: 0 0 4px 0; }
|
||||
#sidebar li, #blogextra li {
|
||||
background: transparent url(img/li.png) no-repeat 10px 7px;
|
||||
padding: 3px 4px 3px 20px;
|
||||
}
|
||||
|
||||
|
||||
#sidebar .categories li:hover, #sidebar .selected li:hover {
|
||||
background:#E9E9E9 url(img/sidebar_li.png) repeat-y scroll left center;
|
||||
}
|
||||
#sidebar .categories li, #sidebar .selected li {
|
||||
background:#E9E9E9 none repeat scroll 0%;
|
||||
border-color:#FFFFFF;
|
||||
border-style:solid;
|
||||
border-width:1px 0px;
|
||||
}
|
||||
|
||||
#sidebar p, #blogextra p { padding: 0 0 4px 10px; }
|
||||
|
||||
#search fieldset p { padding-left: 8px; }
|
||||
#search #q {
|
||||
color: #0F4D8F;
|
||||
width: 180px;
|
||||
border: 1px solid #0F4D8F;
|
||||
padding: 1px 2px;
|
||||
font-size: 1em;
|
||||
}
|
||||
#search .submit {
|
||||
color: #0F4D8F;
|
||||
background: #FFF;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
|
||||
}
|
||||
#search .submit:hover { background: #0F4D8F; color: #FFF; }
|
||||
|
||||
#search, #sidebar .selected, #sidebar .categories, #sidebar .syndicate,
|
||||
#sidebar .langs, #sidebar .tags, #sidebar .links, #sidebar .text { padding: 0 0 10px 0; }
|
||||
#sidebar .links2 {margin-top:-14px; }
|
||||
|
||||
#topnav {
|
||||
color: #FFFFFF;
|
||||
background-color: #FFFFFF;
|
||||
font-size: 0.9em;
|
||||
padding: 5px 5px 5px 8px;
|
||||
margin: 0 0 20px 0;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
#sidebar #topnav ul { margin: 0; padding: 0; }
|
||||
#sidebar #topnav li {
|
||||
display: inline;
|
||||
background: #FFFFFF;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#sidebar .syndicate li {
|
||||
margin: 0 4px 0 11px;
|
||||
background: transparent url(img/rss.png) no-repeat 0px 50%;
|
||||
padding: 5px 4px 5px 22px;
|
||||
}
|
||||
|
||||
#sidebar .tags ul {
|
||||
margin: 5px 5px 10px 10px;
|
||||
padding: 0;
|
||||
font-size: 110%;
|
||||
}
|
||||
#sidebar .tags ul li {
|
||||
display: inline;
|
||||
background: none;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
#sidebar .tags ul li a:link, #sidebar .tags ul li a:visited { color: #0F4D8F; /*#005D99;*/ }
|
||||
|
||||
#sidebar .tags p strong a:link, #sidebar .tags p strong a:visited { padding: 0 0 0 18px; background: transparent url(img/tags.png) no-repeat 0 -2px; }
|
||||
#sidebar .tags p strong a:hover {}
|
||||
|
||||
|
||||
.tag0 { font-size: 100%; }
|
||||
.tag10 { font-size: 100%; }
|
||||
.tag20 { font-size: 100%; }
|
||||
.tag30 { font-size: 100%; }
|
||||
.tag40 { font-size: 100%;}
|
||||
.tag50 { font-size: 100%;}
|
||||
.tag60 { font-size: 100%;}
|
||||
.tag70 { font-size: 100%;}
|
||||
.tag80 { font-size: 100%;}
|
||||
.tag90 { font-size: 100%;}
|
||||
.tag100 { font-size: 100%; }
|
||||
|
||||
|
||||
/* Post-content
|
||||
-------------------------------------------------------- */
|
||||
.post-content, .post-excerpt {
|
||||
padding: 4px 0 0 0;
|
||||
line-height: 1.5em;
|
||||
font-size: 1.2em;
|
||||
|
||||
}
|
||||
.post-content h2 { color:#d0504a;font-weight: 800;font-size: 1.5em; }
|
||||
.post-content p, .post-excerpt p { padding: 4px 0; }
|
||||
|
||||
.post-content strong, .post-excerpt strong { font-size: 0.9em; }
|
||||
.post-content acronym, .post-excerpt acronym { cursor: help; border-bottom: 1px dashed #979797; }
|
||||
|
||||
.post-content pre, .post-excerpt pre {
|
||||
font: 1.1em 'courier new', courier, monospace;
|
||||
background: #e9e9e9;
|
||||
padding: 10px 5px;
|
||||
margin: 6px 0;
|
||||
}
|
||||
|
||||
.post-content h1, .post-excerpt h1 { padding: 4px 0; font-size: 1.4em; color: #666; }
|
||||
.post-content h2, .post-excerpt h2 { padding: 4px 0; font-size: 1.3em; color: #666; }
|
||||
.post-content h3, .post-excerpt h3 { padding: 4px 0; font-size: 1.2em; color: #979797; }
|
||||
.post-content h4, .post-excerpt h4 { padding: 4px 0; font-size: 1.1em; color: #979797; }
|
||||
.post-content h5, .post-excerpt h5 { padding: 4px 0; font-size: 1.0em; color: #979797; }
|
||||
|
||||
.post-content ul, .post-excerpt ul { padding: 4px 0; margin: 0; }
|
||||
.post-content ul li, .post-excerpt ul li {
|
||||
padding: 1px 0 1px 10px;
|
||||
background: transparent url(img/li.png) no-repeat 0 5px;
|
||||
}
|
||||
.post-content ol, .post-excerpt ol { padding: 4px 0; margin: 0 0 0 28px; }
|
||||
.post-content ol li, .post-excerpt ol li { padding: 1px 0; }
|
||||
|
||||
.post-content blockquote, .post-excerpt blockquote { border-left: 4px solid #ffcf77; margin: 4px 0 4px 5px; padding: 0 5px; }
|
||||
.post-content blockquote em, .post-excerpt blockquote em {}
|
||||
|
||||
/* Classes
|
||||
-------------------------------------------------------- */
|
||||
.day-date {
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
background: transparent url(img/small_background.gif) repeat-x left top;
|
||||
text-align: right;
|
||||
padding: 5px 10px;
|
||||
margin: 0 0 10px 0;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
a.feed {}
|
||||
|
||||
.post { color: #000; }
|
||||
|
||||
.post-title { color: #979797; padding: 10px 0 4px 0; font-size: 1.7em; }
|
||||
.post-title h2 { color: #979797; font-size: 1.3em; }
|
||||
.post-title a:link, .post-title a:visited { color: #979797; text-decoration: none;font-size: 1.3em; }
|
||||
.post-title a:hover { text-decoration: underline; }
|
||||
|
||||
.post-info { font-style: italic; }
|
||||
|
||||
.post-tags {
|
||||
position: relative;
|
||||
border: 0;
|
||||
background: #FBFBFB;
|
||||
padding: 5px;
|
||||
margin: 8px 0 0 0;
|
||||
overflow: hidden;
|
||||
height: 1%;
|
||||
}
|
||||
.post-tags:after{
|
||||
content:'[DO NOT LEAVE IT IS NOT REAL]';
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
.post-tags li { display: inline; }
|
||||
.post-tags li a:link, .post-tags li a:visited {
|
||||
color: #979797;
|
||||
display: block;
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
background: transparent url(img/tag.png) no-repeat 0 0;
|
||||
padding: 2px 8px 2px 18px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.post-tags li a:hover { text-decoration: underline; }
|
||||
|
||||
.post-info-co {
|
||||
clear: left;
|
||||
border: 0;
|
||||
background: #f8f7f7;
|
||||
padding: 5px;
|
||||
margin: 0 0 26px 0;
|
||||
}
|
||||
.post-info-co a:link, .post-info-co a:visited {
|
||||
text-decoration: none;
|
||||
padding: 2px 10px 2px 18px;
|
||||
}
|
||||
.post-info-co a:hover { text-decoration: underline; }
|
||||
|
||||
.comment_count {
|
||||
background: transparent url(img/commentaire.png) no-repeat 0 50%;
|
||||
}
|
||||
.ping_count {
|
||||
background: transparent url(img/retrolien.png) no-repeat 0 50%;
|
||||
}
|
||||
.attach_count {
|
||||
background: transparent url(img/attach.png) no-repeat 0 50%;
|
||||
}
|
||||
|
||||
.read-it {
|
||||
font-weight: bold;
|
||||
padding: 0 0 10px 0;
|
||||
clear: left;
|
||||
}
|
||||
|
||||
#attachments {
|
||||
clear: left;
|
||||
border: 1px solid #E8E8E8;
|
||||
border-width: 1px 0;
|
||||
background: #FBFBFB;
|
||||
padding: 5px;
|
||||
margin: 4px 0 6px 0;
|
||||
}
|
||||
#attachments * { color: #0F4D8F; }
|
||||
#attachments h3 { font-size: 1.2em; }
|
||||
#attachments ul { padding: 4px 0; }
|
||||
#attachments li {
|
||||
margin: 0 0 0.6em 0;
|
||||
padding: 2px 10px 2px 18px;
|
||||
background: transparent url(img/attach.png) no-repeat 0 50%;
|
||||
}
|
||||
#attachments li em {}
|
||||
#attachments li div {}
|
||||
#attachments li object {
|
||||
display: inline;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.footnotes {
|
||||
border: 1px solid #E8E8E8;
|
||||
padding: 5px 0;
|
||||
margin: 6px 0 25px 0;
|
||||
}
|
||||
.footnotes h4 {
|
||||
color: #c71b1b;
|
||||
background: #FBFBFB;
|
||||
border-bottom: 1px solid #E8E8E8;
|
||||
background: transparent url(img/report.png) no-repeat 4px 3px;
|
||||
padding: 2px 10px 2px 25px;
|
||||
margin: 0 0 6px 0;
|
||||
font-style: italic;
|
||||
}
|
||||
.footnotes p { padding: 4px 10px; }
|
||||
|
||||
|
||||
/* Archives
|
||||
-------------------------------------------------------- */
|
||||
#content-info {
|
||||
font-size: 0.8em;
|
||||
background: transparent url(img/medium_background.gif) repeat-x left top;
|
||||
padding: 5px 10px;
|
||||
margin: 0 0 20px 0;
|
||||
font-size: 1em;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.content-inner { padding-bottom: 20px; }
|
||||
|
||||
.content-inner h3 {
|
||||
font-size: 1em;
|
||||
color: #FFFFFF;
|
||||
background: transparent url(img/small_background.gif) repeat-x left top;
|
||||
padding: 5px 10px;
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
#content-info h2 { font-size: 1.4em; color:#FFFFFF}
|
||||
#content-info p { padding: 4px 0; font-size: 1em; }
|
||||
|
||||
#content-info p a.feed:link, #content-info p a.feed:visited {
|
||||
padding: 4px 0 4px 22px;
|
||||
background: transparent url(img/rss.png) no-repeat 1px 3px;
|
||||
}
|
||||
#content-info p a.feed:hover {}
|
||||
|
||||
.content-inner .day-date { text-align: left; }
|
||||
.content-inner .post-title { padding: 4px 0; margin: 0 0 0 10px; }
|
||||
.content-inner .post-info { margin: 4px 0 20px 10px; }
|
||||
|
||||
.content-inner ul { padding: 4px 0; margin: 0 0 0 10px; }
|
||||
.content-inner ul li {
|
||||
padding: 1px 0 1px 10px;
|
||||
background: transparent url(img/li.png) no-repeat 0 5px;
|
||||
font-size: 1em;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
/* Tags - Page des tags
|
||||
-------------------------------------------------------- */
|
||||
|
||||
.content-inner ul.tags {
|
||||
position: relative;
|
||||
border: 1px solid #E8E8E8;
|
||||
border-width: 1px 0;
|
||||
background: #FBFBFB;
|
||||
padding: 5px;
|
||||
margin: 8px 0 20px 0;
|
||||
overflow: hidden;
|
||||
height: 1%;
|
||||
font-size: 120%;
|
||||
}
|
||||
.content-inner ul.tags:after{
|
||||
content:'[DO NOT LEAVE IT IS NOT REAL]';
|
||||
display: block;
|
||||
height: 0;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
}
|
||||
.content-inner ul.tags li {
|
||||
/* display: inline; */
|
||||
display: block;
|
||||
float: left;
|
||||
margin: 4px;
|
||||
height: 18px;
|
||||
line-height: 18px;
|
||||
background: none;
|
||||
}
|
||||
.content-inner ul.tags li a:link, .content-inner ul.tags li a:visited {
|
||||
color: #c71b1b;
|
||||
text-decoration: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.content-inner ul.tags li a:hover { text-decoration: underline; }
|
||||
.content-inner ul.tags li a:focus, .content-inner ul.tags li a:active { background: #c71b1b; color: #FFF; }
|
||||
|
||||
|
||||
|
||||
/* Commentaires
|
||||
-------------------------------------------------------- */
|
||||
#comments, #pings { padding-top: 10px; }
|
||||
#comments h3, #pings h3, #comments-feed, #pr h3 {
|
||||
clear: left;
|
||||
border: 1px solid #E8E8E8;
|
||||
border-width: 1px 0;
|
||||
background: #FBFBFB;
|
||||
padding: 5px;
|
||||
margin: 20px 0 8px 0;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
#pr h3 { color: #c71b1b; margin: 30px 0 8px 0; }
|
||||
|
||||
#comments-feed { text-align: right; font-weight: bold; margin: 14px 0 8px 0; }
|
||||
#comments-feed a:link, #comments-feed a:visited {
|
||||
font-size: 0.8em;
|
||||
text-decoration: none;
|
||||
background: transparent url(img/rss.png) no-repeat 0px 50%;
|
||||
padding: 3px 0 3px 22px;
|
||||
}
|
||||
#comments-feed a:hover { text-decoration: underline; }
|
||||
|
||||
#comments dl{}
|
||||
|
||||
#comments dt, #pings dt {
|
||||
position: relative;
|
||||
top: 1px;
|
||||
display: block;
|
||||
padding: 10px 0 30px 0;
|
||||
background: transparent url(img/commentaire_bulle.png) no-repeat 50% 100%;
|
||||
}
|
||||
#comments dt a:link, #comments dt a:visited { color: #0F4D8F; text-decoration: none; }
|
||||
#comments dt a:hover { text-decoration: underline; }
|
||||
#pings dt a:link, #pings dt a:visited { color: #0F4D8F; text-decoration: none; }
|
||||
#pings dt a:hover { text-decoration: underline; }
|
||||
|
||||
#comments dd, #pings dd, dd.comment-preview {
|
||||
color:#0F4D8F;
|
||||
border: 1px solid #E8E8E8;
|
||||
border-width: 1px 0;
|
||||
background: #F5F5F5;
|
||||
padding: 10px;
|
||||
margin: 0 0 8px 0;
|
||||
font-size: 1.1em;
|
||||
line-height: 1.4;
|
||||
}
|
||||
#comments dd *, #pings dd *, dd.comment-preview * { padding: 5px 0; font-size: 1em; }
|
||||
|
||||
#comments dt.me a:link, #comments dt.me a:visited, #comments dt.me a:hover { color: #16466a; }
|
||||
#comments dd.me { border-left: 4px solid #16466a; }
|
||||
|
||||
.comment-number, .ping-number {
|
||||
color: #0F4D8F;
|
||||
font-weight: bold;
|
||||
font-size: 1.4em;
|
||||
}
|
||||
|
||||
#ping-url {
|
||||
border: 1px solid #E8E8E8;
|
||||
border-width: 1px 0;
|
||||
background: #FBFBFB;
|
||||
padding: 5px;
|
||||
margin: 30px 0;
|
||||
font-weight: bold;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
.error {
|
||||
border: 2px solid red;
|
||||
padding: 10px 5px;
|
||||
margin: 20px 0 0 0;
|
||||
background: #FFCCCC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.message {}
|
||||
|
||||
.pagination {
|
||||
clear: left;
|
||||
background: transparent url(img/small_background.gif) repeat-x left top;
|
||||
padding: 5px;
|
||||
margin: 0 0 30px 0;
|
||||
text-align: center;
|
||||
color: #c71b1b;
|
||||
font-weight: bold;
|
||||
}
|
||||
.pagination a:link, .pagination a:visited { color: #c71b1b; text-decoration: none; }
|
||||
.pagination a:hover { text-decoration: underline; }
|
||||
|
||||
#navlinks {
|
||||
background: transparent url(img/small_background.gif) repeat-x left top;
|
||||
padding: 5px;
|
||||
margin: 0 0 20px 0;
|
||||
text-align: center;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
}
|
||||
#navlinks a:link, #navlinks a:visited { color: #FFFFFF; text-decoration: none; }
|
||||
#navlinks a:hover { text-decoration: underline; }
|
||||
|
||||
/* Forms
|
||||
-------------------------------------------------------- */
|
||||
#comment-form { padding-top: 10px; }
|
||||
|
||||
#comment-form h3 {
|
||||
border: 1px solid #0F4D8F;
|
||||
border-width: 1px 0;
|
||||
background: #FBFBFB;
|
||||
padding: 5px;
|
||||
margin: 20px 0 8px 0;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
#comment-form fieldset p { padding: 5px 0; /*margin: 0 0 0 30%;*/ }
|
||||
#comment-form fieldset p.field { padding: 5px 0; width: auto; margin: 0; clear: left; }
|
||||
#comment-form p.form-help { width: 60%; margin: 0 0 0 30%; font-style: italic; }
|
||||
|
||||
#comment-form p label { width: auto; }
|
||||
#comment-form p.field label {
|
||||
font-weight: bold;
|
||||
display: block;
|
||||
padding: 0 4px 4px 0;
|
||||
width: 29%;
|
||||
float: left;
|
||||
text-align: right;
|
||||
}
|
||||
#comment-form input, #comment-form textarea {
|
||||
font: 1em Arial,sans-serif;
|
||||
color: #000000;
|
||||
border: 1px solid #0F4D8F;
|
||||
padding: 1px 2px;
|
||||
font-size: 1em;
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
#comment-form input#c_remember {
|
||||
width: auto;
|
||||
border: 0;
|
||||
margin: 0 5px 0 140px;
|
||||
}
|
||||
#comment-form input.preview { margin-left: 134px; }
|
||||
#comment-form input.preview, #comment-form input.submit {
|
||||
width: auto;
|
||||
color: #0F4D8F;
|
||||
background: #FFF;
|
||||
font-size: 1em;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
border: 1px solid #0F4D8F;
|
||||
}
|
||||
#comment-form input.preview:hover, #comment-form input.submit:hover { background: #0F4D8F; color: #FFF; border: 1px solid #0F4D8F; }
|
||||
|
||||
|
||||
/* Footer
|
||||
-------------------------------------------------------- */
|
||||
#footer {
|
||||
width: 850px;
|
||||
background: transparent url(img/medium_background.gif) repeat-x left top;
|
||||
padding: 0 0 0 0;
|
||||
clear: both;
|
||||
}
|
||||
#footer p {
|
||||
width: 250px;
|
||||
margin: 0 auto;
|
||||
background: transparent url(img/medium_background.gif) repeat-x left top;
|
||||
color: #FFFFFF;
|
||||
padding: 6px 0px 6px 0;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
}
|
||||
#footer p a:link, #footer p a:visited { color: #FFFFFF; text-decoration: underline; }
|
||||
#footer p a:hover { text-decoration: none; }
|
||||
|
||||
|
||||
#footer-copyright {
|
||||
width: 850px;
|
||||
color: #979797;
|
||||
padding-top:20px;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#footer-copyright b,#footer-copyright a:link, #footer-copyright a:visited {
|
||||
color: #979797;
|
||||
text-decoration:none;
|
||||
}
|
||||
6
dotclear._no/themes/tricolor/tpl/_footer.html
Executable file
@ -0,0 +1,6 @@
|
||||
<div id="footer">
|
||||
<p>{{tpl:lang Powered by}} <a href="http://www.dotclear.net/">DotClear</a></p>
|
||||
</div>
|
||||
<!-- Copyright - <20> n'enlever en aucun cas : http://creativecommons.org/licenses/by/2.5/ -->
|
||||
<div id="footer-copyright"><strong><a href="http://www.7themes.com/">theme dotclear</a></strong> par 7<strong><a href="http://www.7themes.com/">themes</a></strong></div>
|
||||
<!-- Fin du copyright -->
|
||||
4
dotclear._no/themes/tricolor/tpl/_top.html
Executable file
@ -0,0 +1,4 @@
|
||||
<div id="top">
|
||||
<h1><span><a href="{{tpl:BlogURL}}">{{tpl:BlogName encode_html="1"}}</a></span></h1>
|
||||
</div>
|
||||
|
||||