buddypress/0.1/default/style.css
Andy Peatling b51846766d tagging default theme v0.1
git-svn-id: https://buddypress.svn.wordpress.org/tags/buddypress-theme@99 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
2008-05-12 22:36:55 +00:00

216 lines
No EOL
3.3 KiB
CSS

/*
Theme Name: BuddyPress Profile Default
Theme URI: http://buddypress.com/
Description: The default profile theme for BuddyPress
Version: 0.1
Author: Andy Peatling
Author URI: http://blazenewmedia.com/
*/
html {
font-size: 62.5%;
font-family: "Lucida Grande", "Lucida Sans", Tahoma, Verdana, Arial, sans-serif;
}
body {
font-size: 1.2em;
color: #333;
width: 760px;
margin: 0 auto;
padding: 0.5em;
line-height: 155%;
}
hr {
clear: both;
margin: 0;
padding: 0;
visibility: hidden;
}
a {
color: #1c56ab;
}
a:hover {
background: #1c56ab;
color: #fff;
}
/** HEADER **/
#header h1 {
font-size: 3em;
font-family: georgia, times, serif;
font-weight: normal;
margin: 0.5em 0 0.1em 0;
border-bottom: 1px solid #ddd;
padding-bottom: 0.5em;
}
#header h1 span {
color: #1c56ab;
}
#header ul#menu {
float: left;
border-bottom: 1px solid #ddd;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0 0 0.3em 0;
list-style: none;
}
#header ul#menu li {
float: left;
margin: 0 0.75em 0 0;
font-family: georgia, times, serif;
text-transform: uppercase;
font-size: 1.1em;
}
#header ul#menu li a {
color: #555;
text-decoration: none;
display: block;
padding: 0.4em 0.8em;
background: #fafafa;
}
#header ul#menu li a:hover {
background: #f3f3f3;
}
/** CONTENT **/
#content {
margin: 0 0 0 280px;
}
#profile-name {
font-size: 1.6em;
font-family: georgia, times, serif;
margin-bottom: 1px;
padding: 0 0 0.75em 0;
border-bottom: 1px solid #ccc;
}
#profile-name h2 {
font-size: 1.6em;
font-weight: normal;
margin: 0;
padding: 0.2em 0 0.4em 0;
}
#profile-name h2 a {
text-decoration: none;
color: #555;
}
#profile-name div.description {
font-size: 0.8em;
}
.profile-group h3, h3.page-title {
background: #8b919a;
color: #fff;
padding: 0.25em 0.5em;
margin: 0 0 0.75em 0;
font-family: georgia, times, serif;
font-weight: normal;
font-size: 1.4em;
}
.profile-group table {
padding-bottom: 0.75em;
}
.profile-group table td {
padding: 0 0 1em 0;
vertical-align: top;
}
.profile-group table td.label {
width: 150px;
color: #555;
}
.profile-group table td.data {
padding-left: 0.5em;
}
/** BLOG **/
.blog h2 {
font-family: georgia, times, serif;
font-weight: normal;
font-size: 1.6em;
margin-bottom: 0.2em;
}
.blog h2 a {
}
.blog small {
font-family: georgia, times, serif;
font-weight: normal;
font-size: 1em;
color: #666;
padding-bottom: 0.5em;
display: block;
}
.post {
border-bottom: 1px solid #ccc;
padding: 0 0.5em 1em 0.5em;
}
textarea#comment {
width: 100%;
}
/** SIDEBAR **/
div#sidebar {
float: left;
width: 250px;
overflow: hidden;
margin: 0 1.5em 0 0;
}
#profilePic {
text-align: center;
margin-bottom: 1.5em;
}
#profilePic img {
padding: 5px;
border: 1px solid #ccc;
background: #f3f3f3;
}
ul#quickLinks, ul#components {
list-style: none;
margin: 0;
padding: 0;
}
ul#quickLinks li {
border-bottom: 1px solid #ccc;
padding: 0.3em 0;
}
ul#components li {
margin: 2em 0 0 0;
border-bottom: 2px solid #ccc;
}
ul#components li ul li {
border: none;
margin: 0;
padding: 0.3em 0;
}
ul#components li h2 {
margin: 0;
font-family: georgia, times, serif;
font-weight: normal;
font-size: 1.4em;
border-bottom: 1px solid #ccc;
padding: 0 0 0.2em 0;
}