302 lines
5.1 KiB
CSS
Executable File
302 lines
5.1 KiB
CSS
Executable File
/*
|
|
# -- BEGIN LICENSE BLOCK ----------------------------------
|
|
# This file is part of Freshy2, a theme for Dotclear.
|
|
# Original WP Theme from Julien de Luca
|
|
# (http://www.jide.fr/francais/)
|
|
#
|
|
# Copyright (c) 2008-2018
|
|
# Bruno Hondelatte dsls@morefnu.org
|
|
# Pierre Van Glabeke contact@brol.info
|
|
#
|
|
# Licensed under the GPL version 2.0 license.
|
|
# A copy of this license is available in LICENSE file or at
|
|
# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
# -- END LICENSE BLOCK ------------------------------------
|
|
*/
|
|
body {
|
|
/*:Background image*/
|
|
background-image:none;
|
|
/*:Background color*/
|
|
background-color:#383838;
|
|
color:#e7e7e7;
|
|
}
|
|
|
|
input, select, textarea {
|
|
border-color:#383838 !important;
|
|
background-color:#000;
|
|
color:#e7e7e7;
|
|
}
|
|
#s, .sidebar input#s {color:#000;}
|
|
|
|
option {
|
|
background-color:#383838;
|
|
color:#e7e7e7;
|
|
}
|
|
|
|
.sidebar li, .sidebar a, .sidebar li.current_page_item li a, .sidebar li.current-cat li a {
|
|
color:#e7e7e7;
|
|
}
|
|
|
|
h1, h1 a {
|
|
color:#e7e7e7;
|
|
}
|
|
|
|
.description {
|
|
color:#797979;
|
|
}
|
|
|
|
ul#quicklinks li a.rss {
|
|
background-image: url(images/icons/feed-icon-16x16-dark.gif);
|
|
}
|
|
|
|
#sidebar div {
|
|
border-left-color:#383838;
|
|
}
|
|
|
|
#sidebar_left div {
|
|
border-right-color:#383838;
|
|
}
|
|
|
|
#footer_content {
|
|
border-top-color:#383838;
|
|
}
|
|
|
|
#header_image {
|
|
/*:Header height*/
|
|
padding-top:200px;
|
|
/*:Header image*/
|
|
background-image:url(images/headers/dark_drax.jpg);
|
|
/*:Header image alignment*/
|
|
background-position:center;
|
|
}
|
|
|
|
#title {
|
|
border-top:2px solid #383838;
|
|
}
|
|
|
|
#title, #main, #footer_content {
|
|
background:#0c0c0c url(images/page-gradient-dark.png) repeat-y right;
|
|
}
|
|
|
|
.sidebar_left #main {
|
|
/*:Sidebar left width*/
|
|
padding-left:240px;
|
|
}
|
|
|
|
.sidebar_right #main {
|
|
/*:Sidebar right width*/
|
|
padding-right:280px;
|
|
}
|
|
|
|
#sidebar_left.sidebar {
|
|
/*:Sidebar left width*/
|
|
width:240px;
|
|
/*:Sidebar left width*/
|
|
right:240px;
|
|
}
|
|
|
|
#sidebar.sidebar {
|
|
/*:Sidebar right width*/
|
|
width:280px;
|
|
}
|
|
|
|
* html #sidebar_left {
|
|
/*:Sidebar right width*/
|
|
left:280px;
|
|
}
|
|
|
|
#page {
|
|
/*:Page width*/
|
|
width:90%;
|
|
}
|
|
|
|
*::-moz-selection, *::-selection {
|
|
/*:Navigation color*/
|
|
background-color:#00b0e6;
|
|
}
|
|
|
|
a {
|
|
/*:Navigation color*/
|
|
color:#00b0e6;
|
|
}
|
|
|
|
.sidebar h2 {
|
|
/*:Navigation color*/
|
|
border-left-color:#00b0e6;
|
|
/*:Navigation color*/
|
|
color:#00b0e6;
|
|
}
|
|
|
|
.sidebar h2 a {
|
|
/*:Navigation color*/
|
|
color:#00b0e6;
|
|
}
|
|
|
|
#menu ul li li a:hover, #menu ul li li.current_page_item a:hover, #menu ul li li.current_page_item a {
|
|
/*:Navigation color*/
|
|
color:#00b0e6;
|
|
}
|
|
|
|
#menu ul li.current_page_parent:hover a, #menu ul li.current_page_parent a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_item:hover a, #menu ul li.current_page_item a:hover, #menu ul li.current_page_item a,
|
|
#supranav li.active {
|
|
/*:Navigation color*/
|
|
background-color:#00b0e6;
|
|
}
|
|
|
|
#menu ul li.top_parent:hover a, #menu ul li.top_parent a {
|
|
background-color:#00b0e6;
|
|
}
|
|
|
|
.sidebar li.current_page_item a, .sidebar li.current-cat a, #main .sidebar li a:hover, #blogcustom.sidebar li a:hover {
|
|
/*:Navigation color*/
|
|
background-color:#00b0e6;
|
|
}
|
|
|
|
.sidebar .categories li.category-current a {
|
|
color: #fff;
|
|
background-color:#00b0e6;
|
|
}
|
|
.sidebar .categories li.category-current li a {
|
|
color: #e7e7e7;
|
|
background:none;
|
|
}
|
|
|
|
.sidebar li a:hover {
|
|
/*:Navigation color*/
|
|
background-color:#00b0e6;
|
|
}
|
|
|
|
code {
|
|
/*:Content color*/
|
|
background-color:#a3b8be;
|
|
/*:Content color*/
|
|
border-color:#a3b8be;
|
|
}
|
|
|
|
/* meta */
|
|
.post .meta {
|
|
background:transparent url(images/box-shadow-dark.png) no-repeat bottom left;
|
|
}
|
|
|
|
/* meta categories */
|
|
#content .metacat {
|
|
background:transparent url(images/box-shadow-dark.png) no-repeat bottom left;
|
|
}
|
|
|
|
#content .cat {
|
|
background:#383838;
|
|
}
|
|
|
|
.cat a {
|
|
color:#fff;
|
|
}
|
|
|
|
/* fin */
|
|
|
|
.post .meta ul {
|
|
background:#383838;
|
|
}
|
|
|
|
.meta ul li a {
|
|
color:#fff;
|
|
}
|
|
|
|
.meta .author, .meta .author a {
|
|
color:#a3b8be;
|
|
}
|
|
|
|
.meta .flux a, .cat .flux a {
|
|
color:#a3b8be;
|
|
}
|
|
|
|
/* commentaires */
|
|
.comment .author, .comment .author a {
|
|
color:#a3b8be;
|
|
}
|
|
|
|
.comment {
|
|
padding:5px;
|
|
margin:15px 0;
|
|
background-color:#383838;
|
|
border:1px solid #c6c6c6;
|
|
}
|
|
|
|
.comment img.avatar {
|
|
float:left;
|
|
margin-right:5px;
|
|
border:1px solid #ffffff;
|
|
}
|
|
|
|
.comment h4 {
|
|
padding:0;
|
|
margin:0;
|
|
color:#fff;
|
|
}
|
|
|
|
.comment p {
|
|
margin:.5em 0 .5em 0;
|
|
padding:0;
|
|
color: #fff;
|
|
}
|
|
|
|
.comment_author {
|
|
background:#383838 url(images/transparency/white-90.png) repeat scroll 0 0;
|
|
border:1px solid #383838;
|
|
}
|
|
|
|
.comment_author h4 {
|
|
color:#383838;
|
|
}
|
|
|
|
.comment_author .comment_content p {
|
|
color:#000;
|
|
}
|
|
|
|
h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a {
|
|
/*:Content color*/
|
|
color:#a3b8be;
|
|
}
|
|
|
|
.footnotes h4 {
|
|
color:#a3b8be;
|
|
}
|
|
|
|
.comment-preview { background-color: #383838; padding-left:5px;color: #fff; }
|
|
|
|
.ping {
|
|
padding-left: 15px;
|
|
margin:15px 0;
|
|
background-color:#383838;
|
|
border:1px solid #c6c6c6;
|
|
}
|
|
|
|
.ping .author {
|
|
color:#a3b8be;
|
|
}
|
|
|
|
.post blockquote {
|
|
/*:Content color*/
|
|
border-left-color:#a3b8be;
|
|
}
|
|
|
|
.message {
|
|
background-color: #828282;
|
|
color: #c6c6c6;
|
|
border: 2px solid #c6c6c6;
|
|
font-weight:bold;
|
|
margin: 20px 0 0;
|
|
padding: 10px 5px;
|
|
}
|
|
|
|
/* plugin dayMode */
|
|
.calendar a:hover, .calendar caption a:hover {
|
|
background-color:#00b0e6;
|
|
}
|
|
|
|
.calendar a {
|
|
color:#00b0e6;
|
|
}
|
|
|
|
/* légende lightbox */
|
|
span.jq-modal-legend {color:#383838;}
|