/* = CSS Reset
-----------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
tt, var, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/* font: inherit; */
vertical-align: baseline;
}
body {
line-height: 1;
}
ol, ul {
margin:20px 0px 20px 40px;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* = Main Style
-----------------------------------------------------------------------------*/
body {
background: url("img/vichy.png");
}
#wrapper {
background: #fff;
-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
width: 960px;
padding: 40px 35px 35px 35px;
margin: 0px auto 0 auto;
clear: both;
}
/* = Header
-----------------------------------------------------------------------------*/
#header {
width:100%;
clear:both;
}
/* = Footer
-----------------------------------------------------------------------------*/
#footer {
position:relative;
background: #303030;
width: 960px;
padding: 15px 35px 15px 35px;
color:#ffffff;
margin: 0 auto 50px auto;
-webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.2);
box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.2);
}
.copyright {
font-size:13px;
}
.footer-headline h3, .footer-headline h4 {
background-color: #303030;
display: inline;
padding: 0 10px 0 0;
font-size: 16px;
line-height: 34px;
color: #fff;
font-family: Arial, sans-serif;
font-weight: bold;
}
#scroll-top-top {
position:absolute;
right: 0px;
bottom: 0px;
}
#scroll-top-top a {
width: 35px;
height: 35px;
display: block;
background-color: #72b626;
background-image: url("img/scroll-top-top.png");
background-repeat: no-repeat;
background-position: 50%;
-webkit-transition: all .1s ease-in-out;
-moz-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
}
#scroll-top-top a:hover {
background-color: #aaa;
}
/* = Typography
-----------------------------------------------------------------------------*/
body {
color: #333333;
font-size: 0.85em;
line-height: 1.65em;
font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}
a, a:visited {
color: #5ca20d;
text-decoration: none;
outline: 0;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
-transition: color 0.1s ease-in-out;
}
a:hover, a:focus { color: #888; }
h1, h2, h3, h4, h5, h6 {
color: #303030;
font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
font-weight: bold;
font-size: 0.85em;
margin-top: 20px;
margin-bottom: 10px;
}
h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p {
margin: 0 0 10px;
}
blockquote {
margin-bottom: 1.65em;
position: relative;
color: #777777;
padding-left: 1.65em;
margin-left: 1.65em;
border-left: 1px solid #ddd;
}
blockquote p {
margin-bottom: .5em;
}
/* = CSS Selector
-----------------------------------------------------------------------------*/
#css {
position:absolute;
margin-top:-62px;
margin-left:0px;
}
#css a.blue {
display:block;
width:10px;
height:10px;
float:left;
margin-right:5px;
background-color:#169fe6;
}
#css a.green {
display:block;
width:10px;
height:10px;
float:left;
margin-right:5px;
background-color:#7faa33;
}
#css a.fuchsia {
display:block;
width:10px;
height:10px;
float:left;
margin-right:5px;
background-color:#ce2daa;
}
/* = User Menu
-----------------------------------------------------------------------------*/
#user {
width: 975px;
margin: 40px auto 0 auto;
padding: 0;
}
.user-menu {
float: right;
clear: both;
margin:0;
padding:0;
}
.user-menu ul {
list-style: none;
margin: 0;
}
.user-menu ul li {
margin-bottom:0;
float: left;
margin-right: .5em;
}
.user-menu ul li a {
margin-bottom:0;
-webkit-box-shadow: 0px -2px 6px rgba(50, 50, 50, 0.2);
-moz-box-shadow: 0px -2px 6px rgba(50, 50, 50, 0.2);
box-shadow: 0px -2px 6px rgba(50, 50, 50, 0.2);
-moz-border-radius-topleft: 3px;
-webkit-border-top-left-radius: 3px;
border-top-left-radius: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-right-radius: 3px;
border-top-right-radius: 3px;
color: #777777;
text-decoration: none;
background-color: #f3f4f5;
display: block;
padding: 6px 15px;
border-bottom:1px solid #f0f0f0;
}
.user-menu ul li a:hover {
color: #010101;
text-decoration: none;
background-color: #f0f0f0;
}
.notices {
position:absolute;
text-align:right;
margin-top:-30px;
width:990px;
}
/* = Logo & Slogan
-----------------------------------------------------------------------------*/
#logo {
margin-top: 10px;
margin-bottom: 20px;
}
#logo a img {
float: left
}
.logos {
float:left;
display:block;
background: url("img/logo.png") no-repeat;
width:114px;
height:24px
}
#slogan {
color: #888;
border-left: 1px solid #e9e9e9;
margin: 0 0 0 20px;
padding: 5px 0 5px 20px;
float: left
}
/* = Ajax Loading Indicator
-----------------------------------------------------------------------------*/
#loading-holder {
height:32px;
}
#loading {
display:none;
text-align:center;
}
.loading-indicator {
width:32px;
height:32px;
background:url("/system/img/vars/loading.gif") center center no-repeat;
}
/* = Form Search
-----------------------------------------------------------------------------*/
.form-search {
float: right;
margin-top: 5px;
}
.form-search form {
margin: 0;
padding: 0;
}
.form-search .search-text-box {
background-color: #303030;
font-size: 12px;
width: 0px;
margin: 14px 0px 0 0;
padding: 2px 0px 2px 58px;
border: 0;
color: transparent;
cursor: pointer;
background: url("img/search-ico.png") 5% 50% no-repeat;
-webkit-transition: all .25s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
-ms-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
-webkit-box-shadow: none;
box-shadow: none
}
.form-search .search-text-box:focus {
font-size: 12px;
padding: 2px 18px 2px 58px;
width: 150px;
color: #fff;
cursor: text;
border:none;
outline: 0;
}
/* = Horizontal Navigation
-----------------------------------------------------------------------------*/
#nav {
clear: both;
z-index: 2;
overflow: hidden;
margin-bottom: 1.5em;
background: #303030;
}
#nav ul {
list-style: none;
margin: 0;
}
#nav ul li {
float: left;
margin: 0;
text-align: center;
}
#nav ul li:first-child a {
border-left: none;
}
#nav ul li.last { }
#nav ul li.last a, #nav ul li.last span {
border-right: none;
}
#nav ul li a, #nav ul li span {
vertical-align: baseline;
line-height: 4em;
padding: 0 24px;
text-decoration: none;
color: #ffffff;
display: block;
background: url("img/navigation-divider.png") no-repeat right 50%
}
#nav ul li a:hover {
color: #000 !important;
background: #72b626;
background: -moz-linear-gradient(top, #7fff00 0%, #5ca20d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fff00), color-stop(100%, #5ca20d));
background: -webkit-linear-gradient(top, #7fff00 0%, #5ca20d 100%);
background: -o-linear-gradient(top, #7fff00 0%, #5ca20d 100%);
background: -ms-linear-gradient(top, #7fff00 0%, #5ca20d 100%);
background: linear-gradient(to bottom, #7fff00 0%, #5ca20d 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fff00', endColorstr='#5ca20d', GradientType=0);
}
#nav ul li span {
color: #888;
padding: 0 23px;
text-shadow: none;
background: #f8f8f8;
}
/* = Inputs, Select, Buttons
-----------------------------------------------------------------------------*/
.btn, .submit {
text-decoration: none;
color: #000;
border-radius: 2px;
font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
border: 1px solid #cccccc;
border-bottom-color: #b3b3b3;
padding: 6px 10px;
font-weight: 500;
font-size: 1.1em;
background-color: #f1f1f1;
background-image: -moz-linear-gradient(top, #fcfcfc, #e0e0e0);
background-image: -ms-linear-gradient(top, #fcfcfc, #e0e0e0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#e0e0e0));
background-image: -webkit-linear-gradient(top, #fcfcfc, #e0e0e0);
background-image: -o-linear-gradient(top, #fcfcfc, #e0e0e0);
background-image: linear-gradient(top, #fcfcfc, #e0e0e0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e0e0e0', GradientType=0);
text-shadow: 0 1px 0 #ffffff;
box-shadow: none;
}
.btn:hover, .submit:hover {
color: #000;
background: #e0e0e0;
}
.btn-adm {
font-size: .9em;
line-height: 1;
padding: .2em 1em .2em 1em;
}
input[type="radio"],
input[type="checkbox"] {
position: relative;
top: -1px;
}
input[type="text"],
input[type="password"],
textarea,
select,
select[multiple="multiple"] {
position: relative;
z-index: 2;
font-family: 'PT Sans', Arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
border: 1px solid #ccc;
margin: 0;
padding: 6px 2px;
background-color: white;
color: #333333;
font-size: 1.1em;
line-height: 1;
border-radius: 1px;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
-webkit-transition: border ease 0.5s;
-moz-transition: border ease 0.5s;
-o-transition: border ease 0.5s;
transition: border ease 0.5s;
}
input:focus, select:focus, textarea:focus {
border-color: #72b626;
box-shadow: 0 0 0 2px rgba(127,240,0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}
select {
padding: 5px 2px;
}
textarea {
line-height: 1.4em;
width: 100%;
}
select {
margin-bottom: 0 !important;
}
/* = Grig & Columns
-----------------------------------------------------------------------------*/
.units-row:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.units-row {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 1.5em;
}
.width-100, .unit-100 { width: 100%; }
.width-80, .unit-80 { width: 80%; }
.width-75, .unit-75 { width: 75%; }
.width-70, .unit-70 { width: 70%; }
.width-66, .unit-66 { width: 66.6%; }
.width-60, .unit-60 { width: 60%; }
.width-50, .unit-50 { width: 50%; }
.width-40, .unit-40 { width: 40%; }
.width-33, .unit-33 { width: 33.3%; }
.width-30, .unit-30 { width: 30%; }
.width-25, .unit-25 { width: 25%; }
.width-20, .unit-20 { width: 20%; }
.units-row .unit-80 { width: 79.4%; }
.units-row .unit-75 { width: 74.25%; }
.units-row .unit-70 { width: 69.1%; }
.units-row .unit-66 { width: 65.66666666666666%; }
.units-row .unit-60 { width: 58.800000000000004%; }
.units-row .unit-50 { width: 48.5%; }
.units-row .unit-40 { width: 38.2%; }
.units-row .unit-30 { width: 27.9%; }
.units-row .unit-33 { width: 31.333333333333332%; }
.units-row .unit-25 { width: 22.75%; }
.units-row .unit-20 { width: 17.6%; }
.units-row .unit-80:first-child,
.units-row .unit-75:first-child,
.units-row .unit-70:first-child,
.units-row .unit-66:first-child,
.units-row .unit-60:first-child,
.units-row .unit-50:first-child,
.units-row .unit-40:first-child,
.units-row .unit-33:first-child,
.units-row .unit-30:first-child,
.units-row .unit-25:first-child,
.units-row .unit-20:first-child {
margin-left: 0;
}
.units-row .unit-80,
.units-row .unit-75,
.units-row .unit-70,
.units-row .unit-66,
.units-row .unit-60,
.units-row .unit-50,
.units-row .unit-40,
.units-row .unit-33,
.units-row .unit-30,
.units-row .unit-25,
.units-row .unit-20 {
float: left;
margin-left: 3%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.end {
margin-bottom: 0;
}
.margin-auto { margin:0 auto; }
.colleft {
float: left;
}
.colright {
float: right;
}
/* = RecentItems Plugin
-----------------------------------------------------------------------------*/
.box {
display: block;
text-decoration: none;
color: #000;
padding: 1em;
border: 1px dashed #ddd;
border-radius: 10px;
word-wrap: break-word;
}
.rec-date {
padding:2px 3px;
color: rgba(255,255,255,0.9);
background-color: #414141!important;
font-size:85%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.rec-comment {
color:#717171;
}
/* = Comments
-----------------------------------------------------------------------------*/
.comments {
border:1px solid #cccccc;
padding:10px;
margin-bottom:10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.comment-edit { text-align: right; }
.comment-date { text-align: right; }
.comment-text {}
.comment-by {}
.comment-by img {
vertical-align:baseline;
margin-right:5px;
}
/* = Ratings
-----------------------------------------------------------------------------*/
.rating-box {
display:inline-block;
width:160px;
height:16px;
}
.rating {
width:160px;
height:16px;
margin:0;
display:inline-block;
padding:0;
list-style:none;
position:relative;
background: url("img/system/vote.gif") no-repeat 0 0;
}
.s0 {background-position:0 0;}
.s1 {background-position:0 -16px;}
.s2 {background-position:0 -32px;}
.s3 {background-position:0 -48px;}
.s4 {background-position:0 -64px;}
.s5 {background-position:0 -80px;}
.s6 {background-position:0 -96px;}
.s7 {background-position:0 -112px;}
.s8 {background-position:0 -128px;}
.s9 {background-position:0 -144px;}
.s10 {background-position:0 -160px;}
ul.rating li { cursor: pointer; float:left; text-indent:-999em; }
ul.rating li a {
position:absolute;
left:0;
top:0;
width:16px;
height:16px;
text-decoration:none;
z-index: 200;
}
ul.rating li.s1 a { left:0 }
ul.rating li.s2 a { left:16px; }
ul.rating li.s3 a { left:32px; }
ul.rating li.s4 a { left:48px; }
ul.rating li.s5 a { left:64px; }
ul.rating li.s6 a { left:80px; }
ul.rating li.s7 a { left:96px; }
ul.rating li.s8 a { left:112px; }
ul.rating li.s9 a { left:128px; }
ul.rating li.s10 a{ left:144px; }
ul.rating li a:hover {
z-index:2;
width:160px;
height:16px;
overflow:hidden;
left:0;
background: url("img/system/vote.gif") no-repeat 0 0;
}
ul.rating li.s1 a:hover { background-position:0 -176px; }
ul.rating li.s2 a:hover { background-position:0 -192px; }
ul.rating li.s3 a:hover { background-position:0 -208px; }
ul.rating li.s4 a:hover { background-position:0 -224px; }
ul.rating li.s5 a:hover { background-position:0 -240px; }
ul.rating li.s6 a:hover { background-position:0 -256px; }
ul.rating li.s7 a:hover { background-position:0 -272px; }
ul.rating li.s8 a:hover { background-position:0 -288px; }
ul.rating li.s9 a:hover { background-position:0 -304px; }
ul.rating li.s10 a:hover{ background-position:0 -320px; }
/* = News
-----------------------------------------------------------------------------*/
.post {
border-bottom: 1px solid #e9e9e9;
padding: 0 0 15px 0;
margin: 5px 0 25px 0
}
.post-meta {
color: #888;
margin: 2px 0 15px 0
}
.post-title h2 a {
font-size: 20px;
font-weight: normal;
color: #404040;
text-decoration:none;
}
.post-title h2 a:hover {
color: #666
}
/* = Various style
-----------------------------------------------------------------------------*/
#main img {
vertical-align:baseline;
}
.subforums ul {
list-style: none;
margin: 0;
padding: 10px 0;
}
.subforums ul li {
display: inline;
background: url("img/system/subforums.gif") top left no-repeat;
padding-left: 20px;
height: 20px;
}
#title {
border-bottom: 1px solid #e9e9e9;
display: block;
margin: 0;
}
#title a {
text-decoration:none;
color:#000;
}
#title a:hover {
text-decoration:none;
color:#202020;
}
#title h2 {
font-weight: normal;
padding: 11px 0 26px 0;
margin:0;
/* font-size: 22px; */
line-height: 30px;
}
#subtitle {
margin-bottom: 1em;
font-style: italic;
color:#353534;
font-size:1em;
}
#subtitle a {
font-style: italic;
}
#bolded-line {
text-indent: -9999px;
height: 3px;
width: 100px;
display: block;
background: #72b626;
margin-bottom: 20px;
margin-top: -2px;
}
.headline, .footer-headline {
background: url("img/headline-bg.png") 0 50% repeat-x;
display: block;
margin: 30px 0 8px 0;
}
.headline h3, .headline h4 {
background-color: #fff;
display: inline;
padding: 0 10px 0 0;
font-size: 16px;
line-height: 34px;
color: #333;
font-family: Arial, sans-serif;
font-weight: bold;
}
.headline img {
vertical-align:baseline;
}
.descr {
color: #999999;
font-size: 0.85em;
line-height: 1.5em;
}
div.descr {
margin: 4px 0;
}
.disp {
padding: 12px;
margin: 0;
}
.block {
padding: 8px;
margin: 8px;
background-color: #F6F6F6;
}
.clear {
clear:both;
}
.error {
padding: 48px;
margin: 0;
color: #CC1212;
font-size: 120%;
text-align: center;
}
.codetitle {
font-size: 10px;
color: #59739B;
padding: 2px;
margin-top: 5px;
}
.code {
font-size: 11px;
color: #59739B;
background-color: #EFF0C2;
padding: 2px;
margin-bottom: 5px;
font-family: monospace;
}
.valid {
height: 48px;
text-align: center;
vertical-align: middle;
}
.download {
font-size: 110%;
text-align: center;
background-color: #E8E8E8;
padding: 16px;
margin-top: 16px;
}
.coltop {
font-weight: normal;
color: #f6f6f6;
text-align: center;
color: rgba(255,255,255,0.9);
background-color: #222222!important;
}
.coltop a {
color: #f6f6f6;
}
.cattop {
background-color: #e8e7e7!important;
}
.odd { background-color: #f8f8f8; }
.even { background-color: #f2f2f2; }
.centerall {
text-align: center;
vertical-align: middle;
}
.desc {
font-size: 90%;
padding: 3px;
color: #646464;
font-style:italic;
}
.spoiler {
padding: 8px;
margin: 8px;
border: 1px dashed #CCCCCC;
background-color: #DBE5E9;
}
.more {
font-size: 90%;
margin-left: 8px;
}
.bar_front {
background-color: #72b626;
border-right: 0px solid #333333;
padding: 0;
color: #DDDDDD;
height: 15px;
}
.bar_back {
background-color: #EBECF1;
border: 1px solid #333333;
margin: 0 7px 0 7px;
height: 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.bbcodes a img {
border: 1px outset #A0A0A0;
background-color: #999BAC;
}
.smilies a img {
border: 0;
background-color: transparent;
}
.signature {
color: #979797;
font-size: 90%;
max-height: 96px;
overflow: auto;
margin-top: 16px;
}
.signature a {
color: #000000;
}
.centered {
text-align:center;
}
.help {
font-style:italic;
margin:10px;
}
.fhead {
font-size: 140%;
margin: 0;
letter-spacing: -1px;
font-weight: normal;
background-color: #FFCC00;
}
.fblock {
background-color: #FF0000;
}
/* = Tables
-----------------------------------------------------------------------------*/
table {
margin-bottom: 1.5em;
}
tfoot th,
tfoot td {
background-color: #f2f2f2;
}
th,
td {
border-bottom: 1px solid #eeeeee;
padding: 0.5em 0.8em;
}
table caption {
text-transform: uppercase;
padding: 0 1em;
color: #999999;
font-size: 0.85em;
}
table.flat {
width: 100%;
}
table.flat th, table.flat td {
border:0;
}
table.main {
width: 100%;
}
table.cells {
width: 100%;
}
table.cells td {
vertical-align: middle;
}
table.list {
width: 100%;
}
/* = Social Buttons
-----------------------------------------------------------------------------*/
.social-icons {
margin-top: 10px;
float: right
}
.social-icons li {
display: inline;
list-style: none;
text-indent: -9999px;
margin-left: 5px;
float: left;
-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
transition: all .3s ease-in-out
}
.social-icons li a {
background-repeat: no-repeat;
background-position: 0 0;
display: block;
height: 28px;
width: 28px
}
.social-icons li:hover {
background-position: 0 -38px
}
.amazon { background:url("img/social/amazon.png") no-repeat; }
.behance { background:url("img/social/behance.png") no-repeat; }
.blogger { background:url("img/social/blogger.png") no-repeat; }
.deviantart { background:url("img/social/deviantart.png") no-repeat; }
.dribbble { background:url("img/social/dribbble.png") no-repeat; }
.dropbox { background:url("img/social/dropbox.png") no-repeat; }
.evernote { background:url("img/social/evernote.png") no-repeat; }
.facebook { background:url("img/social/facebook.png") no-repeat; }
.forrst { background:url("img/social/forrst.png") no-repeat; }
.github { background:url("img/social/github.png") no-repeat; }
.googleplus { background:url("img/social/googleplus.png") no-repeat; }
.jolicloud { background:url("img/social/jolicloud.png") no-repeat; }
.last-fm { background:url("img/social/last-fm.png") no-repeat; }
.linkedin { background:url("img/social/linkedin.png") no-repeat; }
.picasa { background:url("img/social/picasa.png") no-repeat; }
.pintrest { background:url("img/social/pintrest.png") no-repeat; }
.rss { background:url("img/social/rss.png") no-repeat; }
.skype { background:url("img/social/skype.png") no-repeat; }
.spotify { background:url("img/social/spotify.png") no-repeat; }
.stumbleupon { background:url("img/social/stumbleupon.png") no-repeat; }
.tumblr { background:url("img/social/tumblr.png") no-repeat; }
.twitter { background:url("img/social/twitter.png") no-repeat; }
.vimeo { background:url("img/social/vimeo.png") no-repeat; }
.wordpress { background:url("img/social/wordpress.png") no-repeat; }
.xing { background:url("img/social/xing.png") no-repeat; }
.yahoo { background:url("img/social/yahoo.png") no-repeat; }
.youtube { background:url("img/social/youtube.png") no-repeat; }
/* = Icons List
-----------------------------------------------------------------------------*/
.check_list, .plus_list, .minus_list, .star_list, .arrow_list, .square_list, .circle_list, .cross_list {
margin:20px 20px;
}
.check_list li, .plus_list li, .minus_list li, .star_list li, .arrow_list li, .square_list li, .circle_list li, .cross_list li {
list-style: none;
margin: 5px 0
}
.check_list li { background: url("img/list/g_list_check.png") no-repeat 0 50%; padding: 0 0 0 18px }
.plus_list li { background: url("img/list/g_list_plus.png") no-repeat 0 50%; padding: 0 0 0 18px }
.minus_list li { background: url("img/list/g_list_minus.png") no-repeat 0 50%; padding: 0 0 0 18px }
.star_list li { background: url("img/list/g_list_star.png") no-repeat 0 50%; padding: 0 0 0 16px }
.arrow_list li { background: url("img/list/g_list_arrow.png") no-repeat 0 50%; padding: 0 0 0 16px }
.square_list li { background: url("img/list/g_list_square.png") no-repeat 0 50%; padding: 0 0 0 16px }
.circle_list li { background: url("img/list/g_list_circle.png") no-repeat 0 50%; padding: 0 0 0 16px }
.cross_list li { background: url("img/list/g_list_cross.png") no-repeat 0 50%; padding: 0 0 0 16px }
/* = Tabs
-----------------------------------------------------------------------------*/
.sedtabs div.tabs {
display:none;
}
.sedtabs div.tabs:first-child {
display:block;
}
.tab-box {
background:#ffffff;
border:1px solid #ccc;
min-height:100px;
clear:both;
padding:15px 15px 15px 15px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
ul.tabs {
margin:0px; padding:0px;
}
ul.tabs li {
list-style:none;
display:inline;
}
ul.tabs li a {
float:left;
padding:8px 25px 8px 25px;
text-decoration:none;
margin-right:3px;
margin-bottom:-1px;
}
ul.tabs li a:hover {
color:#212121;
}
ul.tabs li a.selected {
background-color:#ffffff;
color:#282e32;
border:1px solid #ccc;
border-bottom: 1px solid #ffffff;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: rgba(237,237,237,1);
background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(53%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );
}
/* = Pagination
-----------------------------------------------------------------------------*/
.paging {
text-align: center;
padding: 8px;
width: 100%;
}
.pagination {
position: relative;
left: -9px;
margin: 0;
list-style: none;
}
.pagination:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.pagination li {
float: left;
margin-right: 2px;
}
.pagination li a,
.pagination li span {
display: block;
padding: 7px 9px;
line-height: 1;
border-radius: 0.5em;
color: #000;
text-decoration: none;
}
.pagination li span {
border: 1px solid #ddd;
background-color: #333;
color: #ffffff;
}
.pagination li a:focus,
.pagination li a:hover {
text-decoration: underline;
background-color: #333;
color: #ffffff;
}
/* = Horizontal Pils (use in forums)
-----------------------------------------------------------------------------*/
.nav-pills {
margin-bottom: 1.15em;
}
.nav-pills:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.nav-pills ul {
list-style: none;
margin: 0;
}
.nav-pills ul:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.nav-pills ul li {
float: left;
margin-right: .5em;
}
.nav-pills ul li a,
.nav-pills ul li span {
display: block;
padding: 6px 15px;
line-height: 1;
border-radius: 5px;
}
.nav-pills ul li a {
color: #777777;
text-decoration: none;
background-color: #f3f4f5;
}
.nav-pills ul li a:hover {
color: #555555;
text-decoration: underline;
}
/* = Vertical Menu (use in admin area)
-----------------------------------------------------------------------------*/
.nav-v {
margin-bottom: 1.65em;
}
.nav-v ul {
list-style: none;
margin: 0;
}
.nav-v ul li {
border-bottom: 1px solid #eee;
}
.nav-v ul li ul {
margin-left: 2em;
font-size: .95em;
}
.nav-v ul li ul li:last-child {
border-bottom: none;
}
.nav-v ul li ul li a {
padding: 4px 0;
}
.nav-v ul li a {
display: block;
padding: 5px 0;
}
.nav-v ul li a {
text-decoration: none;
}
.nav-v ul li a:hover {
color: #ef6465;
text-decoration: underline;
}
/* = Modal Windows
-----------------------------------------------------------------------------*/
.sed_modal {
position: absolute;
-moz-border-radius:5px;
border-radius:5px;
border:1px solid #ccc;
visibility: hidden;
background-color: white;
box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
}
.modal-handle{ /*CSS for Drag Handle*/
padding: 7px;
text-indent: 3px;
font: bold 14px Arial;
background-color: #303030;
color: white;
cursor: move;
overflow: hidden;
width: auto;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.modal-handle .modal-controls{ /*CSS for controls (min, close etc) within Drag Handle*/
position: absolute;
right: 1px;
top: 2px;
cursor: hand;
cursor: pointer;
margin: 5px 5px 0 0;
}
* html .modal-handle{ /*IE6 and below CSS hack. Width must be set to 100% in order for opaque title bar to render*/
width: 100%;
}
.modal-contentarea{ /*CSS for Content Display Area div*/
background-color: white;
color: black;
height: 150px;
padding: 2px;
overflow: auto;
}
.modal-statusarea{ /*CSS for Status Bar div (includes resizearea)*/
background-color: #F8F8F8;
height: 13px; /*height of resize image*/
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.modal-resizearea{ /*CSS for Resize Area itself*/
float: right;
width: 13px; /*width of resize image*/
height: 13px; /*height of resize image*/
cursor: nw-resize;
font-size: 0;
margin-right:5px;
margin-bottom:5px;
}