2012-07-11 16:28:51 +00:00
|
|
|
/*************************** General Styling ***************************/
|
|
|
|
|
/* Page Styling */
|
2012-08-06 11:56:42 +00:00
|
|
|
html, body {
|
|
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
body {
|
2012-08-22 11:30:56 +00:00
|
|
|
background: #fff url(lib/images/background.png) left -6px repeat-x;
|
2012-07-16 15:58:15 +00:00
|
|
|
font-family: Arial, Helvetica,sans-serif;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Text Styling */
|
|
|
|
|
a {
|
2012-08-20 18:52:54 +00:00
|
|
|
color: #2e374a; /*#4b8cc6;*/
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
a:hover {
|
|
|
|
|
color: #325670;
|
|
|
|
|
}
|
|
|
|
|
h1, h2, h3, h4, h5, h6,
|
|
|
|
|
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
|
2012-08-20 18:52:54 +00:00
|
|
|
color: #2e374a !important;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
|
|
|
|
|
color: #1eadff;
|
|
|
|
|
}
|
|
|
|
|
#page-wrapper {
|
|
|
|
|
padding-top: 0;
|
2012-07-18 16:13:40 +00:00
|
|
|
width: 940px;
|
2012-07-19 16:15:56 +00:00
|
|
|
text-align: left;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#page-shadow {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
box-shadow: none;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-28 11:26:06 +00:00
|
|
|
#content-wrapper {
|
|
|
|
|
filter: none;
|
|
|
|
|
-ms-filter: none;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
#content-wrapper, #precontent-wrapper {
|
|
|
|
|
padding: 0;
|
|
|
|
|
background: transparent;
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-06 11:56:42 +00:00
|
|
|
.hidden {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
/*************************** Header ***************************/
|
|
|
|
|
|
|
|
|
|
#header {
|
2012-07-19 16:15:56 +00:00
|
|
|
margin-bottom: 10px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Header */
|
|
|
|
|
#header-bottom {
|
|
|
|
|
clear: both;
|
|
|
|
|
background: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
2012-07-14 14:53:13 +00:00
|
|
|
height: 42px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
2012-07-17 16:19:40 +00:00
|
|
|
|
|
|
|
|
#header-profile {
|
|
|
|
|
clear: both;
|
|
|
|
|
background: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
height: 85px;
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 110%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#header-profile .user-nicename {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 13px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
/* Logo */
|
|
|
|
|
#logo span {
|
|
|
|
|
}
|
|
|
|
|
/*************************** Navigation Menu ***************************/
|
|
|
|
|
|
|
|
|
|
/* Top Level Nav */
|
|
|
|
|
#nav {
|
|
|
|
|
}
|
|
|
|
|
/*************************** Main Content ***************************/
|
|
|
|
|
|
|
|
|
|
/* Main Content */
|
|
|
|
|
#content {
|
|
|
|
|
margin-bottom: 20px;
|
2012-08-06 11:56:42 +00:00
|
|
|
padding-right: 2%;
|
|
|
|
|
width: 77.25%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-page #content {
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
width: 79.25%;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content.fullwidth {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-20 14:42:00 +00:00
|
|
|
#content.new-dedication {
|
|
|
|
|
width: 49%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#content.dedication-profile {
|
|
|
|
|
width: 77.25%;
|
2012-08-08 16:50:40 +00:00
|
|
|
padding-right: 0;
|
2012-07-20 14:42:00 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
|
|
|
|
|
/*************************** Sidebar ***************************/
|
|
|
|
|
|
|
|
|
|
/* Sidebar */
|
|
|
|
|
#sidebar {
|
2012-07-18 16:13:40 +00:00
|
|
|
width: 20.74%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.sb-right #sidebar {
|
|
|
|
|
margin-left: 0;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-20 14:42:00 +00:00
|
|
|
#sidebar.new-dedication {
|
|
|
|
|
width: 49%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sidebar.dedication-profile {
|
|
|
|
|
width: 22.74%;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
|
|
|
|
|
/*************************** User Details ***************************/
|
|
|
|
|
|
|
|
|
|
ul.navmenu {
|
2012-07-27 10:52:43 +00:00
|
|
|
width: 330px;
|
2012-07-11 16:28:51 +00:00
|
|
|
float: right;
|
2012-07-19 16:15:56 +00:00
|
|
|
margin-bottom: 10px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li {
|
|
|
|
|
float: left;
|
2012-07-19 16:15:56 +00:00
|
|
|
width: 51px;
|
2012-08-23 16:50:24 +00:00
|
|
|
height: 90px;
|
2012-07-14 14:53:13 +00:00
|
|
|
margin-left: 15px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li a {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
display: block;
|
2012-07-19 16:15:56 +00:00
|
|
|
width: 51px;
|
2012-08-23 16:50:24 +00:00
|
|
|
height: 90px;
|
|
|
|
|
position: relative;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li a span {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-23 16:50:24 +00:00
|
|
|
ul.navmenu li span.sign {
|
|
|
|
|
background-image: url("lib/images/icons.png");
|
|
|
|
|
background-position: 2px -451px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
bottom: 4px;
|
|
|
|
|
color: #FFFFFF;
|
|
|
|
|
display: inline;
|
|
|
|
|
font-size: 9px;
|
|
|
|
|
font-weight: bold;
|
2012-08-24 10:56:09 +00:00
|
|
|
height: 25px;
|
|
|
|
|
line-height: 34px;
|
2012-08-23 16:50:24 +00:00
|
|
|
padding: 0 3px 0 0;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
text-align: right;
|
2012-08-24 10:56:09 +00:00
|
|
|
width: 25px;
|
2012-08-23 16:50:24 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
ul.navmenu li a.friends {
|
2012-07-19 16:15:56 +00:00
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-20 15:41:03 +00:00
|
|
|
background-position: 0px -270px;
|
2012-07-19 16:15:56 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li a.friends:hover {
|
|
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-20 15:41:03 +00:00
|
|
|
background-position: -51px -270px;
|
2012-07-11 16:28:51 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li a.groups {
|
2012-07-19 16:15:56 +00:00
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-20 15:41:03 +00:00
|
|
|
background-position: 0px -180px;
|
2012-07-11 16:28:51 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-19 16:15:56 +00:00
|
|
|
ul.navmenu li a.groups:hover {
|
|
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-20 15:41:03 +00:00
|
|
|
background-position: -51px -180px;
|
2012-07-19 16:15:56 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li a.events {
|
|
|
|
|
background-image: url(lib/images/icons.png);
|
|
|
|
|
background-position: 0px 0px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li a.events:hover {
|
|
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-20 15:41:03 +00:00
|
|
|
background-position: -51px 0px;
|
2012-07-11 16:28:51 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li a.profile {
|
2012-07-19 16:15:56 +00:00
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-20 15:41:03 +00:00
|
|
|
background-position: 0px -90px;
|
2012-07-19 16:15:56 +00:00
|
|
|
background-repeat: no-repeat;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-19 16:15:56 +00:00
|
|
|
ul.navmenu li a.profile:hover {
|
|
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-20 15:41:03 +00:00
|
|
|
background-position: -51px -90px;
|
2012-07-19 16:15:56 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-27 10:52:43 +00:00
|
|
|
ul.navmenu li a.logout {
|
|
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-22 11:30:56 +00:00
|
|
|
background-position: 0px -360px;
|
2012-07-27 10:52:43 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul.navmenu li a.logout:hover {
|
|
|
|
|
background-image: url(lib/images/icons.png);
|
2012-08-22 11:30:56 +00:00
|
|
|
background-position: -53px -360px;
|
2012-07-27 10:52:43 +00:00
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-19 16:15:56 +00:00
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
.login-name {
|
2012-08-20 18:52:54 +00:00
|
|
|
color: #fff;
|
2012-07-11 16:28:51 +00:00
|
|
|
width: 40%;
|
|
|
|
|
float: left;
|
2012-07-27 10:52:43 +00:00
|
|
|
margin-top: 40px;
|
2012-07-11 16:28:51 +00:00
|
|
|
text-align: center;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#user-details a {
|
|
|
|
|
color: #8bafce;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************** Search panel ****************************/
|
2012-07-14 14:53:13 +00:00
|
|
|
#searchform {
|
|
|
|
|
float: right;
|
2012-07-30 17:29:09 +00:00
|
|
|
background: url("lib/images/search.png") repeat scroll 0 0 transparent;
|
|
|
|
|
border-style: none;
|
|
|
|
|
height: 28px;
|
|
|
|
|
padding-left: 4px;
|
|
|
|
|
width: 176px;
|
|
|
|
|
margin: 0;
|
2012-07-14 14:53:13 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
#search-panel {
|
|
|
|
|
float: right;
|
2012-07-14 14:53:13 +00:00
|
|
|
padding: 5px 0px 5px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#searchbar {
|
2012-07-30 17:29:09 +00:00
|
|
|
background: transparent !important;
|
|
|
|
|
width: 120px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#searchsubmit {
|
2012-07-30 17:29:09 +00:00
|
|
|
float: right;
|
|
|
|
|
width: 28px;
|
|
|
|
|
background: transparent !important;
|
|
|
|
|
height: 28px;
|
|
|
|
|
text-indent: 9999px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#searchsubmit:active {
|
|
|
|
|
background: transparent !important;
|
|
|
|
|
box-shadow: none;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#search-icon {
|
|
|
|
|
border-color: #666;
|
|
|
|
|
}
|
|
|
|
|
#search-icon.active, #search-icon:hover {
|
|
|
|
|
background-color: #181e23;
|
|
|
|
|
border-color: #161C20;
|
|
|
|
|
border-bottom-color: #181e23;
|
|
|
|
|
}
|
|
|
|
|
#search-box {
|
|
|
|
|
background-color: #aaa;
|
|
|
|
|
display: inline;
|
|
|
|
|
border: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
/*************************** Social Wrapper ***************************/
|
|
|
|
|
|
|
|
|
|
/* Social Wrapper */
|
|
|
|
|
#social-wrapper {
|
|
|
|
|
background: #2f3b43;
|
|
|
|
|
border-top: 5px solid #161C20;
|
|
|
|
|
}
|
|
|
|
|
/* Scroller */
|
|
|
|
|
#scroller a:hover {
|
|
|
|
|
color: #1EADFF;
|
|
|
|
|
}
|
|
|
|
|
.scroller-bullet {
|
|
|
|
|
color: #8BAFCE;
|
|
|
|
|
}
|
|
|
|
|
/*************************** Slider ***************************/
|
|
|
|
|
#dedicationTitle_container, #dedicationFooter_container {
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin:0 auto;
|
|
|
|
|
height: 75px;
|
|
|
|
|
clear: both;
|
|
|
|
|
text-align: center;
|
|
|
|
|
padding: 0px;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-06 11:56:42 +00:00
|
|
|
.dedicationTitle_logo {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedicationTitle_container #dedicationTitle-data-panel {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
#dedicationTitle {
|
|
|
|
|
line-height:65px;
|
|
|
|
|
margin:0;
|
2012-08-20 18:52:54 +00:00
|
|
|
color: #2e374a;
|
2012-07-11 16:28:51 +00:00
|
|
|
padding: 5px 10px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedication-data-panel {
|
|
|
|
|
margin-top: 8px;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedicationFooter_container {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedicationFooter_container .two {
|
|
|
|
|
width: 50%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedicationFooter_container .last {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-17 16:19:40 +00:00
|
|
|
#dedicationFooter_container .button {
|
2012-07-11 16:28:51 +00:00
|
|
|
float: right;
|
2012-07-16 15:58:15 +00:00
|
|
|
margin-left: 5px;
|
2012-08-20 16:58:31 +00:00
|
|
|
margin-top: 40px;
|
2012-07-18 16:13:40 +00:00
|
|
|
width: 193px;
|
2012-07-16 15:58:15 +00:00
|
|
|
font-size: 13px;
|
2012-08-20 16:58:31 +00:00
|
|
|
font-weight: 800;
|
|
|
|
|
padding: 6px 0;
|
|
|
|
|
line-height: 21px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedicationFooter_container h3 {
|
2012-07-16 15:58:15 +00:00
|
|
|
margin: 10px 0 5px 8px;
|
2012-07-11 16:28:51 +00:00
|
|
|
font-size: 24px;
|
2012-07-26 17:33:26 +00:00
|
|
|
white-space: nowrap;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedicationFooter_container h4 {
|
2012-07-16 15:58:15 +00:00
|
|
|
margin: 0px 0 0 8px;
|
2012-07-26 17:33:26 +00:00
|
|
|
white-space: nowrap;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#slider-wrapper {
|
2012-07-16 15:58:15 +00:00
|
|
|
margin-bottom: 15px;
|
2012-07-11 16:28:51 +00:00
|
|
|
border-top: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
height: 650px;
|
2012-07-18 16:13:40 +00:00
|
|
|
width: 100%;
|
2012-07-11 16:28:51 +00:00
|
|
|
border: 1px solid #349bbc;
|
2012-07-24 20:45:57 +00:00
|
|
|
background: #E7E7E7;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#slider-wrapper .error {
|
|
|
|
|
background: #2F3B43;
|
|
|
|
|
border-color: #161C20;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#slider-wrapper .error a {
|
|
|
|
|
color: #8BAFCE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#slider-inner-bg {
|
|
|
|
|
background: #325670;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedication-data-panel img.dedicationFlag {
|
|
|
|
|
width:32px;
|
|
|
|
|
height:32px;
|
|
|
|
|
vertical-align:middle;
|
2012-07-14 14:53:13 +00:00
|
|
|
margin-top: -8px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedication-data-panel span {
|
2012-07-14 14:53:13 +00:00
|
|
|
font-size: 18px;
|
|
|
|
|
font-weight: bold;
|
2012-07-11 16:28:51 +00:00
|
|
|
display: inline-block;
|
2012-07-14 14:53:13 +00:00
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedication-data-panel a {
|
2012-08-20 18:52:54 +00:00
|
|
|
color: #2e374a;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedicationComments_container {
|
|
|
|
|
display: inline-block;
|
2012-08-22 10:41:24 +00:00
|
|
|
width: 90% !important;
|
2012-07-16 15:58:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#dedicationComments_container #comments {
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************** Page/Post ***************************/
|
|
|
|
|
|
2012-07-17 10:34:42 +00:00
|
|
|
.page-title {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
/* Share */
|
|
|
|
|
#share-review-link a {
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
#share-review-link a:hover {
|
|
|
|
|
color: #325670;
|
|
|
|
|
}
|
|
|
|
|
/* Follow/Unfollow Button */
|
|
|
|
|
.wpfp-link {
|
|
|
|
|
background: #2D5069;
|
|
|
|
|
}
|
|
|
|
|
.wpfp-link:hover {
|
|
|
|
|
background: #273138;
|
|
|
|
|
}
|
|
|
|
|
/*************************** Review Filter Drop Downs ***************************/
|
|
|
|
|
|
|
|
|
|
.jqTransformSelectWrapper div span {
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
/*************************** Review Page ***************************/
|
|
|
|
|
|
|
|
|
|
/* Review Links */
|
|
|
|
|
#review-links li a {
|
|
|
|
|
color: #2d5069;
|
|
|
|
|
}
|
|
|
|
|
#review-links li.tab-active a {
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
/* Site Score */
|
|
|
|
|
.site-score {
|
|
|
|
|
background: #1eadff;
|
|
|
|
|
}
|
|
|
|
|
/* User Score */
|
|
|
|
|
.user-score {
|
|
|
|
|
background: #698396;
|
|
|
|
|
}
|
|
|
|
|
/*************************** Related Items ***************************/
|
|
|
|
|
|
|
|
|
|
.related-post-title {
|
|
|
|
|
color: #325670;
|
|
|
|
|
}
|
|
|
|
|
.related-post-title:hover {
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
/*************************** Profile Page ***************************/
|
|
|
|
|
|
|
|
|
|
/* Profile Boxes */
|
|
|
|
|
.profile-box a {
|
|
|
|
|
color: #325670;
|
|
|
|
|
}
|
|
|
|
|
.profile-box a:hover {
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
/*************************** Footer ***************************/
|
2012-07-19 16:15:56 +00:00
|
|
|
#footer {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
2012-07-20 14:50:31 +00:00
|
|
|
background: #e7e7e7 url(lib/images/footer-column-bg.png) center no-repeat;
|
2012-07-18 16:13:40 +00:00
|
|
|
border: 2px solid #349BBC;
|
|
|
|
|
border-left: none;
|
|
|
|
|
border-right: none;
|
2012-07-19 16:15:56 +00:00
|
|
|
margin-top: 15px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-24 20:45:57 +00:00
|
|
|
.footer-third {
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-07-19 16:15:56 +00:00
|
|
|
|
|
|
|
|
/* Footer Widgets */
|
|
|
|
|
#footer-widgets {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
background: transparent;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
float: none;
|
|
|
|
|
font-weight: bold;
|
2012-08-20 18:52:54 +00:00
|
|
|
color: #2e374a;
|
2012-08-28 11:26:06 +00:00
|
|
|
filter: none;
|
|
|
|
|
-ms-filter: none;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-24 20:45:57 +00:00
|
|
|
#footer-widgets > div:first-child {
|
|
|
|
|
margin-left: 180px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
#footer-widgets h3 {
|
|
|
|
|
border: 0px;
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
text-align: left;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-19 16:15:56 +00:00
|
|
|
#footer-widgets #nav_menu-4 h3 {
|
|
|
|
|
color: #ef54ca !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer-widgets #nav_menu-5 h3 {
|
|
|
|
|
color: #f0776f !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer-widgets #nav_menu-6 h3 {
|
|
|
|
|
color: #7dafc6 !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
#footer-widgets .widget li {
|
2012-07-19 16:15:56 +00:00
|
|
|
padding-top: 4px;
|
|
|
|
|
text-align: left;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-widgets-border-right {
|
|
|
|
|
height: 2px;
|
|
|
|
|
background: #95c3d2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-widgets-border-left {
|
|
|
|
|
height: 2px;
|
|
|
|
|
background: #1586ae;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer .widget a {
|
2012-08-20 18:52:54 +00:00
|
|
|
color: #2e374a;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer .widget a:hover {
|
2012-07-19 16:15:56 +00:00
|
|
|
color: #4B8CC6;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Footer Bottom */
|
|
|
|
|
#footer-bottom {
|
|
|
|
|
background-color: #273138;
|
|
|
|
|
border-top: 10px solid #161C20;
|
|
|
|
|
color: #879197;
|
|
|
|
|
}
|
|
|
|
|
#footer-bottom a {
|
|
|
|
|
color: #aab7bf;
|
|
|
|
|
}
|
|
|
|
|
/*************************** Widgets ***************************/
|
|
|
|
|
|
|
|
|
|
/* General Widget Styling */
|
|
|
|
|
.widget a {
|
|
|
|
|
color: #325670;
|
|
|
|
|
}
|
|
|
|
|
.widget a:hover {
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
/* Posts Widget */
|
|
|
|
|
.posts-widget .post-cats {
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
.posts-widget .post-cats a {
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
.posts-widget .post-cats a:hover {
|
|
|
|
|
color: #325670;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* General Widget Styling */
|
|
|
|
|
.widget h3 {
|
|
|
|
|
text-align: center;
|
2012-07-18 16:13:40 +00:00
|
|
|
width: 100%;
|
2012-07-11 16:28:51 +00:00
|
|
|
background: #cce6f5;
|
|
|
|
|
border: 1px solid #2c85c7;
|
|
|
|
|
color: #7da0b6;
|
|
|
|
|
padding: 6px 0;
|
2012-07-18 16:13:40 +00:00
|
|
|
display: inline-block;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget h4 {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-16 15:58:15 +00:00
|
|
|
#sidebar-home {
|
2012-07-31 09:51:22 +00:00
|
|
|
width: 26.49% !important;
|
2012-07-16 15:58:15 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
/* Homepage Widget Styling */
|
|
|
|
|
#sidebar-home .widget {
|
2012-07-18 16:13:40 +00:00
|
|
|
width: 195px;
|
2012-07-11 16:28:51 +00:00
|
|
|
margin-bottom: 30px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sidebar-home .widget h3 {
|
|
|
|
|
background: transparent;
|
|
|
|
|
border: 0px;
|
|
|
|
|
padding: 0;
|
2012-07-31 09:51:22 +00:00
|
|
|
margin: 0;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget img {
|
|
|
|
|
border: 1px solid #349BBC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Top members widget */
|
2012-08-22 10:41:24 +00:00
|
|
|
.widget.top_members {
|
2012-07-11 16:28:51 +00:00
|
|
|
color: #bf2d2d;
|
2012-07-18 16:13:40 +00:00
|
|
|
width: 195px;
|
2012-07-16 15:58:15 +00:00
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-22 10:41:24 +00:00
|
|
|
.widget.top_members a {
|
2012-07-17 10:34:42 +00:00
|
|
|
color: #bf2d2d;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-22 10:41:24 +00:00
|
|
|
.widget.top_members h3 {
|
2012-07-17 10:34:42 +00:00
|
|
|
color: #bf2d2d !important;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
text-transform: uppercase;
|
2012-08-22 10:41:24 +00:00
|
|
|
border: none;
|
|
|
|
|
background: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
2012-07-17 10:34:42 +00:00
|
|
|
}
|
|
|
|
|
|
2012-08-22 10:41:24 +00:00
|
|
|
.widget.top_members .post-text {
|
2012-07-16 15:58:15 +00:00
|
|
|
text-align: center;
|
2012-07-17 10:34:42 +00:00
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
float: none;
|
2012-07-18 16:13:40 +00:00
|
|
|
heigth: 38px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-08-22 10:41:24 +00:00
|
|
|
.widget.top_members a.button {
|
2012-07-11 16:28:51 +00:00
|
|
|
color: #bf2d2d;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
background: #f4d2e3;
|
|
|
|
|
border: 1px solid #eaa5ba;
|
|
|
|
|
display: inline-block;
|
2012-07-17 10:34:42 +00:00
|
|
|
font-size: 14px;
|
2012-07-11 16:28:51 +00:00
|
|
|
line-height: 14px;
|
2012-07-17 10:34:42 +00:00
|
|
|
font-weight: bold;
|
2012-08-09 15:08:54 +00:00
|
|
|
padding: 5px 0;
|
2012-08-28 09:52:11 +00:00
|
|
|
width: 100%;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Sidebarposts widget */
|
2012-08-09 15:08:54 +00:00
|
|
|
.widget.sidebarposts {
|
2012-07-16 15:58:15 +00:00
|
|
|
}
|
2012-07-11 16:28:51 +00:00
|
|
|
|
2012-08-09 15:08:54 +00:00
|
|
|
.widget.sidebarposts h3,
|
|
|
|
|
.widget.sidebarposts .post-loop .post-text {
|
2012-07-31 09:51:22 +00:00
|
|
|
color: #34a089 !important;
|
|
|
|
|
text-align: left;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-09 15:08:54 +00:00
|
|
|
.widget.sidebarposts h3 {
|
2012-07-31 09:51:22 +00:00
|
|
|
background: transparent;
|
|
|
|
|
border: 0px;
|
2012-07-11 16:28:51 +00:00
|
|
|
padding: 0;
|
2012-08-27 16:23:04 +00:00
|
|
|
margin: 0;
|
|
|
|
|
text-align: center;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-08-09 15:08:54 +00:00
|
|
|
.widget.sidebarposts .post-loop {
|
2012-07-11 16:28:51 +00:00
|
|
|
width: 100% !important;
|
2012-07-31 09:51:22 +00:00
|
|
|
min-height: 88px;
|
2012-07-11 16:28:51 +00:00
|
|
|
margin: 0;
|
|
|
|
|
padding-bottom: 0;
|
2012-07-17 10:34:42 +00:00
|
|
|
border: none;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-08-09 15:08:54 +00:00
|
|
|
.widget.sidebarposts .post-loop .post-text {
|
2012-08-22 10:41:24 +00:00
|
|
|
float: left;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
width: 100%;
|
2012-07-31 11:07:40 +00:00
|
|
|
overflow: visible;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-08-22 10:41:24 +00:00
|
|
|
.widget.sidebarposts .post-loop .post-text img.dedicationFlag {
|
|
|
|
|
height: 16px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
width: 16px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
.widget.sidebarposts .post-loop .post-thumbnail {
|
2012-08-22 10:41:24 +00:00
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
2012-07-17 10:34:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts a {
|
2012-08-22 10:41:24 +00:00
|
|
|
color: #2E374A !important;
|
2012-07-17 10:34:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts a span {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts .post-loop .post-meta {
|
2012-08-22 10:41:24 +00:00
|
|
|
color: #2E374A;
|
2012-07-17 10:34:42 +00:00
|
|
|
white-space: nowrap;
|
2012-07-19 16:15:56 +00:00
|
|
|
line-height: 19px;
|
2012-07-17 10:34:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts .post-loop .post-meta span a {
|
|
|
|
|
font-weight: bold;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts a.button {
|
|
|
|
|
color: #34a089;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
background: #d7edeb;
|
|
|
|
|
border: 1px solid #4da6a2;
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-17 10:34:42 +00:00
|
|
|
.widget.sidebarposts .post-text .post-artist-song {
|
|
|
|
|
white-space: nowrap;
|
2012-07-19 16:15:56 +00:00
|
|
|
line-height: 19px;
|
|
|
|
|
|
2012-07-17 10:34:42 +00:00
|
|
|
}
|
|
|
|
|
|
2012-08-09 15:08:54 +00:00
|
|
|
.widget.sidebarposts .we_recommend {
|
|
|
|
|
margin-top: 2px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts .we_recommend .post-loop .post-thumbnail {
|
|
|
|
|
width: 100%;
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts .we_recommend .post-loop .post-text {
|
|
|
|
|
width: 100%;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts .top_10 {
|
2012-08-22 10:41:24 +00:00
|
|
|
/*margin-top: -27px;*/
|
2012-08-09 15:08:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.sidebarposts .top_10 h3 {
|
|
|
|
|
background: none repeat scroll 0 0 #D7EDEB;
|
|
|
|
|
border: 1px solid #4DA6A2;
|
|
|
|
|
color: #34A089;
|
|
|
|
|
display: block;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
text-shadow: none;
|
|
|
|
|
padding: 5px 0px;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
color: #34A089 !important;
|
|
|
|
|
text-align: center;
|
2012-08-22 10:41:24 +00:00
|
|
|
cursor: pointer;
|
2012-08-09 15:08:54 +00:00
|
|
|
|
|
|
|
|
}
|
2012-07-31 09:51:22 +00:00
|
|
|
|
|
|
|
|
.widget.top_members img,
|
|
|
|
|
.widget.sidebarposts img {
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
margin: 5px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.top_members .post-loop {
|
|
|
|
|
width: 100% !important;
|
2012-08-28 09:52:11 +00:00
|
|
|
min-height: 130px;
|
2012-07-31 09:51:22 +00:00
|
|
|
margin: 0;
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.top_members .post-loop .post-meta,
|
|
|
|
|
.widget.sidebarposts .post-loop .post-meta {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.top_members .post-loop .post-thumbnail,
|
|
|
|
|
.widget.sidebarposts .post-loop .post-thumbnail {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.top_members .post-loop .post-thumbnail {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-07-17 10:34:42 +00:00
|
|
|
.widget.widget_specialrecentposts {
|
|
|
|
|
|
|
|
|
|
}
|
2012-07-11 16:28:51 +00:00
|
|
|
|
2012-07-17 10:34:42 +00:00
|
|
|
.widget.widget_specialrecentposts h4 {
|
|
|
|
|
font-size: 13px;
|
|
|
|
|
line-height: 110%;
|
|
|
|
|
font-family: Georgia, "Times New Roman", Times, serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.srp-widget-singlepost {
|
|
|
|
|
border: none !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
}
|
2012-07-11 16:28:51 +00:00
|
|
|
|
2012-07-20 14:42:00 +00:00
|
|
|
.widget.widget_bp_my_groups_widget h3 {
|
|
|
|
|
background: #4e778b !important;
|
|
|
|
|
color: #9fd7f2 !important;
|
|
|
|
|
border-color: #253b48;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.widget_bp_my_groups_widget .my-groups-list
|
|
|
|
|
|
|
|
|
|
.widget.widget_bp_my_groups_widget .my-groups-list .item-avatar .avatar {
|
|
|
|
|
height: 50px;
|
|
|
|
|
width: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.widget_bp_my_groups_widget .my-groups-list li {
|
|
|
|
|
border: none !important;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 0 10px 0 !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.widget_bp_my_groups_widget .my-groups-list .item {
|
|
|
|
|
margin-left: 0px;
|
|
|
|
|
text-transform: uppercase;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.widget_bp_my_groups_widget .my-groups-list .item .item-title {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.widget_bp_my_groups_widget .my-groups-list .item a {
|
|
|
|
|
padding: 5px 5px;
|
|
|
|
|
display: block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.widget.widget_bp_my_groups_widget .my-groups-list .item a:hover {
|
|
|
|
|
color: #f5b00c;
|
|
|
|
|
background: #0f3d5f;
|
|
|
|
|
-moz-box-shadow: inset 0 0 10px #262630;
|
|
|
|
|
-webkit-box-shadow: inset 0 0 10px #262630;
|
|
|
|
|
box-shadow: inset 0 0 10px #262630;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-09 16:19:54 +00:00
|
|
|
div.srp-widget-container {
|
|
|
|
|
clear: both;
|
|
|
|
|
display: table;
|
|
|
|
|
}
|
|
|
|
|
div.srp-widget-container h3.widget-title {
|
|
|
|
|
display: table-caption;
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
div.srp-widget-singlepost {
|
|
|
|
|
border-bottom: 1px solid #CCCCCC;
|
|
|
|
|
margin: 0 0 10px;
|
|
|
|
|
padding: 0 0 10px;
|
|
|
|
|
}
|
|
|
|
|
div.srp-thumbnail-box {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
padding-right: 10px;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
div.srp-content-box {
|
|
|
|
|
display: table-cell;
|
|
|
|
|
vertical-align: top;
|
|
|
|
|
}
|
|
|
|
|
p.srp-widget-excerpt {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-09 17:34:58 +00:00
|
|
|
#sidebar #my-friends-big-avatars.widget .avatar-block,
|
|
|
|
|
#sidebar #my-friends-big-avatars.widget .avatar-link {
|
2012-08-09 16:19:54 +00:00
|
|
|
width: 100%;
|
2012-08-27 16:07:09 +00:00
|
|
|
text-align: center;
|
2012-08-09 16:19:54 +00:00
|
|
|
}
|
2012-07-20 14:42:00 +00:00
|
|
|
|
2012-08-09 16:19:54 +00:00
|
|
|
#sidebar #my-friends-big-avatars.widget .avatar-block a {
|
|
|
|
|
display: inline-block;
|
2012-08-27 16:07:09 +00:00
|
|
|
width: 60px;
|
|
|
|
|
height: 65px;
|
2012-08-09 16:19:54 +00:00
|
|
|
}
|
2012-07-20 14:42:00 +00:00
|
|
|
|
2012-08-28 15:14:29 +00:00
|
|
|
#sidebar #my-friends-big-avatars.widget .avatar-block span.see_more,
|
|
|
|
|
#sidebar #my-friends-big-avatars.widget .avatar-block a.see_more {
|
|
|
|
|
display: block;
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: auto;
|
|
|
|
|
color: #F5B00C;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-09 17:34:58 +00:00
|
|
|
#sidebar #my-friends-big-avatars.widget .avatar-link {
|
|
|
|
|
background: none repeat scroll 0 0 #CCE6F5;
|
|
|
|
|
border: 1px solid #2C85C7;
|
|
|
|
|
color: #7DA0B6;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 6px 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-bottom: 20px;
|
2012-08-22 11:39:25 +00:00
|
|
|
color: #2e374a;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#sidebar #my-friends-big-avatars.widget .avatar-block a img.avatar {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
2012-08-09 17:34:58 +00:00
|
|
|
}
|
|
|
|
|
|
2012-08-27 16:07:09 +00:00
|
|
|
#sidebar #my-friends-big-avatars.widget a.button {
|
|
|
|
|
background: none repeat scroll 0 0 #CCE6F5;
|
|
|
|
|
border: 1px solid #2C85C7;
|
|
|
|
|
color: #325670 !important;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
padding: 6px 0;
|
|
|
|
|
text-align: center;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
width: 100%;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
margin-top: 10px;
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
line-height: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-20 14:42:00 +00:00
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
/*************************** Page Navigation ***************************/
|
|
|
|
|
|
|
|
|
|
/* Page & Comments Navigation */
|
|
|
|
|
.wp-pagenavi {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi.post-navi a span {
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.wp-pagenavi .pages {
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Page & Comments Navigation */
|
|
|
|
|
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi.post-navi a span {
|
|
|
|
|
color: #495157;
|
|
|
|
|
}
|
|
|
|
|
.wp-pagenavi.post-navi a, .wp-pagenavi.post-navi a:hover, .wp-pagenavi .current,
|
|
|
|
|
.wp-pagenavi a:hover, .wp-pagenavi.post-navi span, .wp-pagenavi.post-navi a span:hover {
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
color: #077dc8;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*************************** Others ***************************/
|
2012-07-24 20:45:57 +00:00
|
|
|
input[type="submit"], input[type="reset"], input[type="button"], button,
|
2012-07-20 14:42:00 +00:00
|
|
|
#content-wrapper .widget input[type="button"],
|
|
|
|
|
#content-wrapper .widget input[type="submit"],
|
|
|
|
|
#content-wrapper .widget input[type="reset"],
|
|
|
|
|
#content-wrapper .widget input[type="file"],
|
|
|
|
|
#content-wrapper .widget button,
|
|
|
|
|
#content-wrapper #groups-directory-form h3 a.button,
|
|
|
|
|
.bp-wrapper #content-wrapper .button,
|
|
|
|
|
.bp-wrapper #content-wrapper .button.submit,
|
|
|
|
|
.bp-wrapper #content-wrapper ul.button-nav li a,
|
|
|
|
|
.bp-wrapper #content-wrapper .generic-button a,
|
|
|
|
|
.bp-wrapper #content-wrapper .comment-reply-link,
|
|
|
|
|
.bp-wrapper #content-wrapper #previous-next input,
|
|
|
|
|
.bp-wrapper #content-wrapper #submit_topic_cancel,
|
|
|
|
|
.bp-wrapper #content-wrapper .acomment-options a,
|
2012-08-28 09:52:11 +00:00
|
|
|
/*.bp-wrapper #content-wrapper .activity-meta a:hover span,*/
|
2012-07-16 15:58:15 +00:00
|
|
|
a.button {
|
2012-07-20 14:42:00 +00:00
|
|
|
font-size: 13px;
|
2012-08-20 16:58:31 +00:00
|
|
|
font-weight: 800;
|
|
|
|
|
line-height: 30px;
|
|
|
|
|
text-transform: uppercase;
|
2012-07-20 14:42:00 +00:00
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
text-align: center;
|
2012-07-16 15:58:15 +00:00
|
|
|
padding: 5px 10px;
|
2012-07-11 16:28:51 +00:00
|
|
|
cursor: pointer;
|
2012-08-20 16:58:31 +00:00
|
|
|
color: #B0F0F3;
|
2012-07-19 08:55:51 +00:00
|
|
|
|
2012-08-20 16:58:31 +00:00
|
|
|
background: #203A75;
|
|
|
|
|
border: 1px solid #1E263A;
|
2012-07-16 15:58:15 +00:00
|
|
|
}
|
|
|
|
|
|
2012-08-28 09:52:11 +00:00
|
|
|
.bp-wrapper #content-wrapper .activity-meta a.button,
|
|
|
|
|
.bp-wrapper #content-wrapper .acomment-options a {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper #content-wrapper .activity-meta a:hover span {
|
|
|
|
|
padding: 0 3px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-24 20:45:57 +00:00
|
|
|
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover,
|
2012-07-20 14:42:00 +00:00
|
|
|
.bp-wrapper #content-wrapper .button:hover,
|
|
|
|
|
.bp-wrapper #content-wrapper .button.submit:hover,
|
|
|
|
|
.bp-wrapper #content-wrapper ul.button-nav li a:hover,
|
|
|
|
|
.bp-wrapper #content-wrapper .generic-button a:hover,
|
|
|
|
|
.bp-wrapper #content-wrapper .comment-reply-link:hover,
|
|
|
|
|
.bp-wrapper #content-wrapper #previous-next input:hover,
|
|
|
|
|
.bp-wrapper #content-wrapper #submit_topic_cancel:hover,
|
|
|
|
|
.bp-wrapper #content-wrapper .acomment-options a:hover,
|
|
|
|
|
.bp-wrapper #content-wrapper div.item-list-tabs ul li a:hover span,
|
|
|
|
|
.bp-wrapper #content-wrapper .activity-meta a span,
|
2012-07-16 15:58:15 +00:00
|
|
|
a.button:hover {
|
2012-08-20 16:58:31 +00:00
|
|
|
color: #fff;
|
|
|
|
|
background: #0059b5;
|
|
|
|
|
border: 1px solid #88c4c2;
|
2012-07-16 15:58:15 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-24 20:45:57 +00:00
|
|
|
input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active,
|
2012-07-20 14:42:00 +00:00
|
|
|
.bp-wrapper #content-wrapper .button:active,
|
|
|
|
|
.bp-wrapper #content-wrapper .button.submit:active,
|
|
|
|
|
.bp-wrapper #content-wrapper ul.button-nav li a:active,
|
|
|
|
|
.bp-wrapper #content-wrapper .generic-button a:active,
|
|
|
|
|
.bp-wrapper #content-wrapper .comment-reply-link:active,
|
|
|
|
|
.bp-wrapper #content-wrapper #previous-next input:active,
|
|
|
|
|
.bp-wrapper #content-wrapper #submit_topic_cancel:active,
|
|
|
|
|
.bp-wrapper #content-wrapper .acomment-options a:active,
|
|
|
|
|
.bp-wrapper #content-wrapper div.item-list-tabs ul li a:active span,
|
|
|
|
|
.bp-wrapper #content-wrapper .activity-meta a span,
|
2012-07-16 15:58:15 +00:00
|
|
|
a.button:active {
|
2012-08-20 16:58:31 +00:00
|
|
|
color: #fff;
|
|
|
|
|
background: #0059b5;
|
|
|
|
|
border: 1px solid #88c4c2;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-16 15:58:15 +00:00
|
|
|
|
2012-07-21 15:43:35 +00:00
|
|
|
/* Form Styling */
|
|
|
|
|
input[type="submit"].signup {
|
|
|
|
|
background: -moz-linear-gradient(
|
|
|
|
|
top,
|
|
|
|
|
#77c24b 0%,
|
|
|
|
|
#619e41) !important;
|
|
|
|
|
background: -webkit-gradient(
|
|
|
|
|
linear, left top, left bottom,
|
|
|
|
|
from(#77c24b),
|
|
|
|
|
to(#619e41)) !important;
|
|
|
|
|
border: 1px outset #517f65 !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
input[type="submit"]:hover.signup {
|
|
|
|
|
background: -moz-linear-gradient(
|
|
|
|
|
top,
|
|
|
|
|
#b9f788 0%,
|
|
|
|
|
#78b146) !important;
|
|
|
|
|
background: -webkit-gradient(
|
|
|
|
|
linear, left top, left bottom,
|
|
|
|
|
from(#b9f788),
|
|
|
|
|
to(#78b146)) !important;
|
|
|
|
|
border: 1px outset #b9f788 !important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#signup_form {
|
|
|
|
|
background: #73c3e8;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
color: #3b71af;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#signup_form h2, #signup_form h3, #signup_form h4 {
|
2012-08-24 10:56:09 +00:00
|
|
|
color: #3b71af !important;
|
|
|
|
|
margin-bottom: 5px;
|
2012-07-21 15:43:35 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#signup_form .submit {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
/*************************** Comments Section ***************************/
|
|
|
|
|
|
|
|
|
|
/* Comment List */
|
2012-07-16 15:58:15 +00:00
|
|
|
#comments {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
h3.comments {
|
2012-07-19 16:15:56 +00:00
|
|
|
border-bottom: none;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-16 15:58:15 +00:00
|
|
|
.comment-box {
|
|
|
|
|
margin: 0 0 15px;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: none;
|
2012-08-20 18:52:54 +00:00
|
|
|
color: #2e374a;
|
2012-07-24 20:45:57 +00:00
|
|
|
overflow: hidden;
|
2012-07-16 15:58:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-meta {
|
|
|
|
|
width: 405px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-author {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-date {
|
|
|
|
|
margin: 0;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-text {
|
2012-07-26 17:33:26 +00:00
|
|
|
padding: 0 25px 10px 0 ;
|
2012-07-16 15:58:15 +00:00
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-text p {
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.comment-text p:first-child {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.more-comments {
|
|
|
|
|
width: 66%;
|
2012-07-30 15:41:37 +00:00
|
|
|
text-align: left;
|
2012-07-16 15:58:15 +00:00
|
|
|
padding-right: 34%;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-30 16:21:31 +00:00
|
|
|
.more-comments a, a.read-more {
|
2012-07-16 15:58:15 +00:00
|
|
|
color: #f5b00c;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
2012-07-11 16:28:51 +00:00
|
|
|
|
2012-07-26 17:33:26 +00:00
|
|
|
#commentform {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#respond {
|
2012-08-09 21:26:45 +00:00
|
|
|
padding: 0 25px 25px 0;
|
2012-07-26 17:33:26 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#respond form {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-09 21:26:45 +00:00
|
|
|
.home-page #respond textarea {
|
2012-08-31 13:56:31 +00:00
|
|
|
/*cambiamos ancho y alto del css por razones esteticas
|
2012-07-26 17:33:26 +00:00
|
|
|
height: 90px !important;
|
2012-08-31 13:56:31 +00:00
|
|
|
max-width: none;
|
|
|
|
|
width: 100%;*/
|
|
|
|
|
height: 30px !important;
|
|
|
|
|
width: 669px;
|
2012-08-22 10:41:24 +00:00
|
|
|
max-width: none;
|
2012-07-26 17:33:26 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-19 16:15:56 +00:00
|
|
|
#respond h3 {
|
|
|
|
|
margin: 0;
|
|
|
|
|
border-bottom: none;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-26 17:33:26 +00:00
|
|
|
.yjl-pager {
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.yjl-pager .currentPager {
|
2012-08-20 18:52:54 +00:00
|
|
|
background: #2e374a;
|
2012-07-26 17:33:26 +00:00
|
|
|
color: white;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2012-07-19 16:15:56 +00:00
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
/*************************** Page/Post ***************************/
|
|
|
|
|
|
|
|
|
|
/* Posts */
|
|
|
|
|
.post-loop {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-dedication.post-loop {
|
|
|
|
|
text-align: left;
|
2012-07-18 16:13:40 +00:00
|
|
|
max-height: 230px;
|
|
|
|
|
min-height: 230px;
|
2012-07-11 16:28:51 +00:00
|
|
|
border-bottom: 0;
|
|
|
|
|
width: 32% !important;
|
2012-07-18 16:13:40 +00:00
|
|
|
display: inline-block;
|
|
|
|
|
margin: 0;
|
2012-07-17 10:34:42 +00:00
|
|
|
padding: 0;
|
|
|
|
|
padding-right: 1%;
|
2012-07-24 20:45:57 +00:00
|
|
|
overflow: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.category-dedication.post-loop .post-text {
|
|
|
|
|
width: 95%;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.home-page .post-loop {
|
2012-07-11 17:55:10 +00:00
|
|
|
width: 49% !important;
|
|
|
|
|
padding-right: 1% !important;
|
2012-07-18 16:13:40 +00:00
|
|
|
max-height: 250px;
|
|
|
|
|
min-height: 250px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-20 14:42:00 +00:00
|
|
|
.home-my-dedications.post-loop,
|
|
|
|
|
.home-dedicated-2-me.post-loop {
|
|
|
|
|
border-bottom: 0;
|
|
|
|
|
max-height: 230px;
|
|
|
|
|
min-height: 230px;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
.post-text {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.post-text h2 {
|
|
|
|
|
font-weight: normal;
|
2012-07-24 20:45:57 +00:00
|
|
|
white-space: nowrap;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.post-text h2 span {
|
|
|
|
|
font-size: 115%;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.post-text img.dedicationFlag {
|
|
|
|
|
width:24px;
|
|
|
|
|
height:24px;
|
|
|
|
|
vertical-align:middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.post-thumbnail {
|
|
|
|
|
float: none;
|
|
|
|
|
margin: 0;
|
|
|
|
|
width: 100%;
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.post-thumbnail img {
|
|
|
|
|
display: inline;
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border: 1px solid #349BBC;
|
|
|
|
|
background-color: #F5F1F0;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-23 16:50:24 +00:00
|
|
|
.post-thumbnail a {
|
|
|
|
|
position: relative;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
2012-07-11 16:28:51 +00:00
|
|
|
|
2012-08-23 16:50:24 +00:00
|
|
|
.new-label {
|
|
|
|
|
background-image: url("lib/images/icons.png");
|
|
|
|
|
background-position: -57px -451px;
|
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
|
height: 45px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0px;
|
|
|
|
|
top: -2px;
|
|
|
|
|
width: 45px;
|
|
|
|
|
z-index: 2;
|
|
|
|
|
}
|
2012-07-11 16:28:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
/*************************** BuddyPress ***************************/
|
|
|
|
|
|
|
|
|
|
.messages.bp-wrapper .avatar,
|
|
|
|
|
.bp-wrapper .thread-avatar .avatar,
|
|
|
|
|
.item-list li .avatar {
|
2012-08-20 15:41:03 +00:00
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-13 17:42:33 +00:00
|
|
|
.activity-comments .avatar,
|
2012-07-11 16:28:51 +00:00
|
|
|
.bp-wrapper #whats-new-avatar .avatar,
|
|
|
|
|
.bp-wrapper .item-list div.activity-avatar img {
|
|
|
|
|
width: 50px;
|
|
|
|
|
height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-17 16:19:40 +00:00
|
|
|
#members-list .item-avatar .avatar,
|
|
|
|
|
#groups-list .item-avatar .avatar {
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-20 15:44:24 +00:00
|
|
|
.bp-wrapper #item-header ul img.avatar, .bp-wrapper #item-header ul.avatars img.avatar {
|
|
|
|
|
height: 50px;
|
|
|
|
|
margin: -10px 10px 50px 0;
|
|
|
|
|
width: 50px;
|
|
|
|
|
}
|
2012-07-17 16:19:40 +00:00
|
|
|
|
|
|
|
|
|
2012-07-13 17:42:33 +00:00
|
|
|
.activity-comments .ac-reply-content {
|
|
|
|
|
margin-left: 85px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
.bp-wrapper ul.item-list .item,
|
|
|
|
|
.bp-wrapper li .admin-links,
|
|
|
|
|
.bp-wrapper .post-content,
|
|
|
|
|
.widget ul.item-list .item {
|
|
|
|
|
margin-left: 150px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper .item-list .activity-content {
|
|
|
|
|
margin-left: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper ul.item-list li div.item-title, .bp-wrapper ul.item-list li h4 {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper ul.item-list div.action {
|
|
|
|
|
width: 200px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper ul.item-list .item-desc {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper div.poster-meta,
|
|
|
|
|
.bp-wrapper .item-list .activity-content .activity-header,
|
|
|
|
|
.bp-wrapper .item-list .activity-content .comment-header {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-17 16:19:40 +00:00
|
|
|
#header-profile #item-header-avatar {
|
2012-07-11 16:28:51 +00:00
|
|
|
width: 80px;
|
2012-07-17 16:19:40 +00:00
|
|
|
margin-right: 15px;
|
|
|
|
|
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-17 16:19:40 +00:00
|
|
|
#header-profile #item-header-avatar .avatar {
|
|
|
|
|
height: 77px;
|
|
|
|
|
width: 77px;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-13 15:46:22 +00:00
|
|
|
|
|
|
|
|
REMOVE.forum a,
|
2012-07-11 16:28:51 +00:00
|
|
|
.bbPress #content span.bbp-admin-links a,
|
|
|
|
|
.bbPress #content .bbp-reply-permalink {
|
|
|
|
|
color: #325670;
|
|
|
|
|
}
|
|
|
|
|
.forum a:hover,
|
|
|
|
|
.bbPress #content span.bbp-admin-links a:hover,
|
|
|
|
|
.bbPress #content .bbp-reply-permalink:hover,
|
|
|
|
|
.bbPress #content div#item-header .updated {
|
2012-07-19 08:55:51 +00:00
|
|
|
color: #077dc8;
|
2012-07-11 16:28:51 +00:00
|
|
|
}
|
2012-07-19 08:55:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.bp-wrapper .accepted, .bp-wrapper .accepted a,
|
|
|
|
|
.bp-wrapper .accepted a:hover, .bp-wrapper .pending, .bp-wrapper .pending a,
|
|
|
|
|
.bp-wrapper .pending a:hover, .bp-wrapper .disabled, .bp-wrapper .disabled a,
|
|
|
|
|
.bp-wrapper .disabled a:hover {
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
2012-07-13 15:46:22 +00:00
|
|
|
|
|
|
|
|
#members-list li {
|
|
|
|
|
width: 50%;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
2012-07-11 16:28:51 +00:00
|
|
|
|
2012-07-13 15:46:22 +00:00
|
|
|
.bp-wrapper div.pagination {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper ul.item-list div.action {
|
|
|
|
|
margin-left: 150px;
|
|
|
|
|
position: relative;
|
|
|
|
|
width: auto;
|
|
|
|
|
}
|
|
|
|
|
|
2012-08-28 10:10:39 +00:00
|
|
|
.bp-wrapper #send-invite-form div.action {
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
|
2012-07-13 15:46:22 +00:00
|
|
|
.bp-wrapper div.item-list-tabs ul li a, .bp-wrapper div.item-list-tabs ul li span {
|
|
|
|
|
padding: 10px 7px;
|
|
|
|
|
color: #4B8CC6;
|
|
|
|
|
}
|
2012-07-11 16:28:51 +00:00
|
|
|
|
2012-07-13 15:46:22 +00:00
|
|
|
.bp-wrapper div#subnav.item-list-tabs {
|
|
|
|
|
margin: 15px 0 10px;
|
2012-07-13 17:42:33 +00:00
|
|
|
}
|
|
|
|
|
|
2012-07-21 15:43:35 +00:00
|
|
|
.bp-wrapper .register-section, .bp-wrapper .create-form {
|
|
|
|
|
border: none;
|
|
|
|
|
margin: 0;
|
2012-08-24 10:56:09 +00:00
|
|
|
padding: 8px 15px;
|
2012-07-21 15:43:35 +00:00
|
|
|
float: left;
|
2012-08-24 10:56:09 +00:00
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper .register-section label, .bp-wrapper .create-form label, .bp-wrapper .register-section span.label {
|
|
|
|
|
display: inline-block !important;
|
|
|
|
|
width: 35%;
|
|
|
|
|
text-align: right;
|
|
|
|
|
margin-right: 1% !important;
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper .register-section .radio div {
|
|
|
|
|
width: 60%;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper .register-section .radio div label {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: auto !important;
|
|
|
|
|
color: #000;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.bp-wrapper .register-section .textInput, .bp-wrapper .register-section input[type="text"], .bp-wrapper .create-form .textInput, .bp-wrapper .create-form input[type="text"],
|
|
|
|
|
.bp-wrapper .register-section #signup_username, .bp-wrapper .register-section #signup_password, .bp-wrapper .register-section #signup_password_confirm {
|
|
|
|
|
width: 60%;
|
2012-07-27 17:52:27 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#invite-anyone-group-list li {
|
|
|
|
|
height: 100px !important;
|
|
|
|
|
list-style: none !important;
|
2012-08-31 13:56:31 +00:00
|
|
|
}
|
|
|
|
|
|
2012-09-06 09:36:42 +00:00
|
|
|
|
2012-08-31 13:56:31 +00:00
|
|
|
/************** CAMBIOS DE ESTILO POR NANDO Y JORGE ***************/
|
|
|
|
|
|
|
|
|
|
div#comments div div#respond form#commentform.commentform input#submit {
|
|
|
|
|
margin-left: 536px;
|
|
|
|
|
}
|
|
|
|
|
.home-page div#page-wrapper div#content-wrapper div#content div#precontent-wrapper div#dedicationComments_container.columns div#comments div div#respond form#commentform.commentform input#submit {
|
|
|
|
|
margin-left: 536px;
|
2012-09-06 09:36:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#page-wrapper div#content-wrapper div#the_slider div#slider-wrapper div#dedicationFooter_container div.columns a.button {
|
|
|
|
|
border-radius: 0 0 0 0;
|
|
|
|
|
line-height: 21px;
|
|
|
|
|
padding: 6px 0;
|
|
|
|
|
}
|
|
|
|
|
div#sidebar div.posts div div.post-thumbnail a img,
|
|
|
|
|
div#sidebar div#top_members-6 div.post div.post-thumbnail a img.avatar {
|
|
|
|
|
padding: 5px;
|
|
|
|
|
border: 1px solid #349BBC;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ol#commentlist li.comment div.comment-box div.comment-meta {
|
|
|
|
|
width: 600px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ol#commentlist li.comment div.comment-box div.comment-text p {
|
|
|
|
|
height: 48px;
|
2012-09-10 08:35:26 +00:00
|
|
|
overflow: auto;
|
2012-09-06 09:36:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
div#page-wrapper div#content-wrapper div#content.dedication-profile div.padder div#item-body div.columns div.home-dedicated-2-me.post-loop,
|
|
|
|
|
div#page-wrapper div#content-wrapper div#content.dedication-profile div.padder div#item-body div.columns div.home-my-dedications.post-loop {
|
|
|
|
|
max-height: 250px;
|
|
|
|
|
min-height: 250px;
|
|
|
|
|
}div#page-wrapper div#content-wrapper div#content.dedication-profile div.padder div#item-body div.columns div div.post-thumbnail a img {
|
|
|
|
|
height: 180px!important;
|
|
|
|
|
width: 300px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div#page-wrapper div#content-wrapper div#sidebar.dedication-profile div#my-friends-big-avatars.widget h3,
|
|
|
|
|
div#page-wrapper div#content-wrapper div#sidebar.dedication-profile div.widget.widget_bp_my_groups_widget h3,
|
|
|
|
|
div#page-wrapper div#content-wrapper div#sidebar div.widget.top_members a.button,
|
|
|
|
|
div#page-wrapper div#content-wrapper div#sidebar div.widget.sidebarposts .top_10 h3,
|
|
|
|
|
div#page-wrapper div#content-wrapper div#sidebar div.widget.widget_specialrecentposts h3 {
|
|
|
|
|
border-top: 9px solid;
|
|
|
|
|
padding: 10px 0;
|
|
|
|
|
text-transform: none;
|
|
|
|
|
}
|
|
|
|
|
div#page-wrapper div#content-wrapper div#sidebar.dedication-profile div#my-friends-big-avatars.widget h3,
|
|
|
|
|
div#page-wrapper div#content-wrapper div#sidebar div.widget.widget_specialrecentposts h3 {
|
|
|
|
|
border-color: #2C85C7;
|
|
|
|
|
}
|
|
|
|
|
div#page-wrapper div#content-wrapper div#sidebar.dedication-profile div.widget.widget_bp_my_groups_widget h3 {
|
|
|
|
|
border-color: #253B48;
|
|
|
|
|
}
|
|
|
|
|
div#page-wrapper div#content-wrapper div#members-dir-list.members ul#members-list.item-list li div.action {
|
|
|
|
|
text-align: left;
|
|
|
|
|
}
|
|
|
|
|
div#page-wrapper div#content-wrapper div#members-dir-list.members ul#members-list.item-list li div.action div.generic-button {
|
|
|
|
|
float: none;
|
|
|
|
|
}
|
|
|
|
|
div#page-wrapper div#content-wrapper div#content div.padder form#members-directory-form.dir-form div#members-dir-list.members ul#members-list.item-list li div.action div#friendship-button-1 {
|
|
|
|
|
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body.registration {
|
2012-09-10 08:35:26 +00:00
|
|
|
background-image: url("lib/images/register2.jpg");
|
2012-09-07 11:32:18 +00:00
|
|
|
background-repeat: no-repeat;
|
2012-09-10 08:35:26 +00:00
|
|
|
background-position: center 0;
|
|
|
|
|
}
|
|
|
|
|
body.registration div#page-wrapper {
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 1020px;
|
|
|
|
|
}
|
|
|
|
|
body.registration div#page-wrapper div#header {
|
|
|
|
|
width: 100%;
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
|
|
|
|
body.registration div#page-wrapper div#header div#logo {
|
|
|
|
|
float: none;
|
2012-09-10 08:35:26 +00:00
|
|
|
margin: 6px auto 0;
|
|
|
|
|
width: 225px;
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
|
|
|
|
body.registration div#page-wrapper div#header div#header-bottom {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content {
|
|
|
|
|
float: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
width: 100%;
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form {
|
|
|
|
|
background-color: transparent;
|
|
|
|
|
color: #d2e2f7;
|
|
|
|
|
margin: 130px auto 0;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
width: 465px;
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form div#basic-details-section,
|
|
|
|
|
body.registration div#page-wrapper div#content form#signup_form div#profile-details-section {
|
|
|
|
|
padding: 0;
|
2012-09-07 11:32:18 +00:00
|
|
|
width: 100%;
|
|
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form h2 {
|
|
|
|
|
color: #d2e2f7!important;
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form h4 {
|
|
|
|
|
display: none;
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form label,
|
|
|
|
|
body.registration div#page-wrapper div#content form#signup_form span.label {
|
|
|
|
|
clear: both;
|
|
|
|
|
float: left;
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
width: 150px;
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form input {
|
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
margin-top: 5px;
|
2012-09-07 11:32:18 +00:00
|
|
|
width: 200px;
|
|
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form div.editfield {
|
|
|
|
|
margin-bottom: 5px;
|
2012-09-07 11:32:18 +00:00
|
|
|
padding: 0;
|
|
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form div.error {
|
|
|
|
|
color: #ff6600;
|
|
|
|
|
margin: 5px 0 0 157px;
|
2012-09-07 11:32:18 +00:00
|
|
|
}
|
2012-09-10 08:35:26 +00:00
|
|
|
body.registration div#page-wrapper div#content form#signup_form div.radio input {
|
|
|
|
|
width: 12px;
|
|
|
|
|
}
|
|
|
|
|
body.registration div#page-wrapper div#content form#signup_form div.radio label {
|
|
|
|
|
clear: none;
|
|
|
|
|
color: #d2e2f7!important;
|
|
|
|
|
margin-top: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
body.my-account div#page-wrapper div#header div#header-profile div.columns div.columns span.user-nicename a:hover {
|
|
|
|
|
color: #0059b5;
|
2012-08-30 10:54:51 +00:00
|
|
|
}
|