praxis/wp-content/themes/clear/style.css

207 lines
3.5 KiB
CSS
Raw Normal View History

2025-12-22 07:41:33 +00:00
/*
Theme Name: Clear
Theme URI: http://www.diovo.com/links/clear/
Description: <a href="http://www.diovo.com/links/clear/" title="Clear">Clear</a> is a free wordpress theme, released by <a href="http://www.diovo.com" title="Diovo" target="_blank">Diovo</a>. Clear is the perfect theme for great authors. It is clean, clear and beautiful. It is minimalistic one-cloumn theme with the widgets all arranged at the bottom. Clear was designed to make your content stand out and make everything else get out of the way. Check it out and you will fall in love with it.
Version: 1.2.5
Author: Niyaz PK
Author URI: http://www.diovo.com/about/
Tags: white, one-column, fixed-width, light
Last updated: 8:09 PM 4/22/2010
The CSS, XHTML and design is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/
/* Elements */
*
{
margin:0;
padding:0;
}
body {
margin: 0;
padding: 0;
font-family: 'Lato', Verdana,Tahoma, Arial, sans-serif;
line-height: 1.5em;
font-size: 10px; /* IE5 Win */
voice-family: "\"}\"";
voice-family: inherit;
font-size: 10px; /* easy scaling */
font-size: 0.84em;
color: #000;
background:url(/wp-content/themes/clear/img/bg.jpg);
background-attachment:fixed;
}
#wrapper
{
width:948px;
margin:65px auto;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0 0 0.6em 0;
}
h1
{
font-family: 'Alfa Slab One', Georgia, Times, serif;
}
h2
{
font-size:1.3em;
}
p, blockquote, ul, ol {
margin-top: 0;
padding-top: 0;
margin-bottom:0.5em;
}
p
{
line-height:1.7em;
font-size: 1.1em;
margin-bottom: 0.9em;
}
ul
{
list-style-image:url(/wp-content/themes/clear/img/dot.png);
padding-left:1.2em;
margin-bottom:1em;
}
pre {
font-size:1.5em;
}
a:link, a:visited {
color: #b74343;
text-decoration:none;
}
a:hover,a:active
{
text-decoration:underline;
}
img.left
{
float:left;
margin:0 1em 1em 0;
}
img.right
{
float:right;
margin:0 0 1em 1em;
}
img .size-medium
{
width:50px;
}
a img
{
border:0;
}
td
{
width:100px;
}
/* Header */
#header {
display:block;
position:absolute;
z-index:3;
top:99px;
width:803px;
height:46px;
margin-left:74px;
background:url(/wp-content/themes/clear/img/header.png) no-repeat;
}
/* Logo */
#logo {
position:relative;
z-index:2;
width:556px;
height:80px;
background:url(/wp-content/themes/clear/img/logo.png) no-repeat;
}
/* Menu */
#menu {
}
#menu ul {
margin:0;
padding:8px 20px 0px 0;
list-style: none;
text-align:right;
float:right;
display: inline;
}
#menu li {
display: inline;
}
#menu a
{
padding:3px 0px 1px 0px;
margin-left:10px;
text-decoration: none;
text-transform:uppercase;
font-size: 1.1em;
border:0;
color:#000;
}
#menu a:hover,
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
color:#000;
border-bottom:1px solid #b74343;
}
/* Main */
#main {
width: 803px;
margin-top:0;
margin-left:74px;
background:url(/wp-content/themes/clear/img/box.png) repeat-y;
padding-bottom:1em;
}
/* Content */
#content {
padding:20px 50px;
padding-bottom:0;
}
/* Footer */
#footer {
width:803px;
height:46px;
margin-left:74px;
background:url(/wp-content/themes/clear/img/footer.png) no-repeat;
padding:18px 0 0 0;
text-align:right;
}
#credits
{
font-size:0.8em;
margin-right:18px;
}