Current oav website
This commit is contained in:
167
dotclear._no/themes/freshy2/custom_bloggy.css
Executable file
167
dotclear._no/themes/freshy2/custom_bloggy.css
Executable file
@ -0,0 +1,167 @@
|
||||
/*
|
||||
# -- 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 ------------------------------------
|
||||
*/
|
||||
#main .sidebar li a:hover,
|
||||
#blogcustom.sidebar li a:hover {
|
||||
/*:Navigation color*/
|
||||
background-color:#0080fc;
|
||||
}
|
||||
|
||||
code {
|
||||
/*:Content color*/
|
||||
background-color:#1e64a3;
|
||||
/*:Content color*/
|
||||
border-color:#1e64a3;
|
||||
}
|
||||
|
||||
#header_image {
|
||||
/*:Header image*/
|
||||
background-image:url(images/headers/bloggy.jpg);
|
||||
/*:Header image alignment*/
|
||||
background-position:center;
|
||||
/*:Header height*/
|
||||
padding-top:200px;
|
||||
}
|
||||
|
||||
body {
|
||||
/*:Background image*/
|
||||
background-image:url(images/background/fat_lines.gif);
|
||||
/*:Background color*/
|
||||
background-color:#303030;
|
||||
}
|
||||
|
||||
.sidebar_left #main {
|
||||
/*:Sidebar left width*/
|
||||
padding-left:200px;
|
||||
}
|
||||
|
||||
.sidebar_right #main {
|
||||
/*:Sidebar right width*/
|
||||
padding-right:250px;
|
||||
}
|
||||
|
||||
#sidebar_left.sidebar {
|
||||
/*:Sidebar left width*/
|
||||
width:200px;
|
||||
/*:Sidebar left width*/
|
||||
right:200px;
|
||||
}
|
||||
|
||||
#sidebar.sidebar {
|
||||
/*:Sidebar right width*/
|
||||
width:250px;
|
||||
}
|
||||
|
||||
* html #sidebar_left {
|
||||
/*:Sidebar right width*/
|
||||
left:250px;
|
||||
}
|
||||
|
||||
#page {
|
||||
/*:Page width*/
|
||||
width:800px;
|
||||
}
|
||||
|
||||
*::-moz-selection, *::-selection {
|
||||
/*:Navigation color*/
|
||||
background-color:#0080fc;
|
||||
}
|
||||
|
||||
a {
|
||||
/*:Navigation color*/
|
||||
color:#0080fc;
|
||||
}
|
||||
|
||||
.sidebar h2 {
|
||||
/*:Navigation color*/
|
||||
border-left-color:#0080fc;
|
||||
/*:Navigation color*/
|
||||
color:#0080fc;
|
||||
}
|
||||
|
||||
.sidebar h2 a {
|
||||
/*:Navigation color*/
|
||||
color:#0080fc;
|
||||
}
|
||||
|
||||
#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:#0080fc;
|
||||
}
|
||||
|
||||
#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:#0080fc;
|
||||
}
|
||||
|
||||
#menu ul li.top_parent:hover a, #menu ul li.top_parent a {
|
||||
background-color:#0080fc;
|
||||
}
|
||||
|
||||
.sidebar li.current_page_item a, .sidebar li.current-cat a {
|
||||
/*:Navigation color*/
|
||||
background-color:#0080fc;
|
||||
}
|
||||
|
||||
.sidebar .categories li.category-current a {
|
||||
color: #fff;
|
||||
background-color:#0080fc;
|
||||
}
|
||||
.sidebar .categories li.category-current li a {
|
||||
color: #000;
|
||||
background:none;
|
||||
}
|
||||
|
||||
h2, h2 a, h3, h3 a, .post blockquote, .post blockquote a, .author, .author a {
|
||||
/*:Content color*/
|
||||
color:#1e64a3;
|
||||
}
|
||||
|
||||
.post blockquote {
|
||||
/*:Content color*/
|
||||
border-left-color:#1e64a3;
|
||||
}
|
||||
|
||||
.meta .author, .meta .author a, .meta .flux a, .cat .flux a {
|
||||
color:#1e64a3;
|
||||
}
|
||||
|
||||
.comment .author, .comment .author a {
|
||||
color:#1e64a3;
|
||||
}
|
||||
|
||||
.comment_author {
|
||||
background:#1e64a3 url(images/transparency/white-90.png) repeat scroll 0 0;
|
||||
border:1px solid #1e64a3;
|
||||
}
|
||||
|
||||
.comment_author h4 {
|
||||
color:#1e64a3;
|
||||
}
|
||||
|
||||
.ping .author, .ping .author a {
|
||||
color:#1e64a3;
|
||||
}
|
||||
|
||||
/* plugin dayMode */
|
||||
|
||||
.calendar a:hover, .calendar caption a:hover {
|
||||
background-color:#0080fc;
|
||||
}
|
||||
|
||||
.calendar a {
|
||||
color:#0080fc;
|
||||
}
|
||||
Reference in New Issue
Block a user