Seditio Source code viewer
Root | Root
./Seditio-Developer/Seditio.175/skins/minimo/minimo.css
/* = 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/diamond.png");
}

#wrapper {
background: #fff;
width: 1010px;
margin: 0 auto;
padding: 0;
box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
}

#conteiner {
width: 960px;
margin: 0 auto;
padding: 0;
}

/* = Header
-----------------------------------------------------------------------------*/

#header {
clear:both;
margin: 0 0 25px 0;
}


#top-line {
width: 100%;
background: #169fe6;
height: 5px;
display: block;
}

/* = Footer
-----------------------------------------------------------------------------*/

#footer {
position:relative;
background: #303030;
width: 950px;
padding: 15px 30px 15px 30px;
color:#ffffff;
margin: 20px 0 0 0 ;
-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;
}

#scroll-top-top {
position:absolute;
right: 0px;
bottom: 0px;
}

#scroll-top-top a {
width: 35px;
height: 35px;
display: block;
background-color: #169fe6;
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 {
  background: #ffffff;
  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: #169fe6;
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:15px;
margin-left:25px;
}

#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 {
margin: 8px 0 0px 0;
padding: 0;
float:left;
width:100%;
}

.user-menu {
float:right;
margin:0 25px 25px 0;
padding:0;
font-size:1em;
}

.auth {
margin: 8px 0 0px 0;
width:100%;
float:left;
}

.user-menu ul {
list-style:none;
  margin:0;
}

.user-menu ul li {
margin-bottom:0;
display:inline;
margin-left:3px;
}

.user-menu ul li a {
margin-bottom:0;
}

.notices {
font-size:90%;
float:right;
padding:2px 0 5px 20px;
}

/* = 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:113px;
height:43px;
  margin-bottom:20px;
}

#slogan {
color: #888;
border-left: 1px solid #e9e9e9;
margin: 0 0 0 20px;
padding: 13px 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
-----------------------------------------------------------------------------*/

.top-search {
float: right;
margin-top:15px;
}

.search-btn {
float: right;
position: relative;
padding: 0;
top: 0;
right: 0;
margin: 1px 0 0 -35px;
background: url("img/search.png") center center no-repeat;
width: 35px;
height: 32px;
cursor: pointer;
border: none;
z-index: 100;
box-shadow: none;
}

.top-search input {
width: 180px;
font-size: 12px;
color: #888;
padding: 8px 9px;
}

.search-field {
float: right;
position: relative;
}

/* = Horizontal Navigation
-----------------------------------------------------------------------------*/

#nav {
clear: both;
z-index: 2;
overflow: visible;
margin-bottom: 1.5em;
background: #4c4c4c;
z-index:2;
width:1030px;
margin-left:-10px;
position: relative;
float:left;
}

#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: 3.5em;
padding: 0 24px;
text-decoration: none;
color: #ffffff;
display: block;
border-right:1px solid #666666;
}

#nav ul li a:hover {
color: #fff !important;
background: #50c0fa;
background: -moz-linear-gradient(top, #50c0fa 0%, #108dcd 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50c0fa), color-stop(100%, #108dcd));
background: -webkit-linear-gradient(top, #50c0fa 0%, #108dcd 100%);
background: -o-linear-gradient(top, #50c0fa 0%, #108dcd 100%);
background: -ms-linear-gradient(top, #50c0fa 0%, #108dcd 100%);
background: linear-gradient(to bottom, #50c0fa 0%, #108dcd 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50c0fa', endColorstr='#108dcd', GradientType=0);
}

#nav ul li span {
color: #888;
padding: 0 23px;
text-shadow: none;
background: #f8f8f8;
}

.left-corner {
border-color: transparent #888 transparent transparent;
border-width: 0 9px 9px 0;
position: absolute;
bottom: -9px;
left:0;
}

.right-corner {
border-color: #888 transparent transparent transparent;
border-width: 9px 9px 0 0;
position:absolute;
bottom: -9px;
right:0;
}

.left-corner, .right-corner {
display: block;
height: 0px;
border-style: solid;
bottom: -9px;
opacity: 0.58;
filter: alpha(opacity=58);
z-index:10000;
}

/* = 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: #169fe6;
box-shadow: 0 0 0 2px rgba(124, 176, 32, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

select {
  padding: 5px 2px;
}

textarea {
  line-height: 1.4em;
  width: 95%;
}
select {
  margin-bottom: 0 !important;
}

select[multiple] {
height: 8em;
}


/* = 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 solid #d7d6d6;
border-radius: 3px;
word-wrap: break-word;
}

.rec-date {
padding:2px 3px;
color: rgba(255,255,255,0.9);
background-color: #169fe6!important;
font-size:85%;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}

.rec-comment {
color:#717171;
}

/* = Comments
-----------------------------------------------------------------------------*/

.comment-by  {}
.comment-by img {
vertical-align:baseline;
margin-right:5px;
}

.comment-edit { text-align: right; }
.comment-date { text-align: right; }

.comments {
border:1px solid #cccccc;
padding:10px;
margin-bottom:10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

/* = 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 {
position:relative;
color: #888;
margin: 0px 0 15px 0;
font-size:95%;
}

.post-meta span {
padding-right:10px;
}

.post-meta span span{
padding-right:0px;
}

.post-meta a {
color: #888;
}

.post-meta a:hover {
color: #303030;
}

.post-title h2 a {
font-size: 24px;
font-weight: normal;
color: #404040;
text-decoration:none;
}
.post-title h2 a:hover {
color: #666
}

/* = 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%;
}

table.striped td {
vertical-align:middle;
}

table.hovered tbody tr:hover td,
table.hovered thead tr:hover th {
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, 0.2);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* = Various style
-----------------------------------------------------------------------------*/

.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:24px;
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: #169fe6;
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;
}

.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;
}

.headline img {
vertical-align:baseline;
}

select {
padding: 0.3em 0.3em 0.3em 0.3em;
}

.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: #4c4c4c!important;
}

.cattop {
background-color: #e8e7e7!important;
}

.odd { background-color: #ffffff; }
.even { background-color: #f7f7f7; }

.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: #169fe6;
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;
}

/* = Social Buttons
-----------------------------------------------------------------------------*/

.social-icons {
margin: 16px 20px 0 0;
float: right;
}
.social-icons li {
  display: inline;
  list-style: none;
  text-indent: -9999px;
  float: left;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-icons li a {
display: block;
height: 16px;
width: 28px;
background-repeat: no-repeat;
background-position: center center;
}

.social-icons li:hover {
  opacity: 0.5;
  filter: alpha(opacity = 50);
 }

.twitter {background: url("img/social/twitter.png") no-repeat 50%;}
.facebook {background: url("img/social/facebook.png") no-repeat 50%; margin: 0 -4px;}
.dribbble {background: url("img/social/dribbble.png") no-repeat 50%;}
.linkedin {background: url("img/social/linkedin.png") no-repeat 50%;}
.rss {background: url("img/social/rss.png") no-repeat 50%; margin: 0 -5px 0 0;}
.amazon {background: url("img/social/amazon.png") no-repeat 50%; }
.blogger {background: url("img/social/blogger.png") no-repeat 50%; }
.deviantart {background: url("img/social/deviantart.png") no-repeat 50%; }
.digg {background: url("img/social/digg.png") no-repeat 50%; }
.flickr {background: url("img/social/flickr.png") no-repeat 50%; }
.forrst {background: url("img/social/forrst.png") no-repeat 50%; }
.lastfm {background: url("img/social/lastfm.png") no-repeat 50%; }
.picasa {background: url("img/social/picasa.png") no-repeat 50%; }
.pinterest {background: url("img/social/pinterest.png") no-repeat 50%; }
.skype {background: url("img/social/skype.png") no-repeat 50%; }
.tumblr {background: url("img/social/tumblr.png") no-repeat 50%; }
.vimeo {background: url("img/social/vimeo.png") no-repeat 50%; }
.wordpress {background: url("img/social/wordpress.png") no-repeat 50%; }
.yahoo {background: url("img/social/yahoo.png") no-repeat 50%; }
.youtube {background: url("img/social/youtube.png") no-repeat 50%; }

/* = 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/list_check.png") no-repeat 0 50%; padding: 0 0 0 18px }
.plus_list li { background: url("img/list/list_plus.png") no-repeat 0 50%; padding: 0 0 0 18px }
.minus_list li { background: url("img/list/list_minus.png") no-repeat 0 50%; padding: 0 0 0 18px }
.star_list li { background: url("img/list/list_star.png") no-repeat 0 50%; padding: 0 0 0 16px }
.arrow_list li { background: url("img/list/list_arrow.png") no-repeat 0 50%; padding: 0 0 0 16px }
.square_list li { background: url("img/list/list_square.png") no-repeat 0 50%; padding: 0 0 0 16px }
.circle_list li { background: url("img/list/list_circle.png") no-repeat 0 50%; padding: 0 0 0 16px }
.cross_list li { background: url("img/list/list_cross.png") no-repeat 0 50%; padding: 0 0 0 16px }

/* = Mini Icons
-----------------------------------------------------------------------------*/

.icons {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-position: 0 0;
  background-repeat: no-repeat;
  *display: inline;
  *zoom: 1;
  *margin-right: .3em;
}

.icons.grey {
  background-image: url("img/icons_grey.png");
  opacity: 0.53;
}

.icons.white {
  background-image: url("img/icons_white.png");
}
.icons.glass {background-position:0 0;}
.icons.music {background-position:-24px 0;}
.icons.search {background-position:-48px 0;}
.icons.envelope {background-position:-72px 0;}
.icons.heart {background-position:-96px 0;}
.icons.star {background-position:-120px 0;}
.icons.star-empty {background-position:-144px 0;}
.icons.people {background-position:-168px 0;}
.icons.film {background-position:-192px 0;}
.icons.th-large {background-position:-216px 0;}
.icons.th {background-position:-240px 0;}
.icons.th-list {background-position:-264px 0;}
.icons.ok {background-position:-288px 0;}
.icons.remove {background-position:-312px 0;}
.icons.zoom-in {background-position:-336px 0;}
.icons.zoom-out {background-position:-360px 0;}
.icons.off {background-position:-384px 0;}
.icons.signal {background-position:-408px 0;}
.icons.cog {background-position:-432px 0;}
.icons.trash {background-position:-456px 0;}
.icons.home {background-position:0 -24px;}
.icons.file {background-position:-24px -24px;}
.icons.time {background-position:-48px -24px;}
.icons.road {background-position:-71px -24px;}
.icons.download-alt {background-position:-96px -24px;}
.icons.download {background-position:-120px -24px;}
.icons.upload {background-position:-144px -24px;}
.icons.inbox {background-position:-168px -24px;}
.icons.play-circle {background-position:-192px -24px;}
.icons.repeat {background-position:-216px -24px;}
.icons.refresh {background-position:-240px -24px;}
.icons.list-alt {background-position:-264px -24px;}
.icons.lock {background-position:-287px -24px;}
.icons.flag {background-position:-312px -24px;}
.icons.headphones {background-position:-336px -24px;}
.icons.volume-off {background-position:-360px -24px;}
.icons.volume-down {background-position:-384px -24px;}
.icons.volume-up {background-position:-408px -24px;}
.icons.qrcode {background-position:-432px -24px;}
.icons.barcode {background-position:-456px -24px;}
.icons.tag {background-position:0 -48px;}
.icons.tags {background-position:-24px -48px;}
.icons.book {background-position:-48px -48px;}
.icons.bookmark {background-position:-72px -48px;}
.icons.print {background-position:-96px -48px;}
.icons.camera {background-position:-120px -48px;}
.icons.font {background-position:-144px -48px;}
.icons.bold {background-position:-167px -48px;}
.icons.italic {background-position:-192px -48px;}
.icons.text-height {background-position:-216px -48px;}
.icons.text-width {background-position:-240px -48px;}
.icons.align-left {background-position:-264px -48px;}
.icons.align-center {background-position:-288px -48px;}
.icons.align-right {background-position:-312px -48px;}
.icons.align-justify {background-position:-336px -48px;}
.icons.list {background-position:-360px -48px;}
.icons.indent-left {background-position:-384px -48px;}
.icons.indent-right {background-position:-408px -48px;}
.icons.facetime-video {background-position:-432px -48px;}
.icons.picture {background-position:-456px -48px;}
.icons.pencil {background-position:0 -72px;}
.icons.map-marker {background-position:-24px -72px;}
.icons.adjust {background-position:-48px -72px;}
.icons.tint {background-position:-72px -72px;}
.icons.edit {background-position:-96px -72px;}
.icons.share {background-position:-120px -72px;}
.icons.check {background-position:-144px -72px;}
.icons.move {background-position:-168px -72px;}
.icons.step-backward {background-position:-192px -72px;}
.icons.fast-backward {background-position:-216px -72px;}
.icons.backward {background-position:-240px -72px;}
.icons.play {background-position:-264px -72px;}
.icons.pause {background-position:-288px -72px;}
.icons.stop {background-position:-312px -72px;}
.icons.forward {background-position:-336px -72px;}
.icons.fast-forward {background-position:-360px -72px;}
.icons.step-forward {background-position:-384px -72px;}
.icons.eject {background-position:-408px -72px;}
.icons.chevron-left {background-position:-432px -72px;}
.icons.chevron-right {background-position:-456px -72px;}
.icons.plus-sign {background-position:0 -96px;}
.icons.minus-sign {background-position:-24px -96px;}
.icons.remove-sign {background-position:-48px -96px;}
.icons.ok-sign {background-position:-72px -96px;}
.icons.question-sign {background-position:-96px -96px;}
.icons.info-sign {background-position:-120px -96px;}
.icons.screenshot {background-position:-144px -96px;}
.icons.remove-circle {background-position:-168px -96px;}
.icons.ok-circle {background-position:-192px -96px;}
.icons.ban-circle {background-position:-216px -96px;}
.icons.arrow-left {background-position:-240px -96px;}
.icons.arrow-right {background-position:-264px -96px;}
.icons.arrow-up {background-position:-289px -96px;}
.icons.arrow-down {background-position:-312px -96px;}
.icons.share-alt {background-position:-336px -96px;}
.icons.resize-full {background-position:-360px -96px;}
.icons.resize-small {background-position:-384px -96px;}
.icons.plus {background-position:-408px -96px;}
.icons.minus {background-position:-433px -96px;}
.icons.asterisk {background-position:-456px -96px;}
.icons.exclamation-sign {background-position:0 -120px;}
.icons.gift {background-position:-24px -120px;}
.icons.leaf {background-position:-48px -120px;}
.icons.fire {background-position:-72px -120px;}
.icons.eye-open {background-position:-96px -120px;}
.icons.eye-close {background-position:-120px -120px;}
.icons.warning-sign {background-position:-144px -120px;}
.icons.plane {background-position:-168px -120px;}
.icons.calendar {background-position:-192px -120px;}
.icons.random {background-position:-216px -120px;}
.icons.icomments {background-position:-240px -120px;}
.icons.magnet {background-position:-264px -120px;}
.icons.chevron-up {background-position:-288px -120px;}
.icons.chevron-down {background-position:-313px -119px;}
.icons.retweet {background-position:-336px -120px;}
.icons.shopping-cart {background-position:-360px -120px;}
.icons.folder-close {background-position:-384px -120px;}
.icons.folder-open {background-position:-408px -120px;}
.icons.resize-vertical {background-position:-432px -119px;}
.icons.resize-horizontal {background-position:-456px -118px;}
.icons.hdd {background-position:0px -144px;}
.icons.bullhorn {background-position:-24px -144px;}
.icons.bell {background-position:-48px -144px;}
.icons.certificate {background-position:-72px -144px;}
.icons.thumbs-up {background-position:-96px -144px;}
.icons.thumbs-down {background-position:-120px -144px;}
.icons.hand-right {background-position:-144px -144px;}
.icons.hand-left {background-position:-167px -144px;}
.icons.hand-top {background-position:-192px -144px;}
.icons.hand-down {background-position:-216px -144px;}
.icons.circle-arrow-right {background-position:-240px -144px;}
.icons.circle-arrow-left {background-position:-264px -144px;}
.icons.circle-arrow-top {background-position:-288px -144px;}
.icons.circle-arrow-down {background-position:-312px -144px;}
.icons.globe {background-position:-336px -144px;}
.icons.wrench {background-position:-360px -144px;}
.icons.tasks {background-position:-384px -144px;}
.icons.filter {background-position:-408px -144px;}
.icons.briefcase {background-position:-432px -144px;}
.icons.fullscreen {background-position:-456px -144px;}
.icons.dashboard {background-position:0px -168px;}
.icons.paperclip {background-position:-24px -168px;}
.icons.heart-empty {background-position:-48px -168px;}
.icons.link {background-position:-72px -168px;}
.icons.phone {background-position:-96px -168px;}
.icons.pushpin {background-position:-120px -168px;}
.icons.euro {background-position:-144px -168px;}
.icons.usd {background-position:-168px -168px;}
.icons.gbp {background-position:-192px -168px;}
.icons.sort {background-position:-216px -168px;}
.icons.sort-by-alphabet {background-position:-240px -168px;}
.icons.sort-by-alphabet-alt {background-position:-264px -168px;}
.icons.sort-by-order {background-position:-288px -168px;}
.icons.sort-by-order-alt {background-position:-313px -168px;}
.icons.sort-by-attributes {background-position:-336px -168px;}
.icons.sort-by-attributes-alt {background-position:-360px -168px;}
.icons.unchecked {background-position:-384px -168px;}
.icons.expand {background-position:-408px -168px;}
.icons.collapse {background-position:-432px -168px;}
.icons.collapse-top {background-position:-456px -168px;}

/* = 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: #4c4c4c;
  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;
}
Presented with Sourceer