Return to Snippet

Revision: 4568
at January 9, 2008 17:25 by kristin


Updated Code
/*
Author Name :Kristin Pishdadi
Author Site :http://kpishdadi.com
Style Name :xmas-eves-eve
Style URI :http://kpishdadi.com/2008/01/06/k2-style-christmas-eves-eve
Version :1.0
Comments :K2 scheme based on a palette from COLOURlovers. It's pretty much unsupported but if you post comments on the theme URL,I'll try to fix any bugs that come up. Thanks! ~ Kristin
*/
body{background:#e7e7de}
.columns-three #page{padding:0;width:100%}
#header{background:#FFF;border-bottom:1px solid #cc9;height:120px}
a{color:#0ca8d8}
h1,h1 a,h1 a:hover,h1 a:visited,#header .description{color:#e4006d;text-decoration:none}
ul.menu{border-top:2px solid #e4006d;left:0;text-align:center;width:97%}
ul.menu li a{border-left:1px solid #d5e3b9;border-right:1px solid #d5e3b9;color:#55555f;font-size:1.2em;font-weight:700;margin:0 0 0 -4px}
ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover{background:#f6f9f0 none repeat scroll 0;color:#e4006d !important;text-decoration:underline}
ul.menu li a:hover{background:#f6f9f0 none repeat scroll 0;color:#e4006d !important;text-decoration:none}
ul.menu,ul.menu li a{padding:7px 19px 8px}
#header h1{border-top:10px solid #FFF;display:block;font-size:3em;font-weight:700;letter-spacing:-1px;margin:0 auto;padding:15px 0 0;width:940px}
#header .description{display:block;margin:0 auto;width:940px}
#page{background:transparent;border:0}
#footer,#flickr-sidebar a.more-photos,.secondary #flickr-sidebar h4{display:none}
#footer p{padding:5px 10px}
#footer a{border:0;color:#f90}
#footer p.footerfeedlinks{background:#FFF}
#footer p.footerfeedlinks a{color:#069;font-weight:400;text-decoration:underline}
.content{margin:20px auto;position:relative;width:940px}
code{background:#EEE;border:1px solid #CCC;display:block;font-size:1em;overflow:auto;padding:10px;width:460px}
#primary,.columns-three #primary{float:none;left:0;margin:0;padding:0;position:absolute;top:0}
#dynamic-content{padding-top:0}
#sidebar-main{background:#FFF;left:520px;position:absolute;top:0}
.columns-three #sidebar-alt{background:#FFF;left:760px;margin:0;position:absolute;top:0;width:200px}
#flickr-sidebar{background:#FFF;left:0;padding:0;position:absolute;top:-132px;width:460px}
#flickr-sidebar img{border:1px solid #FFF;height:54px;margin:-2px 8px 8px;width:54px}
#flickr-sidebar img:hover{border:1px solid #E7E7DE}
.secondary div{margin:0 0 20px;position:relative}
.hentry{background:#FFF;border-bottom:2px solid #CCC;margin-bottom:20px;padding:10px}
.navigation{background:#e4006d;color:#FFF;font-size:1.1em;margin:0;padding:7px 10px;width:480px}
.navigation a{color:#FFF}
.page-head{background:#91daf0;height:25px;margin:-10px}
.page-head h2{background:#0ca8d8;color:#FFF;display:block;float:left;font-size:1.3em;padding:5px 10px;text-align:left}
.page-head h2 a:hover,.page-head h2 a{color:#FFF !important;text-decoration:none !important}
#rollingcontent .page-head,#dynamiccontent .page-head{margin:0}
.secondary h4{background:#4d4e4d;color:#FFF;display:block;font-size:1.3em;margin:0 -10px 5px;padding:5px 10px}
a.feedlink{position:absolute;right:0;top:5px}
.entry-content a:visited{color:#91daf0}
h3.center{font-size:1em;text-align:left}

Revision: 4567
at January 9, 2008 16:38 by kristin


Initial Code
/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Kristin Pishdadi
	Author Site	: http://kpishdadi.com
	Style Name	: xmas-eves-eve
	Style URI	: http://kpishdadi.com/extras/k2/schemes/christmas-eves-eve/
	Version		: 1.0
	Comments	: K2 scheme based on a palette from COLOURlovers.  It's pretty much unsupported but if you post comments on the theme URL, I'll try to fix any bugs that come up.  Thanks! ~ Kristin
*/

/* @group Globals */

body
{
	background:#e7e7de;
}

.columns-three #page
{
	width:100%;
	padding:0;
}

#header
{
	background:#FFF;
	height:120px;
	border-bottom:1px solid #cc9;
}

a
{
	color:#0ca8d8;
}

h1,h1 a,h1 a:hover,h1 a:visited,#header .description
{
	color:#e4006d;
	text-decoration:none;
}

/* @end */

/* @group Menu Stuff, Will be replaced with SuckerFish later */

ul.menu
{
	text-align:center;
	left:0;
	width:97%;
	border-top:2px solid #e4006d;
}

ul.menu li a
{
	border-left:1px solid #d5e3b9;
	border-right:1px solid #d5e3b9;
	font-size:1.2em;
	color:#55555f;
	font-weight:700;
	margin:0 0 0 -4px;
}

ul.menu li.current_page_item a,ul.menu li.current_page_item a:hover
{
	background:#f6f9f0 none repeat scroll 0;
	color:#e4006d!important;
	text-decoration:underline;
}

ul.menu li a:hover
{
	background:#f6f9f0 none repeat scroll 0;
	color:#e4006d!important;
	text-decoration:none;
}

ul.menu,ul.menu li a
{
	padding:7px 19px 8px;
}

/* @end */

/* @group K2 Stuff */

#header h1
{
	font-size:3em;
	font-weight:700;
	letter-spacing:-1px;
	display:block;
	width:940px;
	border-top:10px solid #FFF;
	margin:0 auto;
	padding:15px 0 0;
}

#header .description
{
	display:block;
	width:940px;
	margin:0 auto;
}

#page
{
	background:transparent;
	border:0;
}

#footer
{
	text-align:left;
	width:940px;
	display:none;
	margin:0 auto;
	padding:0;
}

#footer p
{
	padding:5px 10px;
}

#footer a
{
	color:#f90;
	border:0;
}

#footer p.footerfeedlinks
{
	background:#FFF;
}

#footer p.footerfeedlinks a
{
	color:#069;
	text-decoration:underline;
	font-weight:400;
}

.content
{
	width:940px;
	position:relative;
	margin:20px auto;
}

code {
	display: block;
	width: 460px;
	overflow: auto;
	padding: 10px;
	background: #EEE;
	border: 1px solid #CCC;
	font-size: 1em;
}

#primary,.columns-three #primary
{
	position:absolute;
	left:0;
	top:0;
	float:none;
	margin:0;
	padding:0;
}

#dynamic-content
{
	padding-top:0;
}

#sidebar-main
{
	background:#FFF;
	position:absolute;
	top:0px;
	left:520px;
}

.columns-three #sidebar-alt
{
	background:#FFF;
	position:absolute;
	top:0px;
	left:760px;
	width:200px;
	margin:0;
}


#flickr-sidebar {
	position: absolute;
	top: -132px;
	left: 0px;
	width: 460px;
	padding: 0px;
	background: #FFF;
}

#flickr-sidebar img {
	width: 54px;
	height: 54px;
	border: 1px solid #FFF;
	margin: 8px;
	margin-top: -2px;
}

#flickr-sidebar img:hover {
	border: 1px solid #E7E7DE;
}

#flickr-sidebar a.more-photos {
	display: none;
}

.secondary #flickr-sidebar h4 {
	display: none;
}

.secondary div
{
	position:relative;
	margin:  0px 0 20px 0;
}

.hentry
{
	background:#FFF;
	margin-bottom:20px;
	border-bottom:2px solid #CCC;
	padding:10px;
}

.navigation
{
	background:#e4006d;
	color:#FFF;
	width:480px;
	font-size:1.1em;
	margin:0;
	padding:7px 10px;
}

.navigation a {
	color: #FFF;
}

.page-head
{
	background:#91daf0;
	height:25px;
	margin:-10px;
}

.page-head h2
{
	text-align:left;
	font-size:1.3em;
	background:#0ca8d8;
	display:block;
	float:left;
	padding:5px 10px;
	color: #FFF;
}

.page-head h2 a:hover, .page-head h2 a
{
	color:#FFF!important;
	text-decoration:none!important;
}

#rollingcontent .page-head, #dynamiccontent .page-head {
	margin: 0px;
}

.secondary h4
{
	background:#4d4e4d;
	color:#FFF;
	display:block;
	font-size:1.3em!important;
	margin:0px -10px 5px;
	padding:5px 10px!important;
}

a.feedlink
{
	position:absolute;
	top:5px;
	right:0;
}

.entry-content a:visited
{
	color:#91daf0;
}

h3.center
{
	text-align:left;
	font-size:1em;
}

/* @end */

Initial URL
http://kpishdadi.com/2008/01/06/k2-style-christmas-eves-eve/

Initial Description


Initial Title
Christmas Eve's Eve

Initial Tags
wordpress, style

Initial Language
CSS