/*************************************************************
A - SETUP
**************************************************************/
/* A1 Import the colour scheme
-------------------------------------------------------------*/
/* A1.1 */
@import url(style_cs.css);
/* A2 Deal with browser defaults and wonkiness
-------------------------------------------------------------*/
/* A2.1 */
html, body {margin: 0; padding: 0}
/* A2.2 */
.punbb * {
margin: 0
}
/* A2.3 */
.punbb ul, .punbb dl, .punbb li, .punbb dd, .punbb dt {
padding: 0;
list-style: none;
}
/* A2.4 */
.punbb img {
border:none
}
/* A2.5 */
.punbb .main table {
table-layout: fixed;
width: 100%;
}
/* A2.6 */
.checkfield input[type="checkbox"], .radiofield input[type="radio"] {margin: 0 0.3em;}
/* A2.7 */
p[class="checkfield"] *,
div[class="checkfield"] *,
fieldset[class="radiofield"] * {
height: 1.8em;
vertical-align: middle
}
/* A3 Text setup
-------------------------------------------------------------*/
/* A3.1 */
body {
font-size: 100.01%;
}
/* A3.2 */
.punbb {
font: normal 68.75% verdana, arial, helvetica, sans-serif;
}
/* 3.3 */
.punbb textarea, .punbb input, .punbb select, .punbb optgroup {
font: 1em verdana, arial, helvetica, sans-serif
}
/* A3.4 */
.punbb h1, .punbb h2, .punbb h3, .punbb h4, .punbb table, .punbb th {
font-size: 1em;
font-weight: normal;
}
/* A3.5 */
.punbb h1 span, .punbb h2 span, .punbb legend span {
font-size: 1.1em;
}
/* A3.6 */
.punbb pre {
font: 1.1em/140% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}
/* A3.7 */
.punbb address, .punbb em {
font-style: normal
}
/* A3.8 */
.punbb .post-content em {
font-style: italic
}
/* A3.9 */
.punbb .post-content em.bbuline {
font-style: normal;
text-decoration: underline;
}
/* A3.10 */
.punbb a {
text-decoration: underline
}
/* A3.11 */
.punbb optgroup {
font-weight: bold;
}
/* A4 Float clearing and hidden items
-------------------------------------------------------------*/
/* A4.1 */
#pun:after,
.punbb .container:after,
.punbb .post-links ul:after,
.punbb .main div.inline:after,
.punbb .post-box:after,
.punbb .linksb:after {
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
overflow:hidden;
line-height: 0.0;
font-size: 0;
}
/* A4.2 */
.acchide,
#pun-index #pun-main h1,
#pun-navlinks h2,
#pun-pagelinks h2,
#pun-status h2,
#pun-ulinks h2,
.punbb .forum h2,
.punbb .multipage .topic h2,
.punbb dl.post-sig dt span,
.punbb p.crumbs strong,
.punbb .divider hr,
.punbb .required label em,
.punbb .formsubmit label,
.punbb .submitfield label,
.punbb .modmenu label,
#pun-userlist .main h2 {
font-size: 0;
height: 0;
width: 0;
line-height: 0.0;
position:absolute;
left: -9999px;
overflow: hidden
}
/* A5 Basic page layout and borders
-------------------------------------------------------------*/
/* A5.1 */
#pun {
margin: 30px;
position: relative;
}
/* A5.2 */
.punbb {
float: left;
width: 100%;
height: auto;
}
/* A5.3 */
#pun-redirect, #pun-maint {
margin: 50px 20% 12px 20%;
width: auto;
float: none;
}
/* A5.4 */
.punbb .section, .punbb .main {
margin-bottom: 1em;
}
/* A5.5 */
.punbb .category, .punbb .post {
margin-top: 0.4em;
}
/* A5.6 */
.punbb #pun-category1, .punbb .toppost, .punbb .topicpost {
margin-top: 0;
}
/* 5.7 */
#pun-post .topic {
margin-top: 1em;
}
/* A5.8 */
.punbb .section, .punbb .forum, .punbb .formal, .punbb .modmenu, .punbb .info,
.punbb .category, .punbb .post {
border-style: none none solid none;
border-width: 0px 0px 2px 0px
}
/* A5.9 */
.punbb .container {
border-style: solid;
border-width: 1px;
}
/* A5.10 */
.punbb .section h2, #pun-main h1, #pun-main h2, #pun-stats h2, #pun-debug h2 {
padding: 0.5em 1em;
border-style: none solid solid none;
border-width: 0 1px 1px 0;
}
/*************************************************************
B - MAIN CONTENT - GENERAL
**************************************************************/
/* B1 Parsed Content, Signatures and Scroll Boxes
-------------------------------------------------------------*/
/* B1.1 */
.punbb .post-content {
padding: 0;
margin: 0;
width: 100%;
overflow: hidden;
}
/* B1.2 */
.punbb .post-sig dt {
display: block;
border-top: 1px solid #888;
width: 250px;
margin: 5px 0;
}
/* B1.3 */
.punbb .post-content p {
margin: 0;
padding: 0 0 1em 0;
line-height: 150%;
}
/* B1.4 */
.punbb .post-content img {
vertical-align: text-bottom
}
/* B1.5 */
.punbb .post-content img.postimg {
vertical-align: middle;
}
/* B1.6 */
.punbb .post-content .blockcode, .punbb .post-content blockquote {
width: 100%;
overflow: hidden;
}
/* B1.7 */
.punbb .post-content .scrollbox {
width: 100%;
overflow: auto;
}
/* B1.8 */
.punbb .post-content .quote-box, .punbb .post-content .code-box {
margin: 0.4em 1.8em 1.4em 1.8em;
padding: 1em;
border-style: solid;
border-width: 1px;
}
/* B1.9 */
.punbb .quote-box cite, .punbb .code-box strong.legend {
display: block;
padding-bottom: 0.7em;
font-size: 1.1em;
font-weight: bold;
font-style: normal;
margin: 0;
}
/* B2 Information boxes
-------------------------------------------------------------*/
/* B2.1 */
.punbb .info-box {
padding: 1.1em 1.7em 1em 1.7em;
border-style: solid;
border-width: 1px;
margin: 0 0 1.1em 0;
}
/* B2.2 */
.punbb .info-box * {
padding: 0 0 0.7em 0;
}
/* B2.3 */
.punbb #pun-main .info-box .legend {
font-size: 1.1em;
font-weight: bold;
}
/* B3 Pagination and posting links
-------------------------------------------------------------*/
/* B3.1 */
.punbb .linkst {
float: left;
position: relative;
width: 100%;
font-size: 1.1em;
height: 0;
}
/* B3.2 */
.multipage {
margin-top: 3em;
}
/* B3.3 */
.linkst .pagelink {
position: absolute;
top: -4em;
left: 1em;
width: 24em;
}
/* B3.4 */
.linkst .postlink {
position: absolute;
top: -4em;
right: 1em;
width: 16em;
text-align: right;
font-weight: bold;
}
/* B3.5 */
.punbb .linksb {
text-align: right;
padding: 0.4em 1em 0.5em 1em;
font-size: 1.1em;
}
/* B3.6 */
.linksb .pagelink {
float: left;
width: 24em;
text-align: left;
}
/* B3.7 */
.linksb .postlink {
float: right;
width: 16em;
font-weight: bold
}
/* B3.8 */
.subscribelink {
clear:both;
padding-top: 0.3em;
padding-bottom: 0.5em;
}
/*************************************************************
C - MAIN CONTENT - SPECIFIC
**************************************************************/
/* C1 Form layout
-------------------------------------------------------------*/
/* C1.1 */
.punbb .formal .container {
padding: 1.7em 2.3em 1.1em 2.3em;
}
/* C1.2 */
.punbb .formsubmit {
padding: 0 0 0 1.7em;
margin: 1em 0 0 0;
}
/* C1.3 */
.punbb .formsubmit input, .punbb .formsubmit a, .punbb .formsubmit span {
margin: 0 0.6em 0 0
}
/* C1.4 */
.punbb fieldset {
border-style: solid;
border-width: 1px;
padding: 0 18px 0 18px;
margin: 0 0 1em 0
}
/* C1.5 */
.punbb fieldset legend {
padding: 0;
margin: 0 0 0 11px;
font-size: 1.1em
}
/* C1.6 */
.punbb fieldset legend span {
padding: 0 5px;
margin: 0 0 0 -15px;
}
/* C1.7 */
.punbb fieldset fieldset {
border-style: none;
margin: 0;
padding: 0 0 8px 0
}
/* C1.8 */
.punbb .fs-box {
padding: 1em 0 0.8em 0;
}
/* C1.9 */
.punbb .fs-box p, .punbb .fs-box fieldset {
padding: 0 0 0.8em 0
}
/* C1.10 */
.punbb .inline .inputfield, .punbb .inline .selectfield, .punbb .inline .passfield {
float: left;
margin-right: 1em;
}
/* C1.11 */
.punbb .inline .infofield {
clear:both
}
/* C1.12 */
.punbb .datafield br {
display: none
}
/* C1.13 */
.punbb .required label, .punbb .datafield span.input {
font-weight: bold
}
/* C1.14 */
.punbb .datafield span.input a {
font-weight: normal;
}
/* C1.15 */
.punbb .areafield span.input, .punbb p.longinput span.input {
display: block;
padding: 0 12em 0 0;
height: 100%; /* For IE */
}
/* C1.16 */
.punbb textarea, .punbb .longinput input {
width: 64%;
margin: 0;
}
/* C1.17 */
.punbb .hashelp {
position: relative;
}
/* C1.18 */
.punbb .helplinks {
display: block;
position: absolute;
top: 1em;
right: 0;
font-weight: normal;
width: 36%;
}
/* c1.19 */
.punbb #profile .helplinks {
top: 1.5em;
}
/* C1.20 */
.punbb .helplinks span {
display: block;
padding-bottom: 0.2em;
}
/* C1.21 */
#pun-post .formal .info-box li {
padding-left: 4px;
list-style-type: square;
list-style-position: inside;
line-height: 1.5;
margin: 0;
}
/* C2 Table layout
-------------------------------------------------------------*/
/* C2.1 */
.punbb .main .tcl {
overflow: hidden;
text-align: left;
width: 50%;
}
/* C2.2 */
.punbb .main .tc2, .punbb .main .tc3, .punbb .main .tcmod {
text-align: center;
width: 10%;
}
/* C2.3 */
.punbb .main .tcr {
overflow: hidden;
text-align: left;
width: 30%;
}
/* C2.4 */
#pun-userlist .main .tcl,
#pun-searchtopics .main .tcl,
#pun-modviewforum .main .tcl {
width: 40%
}
/* C2.5 */
#pun-userlist .main .tc2,
#pun-searchtopics .main .tc2 {
text-align: left;
width: 20%;
}
/* C2.6 */
#pun-debug table .tcl {
width: 15%;
white-space:normal;
}
/* C2.7 */
#pun-debug .tcr {
width: 90%;
white-space: normal;
}
/* C2.8 */
#pun-index .tcl h3 {
font-size: 1.2em;
font-weight: bold;
}
/* C2.9 */
.punbb td span.youposted {
font-weight: bold;
margin-left: -1em;
position: absolute;
}
/* C2.10 */
.punbb td .modlist {
display: block;
padding-top: 0.3em
}
/* C2.11 */
.punbb .main td {
border-style: solid none none solid;
border-width: 1px 0 0 1px;
padding: 0.8em 1em;
}
/* C2.12 */
.punbb .main th {
border-style: none none none solid;
border-width: 0 0 0 1px;
padding: 0.4em 1em 0.4em 1em;
}
/* C2.13 */
.punbb .main .tcl {
border-left-style: none;
border-left-width: 0
}
/* C2.14 */
.punbb tbody.hasicon td.tcl {
padding-left: 3.2em
}
/* C2.15 */
.punbb div.icon {
border-style: solid;
border-width: 0.6em 0.6em 0.6em 0.6em;
height: 0;
line-height: 0.0;
margin-top: 0.1em;
width: 0;
}
/* C2.16 */
.punbb table div.icon {
font-size: 1.05em;
position: absolute;
margin-left: -2.2em;
}
/* C3 Topics
-------------------------------------------------------------*/
/* C3.1 */
.punbb .post .container {
border-style: none solid solid solid;
border-width: 1px;
margin-top: -1px;
padding-bottom: 1px;
}
/* C3.2 */
.punbb .post h3 {
border-style: solid solid none solid;
border-width: 1px;
}
/* C3.3 */
.punbb .post h3 span {
padding: 0.5em 1em;
display: block;
margin-left: 19em;
border-left-style: solid;
border-left-width: 1px
}
/* C3.4 */
.punbb .post h3 strong {
float: right;
width: 5em;
text-align: right;
font-weight: normal;
}
/* C3.5 */
.punbb .post .post-author {
float: left;
width: 19em;
margin-top: -1.5em;
overflow: hidden;
}
/* C3.6 */
.punbb .post .post-author ul, .punbb .post .post-author p {
padding: 0 1em 1em 1em;
line-height: 140%;
}
/* C3.7 */
.pa-author {
font-size: 1.1em;
font-weight: bold;
}
/* C3.8 */
.pa-author a {
text-decoration: none
}
/* C3.9 */
li.pa-title {
padding-bottom: 0.4em;
font-weight: bold;
}
li.pa-online {
line-height: 0.8em;
border-left-style: solid;
border-left-width: 0.7em;
padding-left: 0.4em;
margin-top: 0.7em;
}
/* C3.11 */
.punbb .post-body {
margin-left: 19em;
border-left-style: solid;
border-left-width: 1px;
padding: 0 0 1px 0;
}
/* C3.12 */
.punbb .post-box {
padding: 1em;
}
/*C3.13 */
.punbb fieldset .post-box {
margin-bottom: 0.8em
}
/* C3.14 */
.punbb .post-links {
margin-left: 19em;
border-left-style: solid;
border-left-width: 1px;
}
/* C3.15 */
.punbb .post-links ul {
padding: 0 1em 0 0;
height: 2em;
line-height: 2em;
margin-left: -19em;
border-top-style: dashed;
border-top-width: 1px;
background: transparent;
text-align: right;
}
/* C3.16 */
.punbb .post-links li {
display: inline;
padding-left: 1em;
}
/* C3.17 */
.pl-email, .pl-website {
float: left;
}
/* C3.18 */
.punbb .clearer {
clear: both;
height: 0;
font-size: 0;
}
/* C4 Moderator menu
-------------------------------------------------------------*/
/* C4.1 */
.punbb .modmenu .container {
padding: 0.5em 1em;
text-align: right;
}
/* C4.2 */
.punbb .modmenu strong, .punbb .modmenu a {
height: 1.8em;
line-height: 1.8em;
}
/* C4.3 */
.punbb .modmenu .container strong {
float: left;
}
/* C4.4 */
.punbb .modmenu input {
margin-left: 1em;
}
/* C5 Message boxes
-------------------------------------------------------------*/
/* C5.1 */
.punbb .info .container {
padding: 0.8em 1em
}
/* C5.2 */
.punbb .info .container .backlink {
padding-top: 0.8em;
}
/* C6 Profile
-------------------------------------------------------------*/
/* C6.1 */
#profile .container {
padding-left: 18.6em;
}
/* C6.2 */
#profilenav {
float: left;
width: 14em;
margin-left: -16.3em;
display: inline;
}
/* C6.3 */
#profilenav li {
padding-bottom: 0.8em;
font-weight: bold;
}
/* C6.4 */
#viewprofile ul, #profilenav ul {
border-style: solid;
border-width: 1px;
padding: 1.5em 18px 0.8em 18px;
margin: 0 0 1em 0;
}
/* C6.5 */
#viewprofile h2, #profilenav h2 {
background: transparent;
border: none;
padding: 0 0 0 0;
margin: 0 14px -0.6em 14px;
}
/* C6.6 */
#viewprofile h2 span, #profilenav h2 span {
padding: 0 5px;
position: relative;
}
/* C6.7 */
#viewprofile li, #setmods dl {
padding: 0 0 0 16em;
margin-bottom: 0.2em;
}
/* C6.8 */
#viewprofile li span {
float: left;
width: 14em;
margin-left: -16em;
padding: 0.5em 1em;
font-weight: bold;
}
/*C6.9 */
#setmods dt {
float: left;
width: 14em;
margin-left: -16em;
padding: 0.8em 1em;
font-weight: bold;
display: inline;
}
/* C6.10 */
#viewprofile li strong, #viewprofile li div, #setmods dd {
display: block;
padding: 0.5em 1em;
font-weight: normal;
}
/* C6.11 */
.punbb img.avatardemo {
float: right;
margin: 0 0 0.8em 1.8em
}
/* C7 User list
-------------------------------------------------------------*/
/* C7.1 */
#pun-userlist .formal, #pun-userlist .formal .container {
border-bottom: none;
margin-bottom: 0;
}
/* C7.2 */
#pun-userlist .usertable .container {
padding: 0 2.3em 2.3em 2.3em;
border-top: none;
}
/* C7.3 */
#pun-userlist .usertable table {
border-style: solid;
border-width: 1px;
}
/*************************************************************
D - PUNBB SECTIONS OTHER THAN MAIN CONTENT
**************************************************************/
/* D1 Logo and description
-------------------------------------------------------------*/
/* D1.1 */
#pun-title {
margin: 0;
border-style: solid solid none solid;
border-width: 1px 1px 0 1px;
}
/* D1.2 */
#pun-title h1 {
display : block;
height : 40px;
padding: 2em 1em 0 1em;
}
/* D1.3 */
#pun-title .container {
border-style: none solid none solid;
}
/* D1.4 */
#pun-title h1 span {
font-size: 1.5em;
}
#pun-title table {
border: none;
height: 40px;
width: 100%;
}
#pun-title td.title-logo-tdl {
border: none;
width: 100%;
}
#pun-title td.title-logo-tdr {
border: none;
width: 468px;
}
/* D2 Page navigation
-------------------------------------------------------------*/
/* D2.1 */
#pun-pagelinks {
position: absolute;
top: -15px;
left: 0;
margin: 0;
border: none;
padding: 0;
width: 100%;
}
/* D2.2 */
#pun-pagelinks .container {
background: transparent;
border: none;
padding: 0}
/* D2.3 */
#pun-pagelinks .container li {
display: inline
}
/* D2.4 */
#pun-pagelinks li a, #pun-pagelinks a:link, #pun-pagelinks a:hover {
height: 2em;
line-height: 2em;
padding: 0;
font-size: 1.2em;
margin-left: -9999px;
display: block;
float:left;
width: 100%;
}
/* D2.5 */
#pun-pagelinks a:active, #pun-pagelinks a:focus {
position:relative;
margin: 0;
}
#pun-pagelinks li a span {
display:block;
margin: 0 1em
}
/* D3 Forum navigation
-------------------------------------------------------------*/
/* D3.1 */
#pun-navlinks, #pun-navlinks .container {
border-style: none;
border-width: 0;
margin: 0;
}
/* D3.2 */
#pun-navlinks .container {
padding: 0.7em 1em;
}
/* D.3 */
#pun-navlinks li {
display: inline;
padding-right: 1em;
}
/* D3.4 */
#pun-navlinks li a {
font-size: 1.1em;
}
/* D4 User links
-------------------------------------------------------------*/
/* D4.1 */
#pun-ulinks {
margin-top: 0;
}
/* D4.2 */
#pun-ulinks .container {
border-top: none;
padding: 0.7em 1em;
}
/* D4.3 */
#pun-ulinks li, #pun-ulinks li a {
display: inline;
border-left-style: solid;
border-left-width: 1px;
white-space: nowrap;
}
/* D4.4 */
#pun-ulinks li a {
padding: 0 0.3em 0 0.6em
}
/* D4.5 */
#pun-ulinks li.item1, #pun-ulinks li.item1 a {
border-left-style: none;
border-left-width: 0;
padding-left: 0
}
/* D5 Welcome box and Top Breadcrumbs
-------------------------------------------------------------*/
/* D5.1 */
#pun-status, #pun-status .container {
border-bottom: none;
margin-bottom: 0;
}
/* D5.2 */
#pun-status .container {
padding: 0.8em 1em 1em 1em;
}
/* D5.3 */
#pun-status span {
white-space: nowrap;
margin-right: 0.5em;
}
/* D5.4 */
#pun-crumbs1 {
font-weight: bold;
overflow: hidden;
margin-top: 0;
}
/* D5.5 */
#pun-crumbs1 p.container {
border-top: none;
padding: 1em 1em 0.8em 1em;
font-size: 1.1em;
}
/* D5.6 */
#pun-break1 {
margin: 0 1em;
border-style: solid none;
border-width: 1px 0;
height: 0;
margin: -2px 1em;
position: relative;
z-index: 1;
}
/* D6 Announcement
-------------------------------------------------------------*/
/* D6.1 */
#pun-announcement h2 {
padding: 0;
margin: 0 1em -3.5em 1em;
border-style: none none solid none;
border-width: 0 0 1px 0;
position: relative;
font-weight: bold;
}
/* D6.2 */
#pun-announcement h2 span {
display: block;
padding: 1em 0 0.8em 0;
border-bottom-style: solid;
border-bottom-width: 1px;
}
/* D6.3 */
#pun-announcement .container {
padding: 4.3em 1em 1em 1em;
}
/* D7 Statistics
-------------------------------------------------------------*/
/* D7.1 */
#pun-stats .container {
padding: 0.8em 1em
}
/* D7.2 */
#pun-stats li.item1, #pun-stats li.item2 {
float: left;
clear: both;
line-height: 150%;
}
/* D7.3 */
#pun-stats li.item3, #pun-stats li.item4 {
text-align: right;
line-height: 150%;
}
/* D7.4 */
li#onlinelist {
margin-top: 1em;
border-top-style: solid;
border-top-width: 1px;
float: left;
width: 100%;
line-height: 130%;
}
/* D7.5 */
li#onlinelist div {
border-top-style: solid;
border-top-width: 1px;
padding: 0.7em 0 0 0;
}
/* D8 Quick Jump - About - Bottom Breadcrumbs
-------------------------------------------------------------*/
/* D8.1 */
#pun-qjump {
margin: 0;
border: none;
width: 50%;
position: relative;
float: left;
}
/* D8.2 */
#pun-qjump .container {
border: none;
background: transparent;
padding: 0.8em 1em;
}
/* D8.3 */
#pun-about {
margin-top: 0;
}
/* D8.4 */
#pun-about .container {
border-top-style: none;
text-align: right;
line-height: 150%;
padding: 0.8em 1em;
}
/* D8.5 */
#pun-about p span {
display:block;
padding-left: 50%;
}
/* D8.6 */
#pun-crumbs2 {
font-weight: bold;
overflow: hidden;
margin-bottom: 0;
border-bottom: none;
}
/* D8.7 */
#pun-crumbs2 .container {
border-bottom: none;
padding: 0.8em 1em;
font-size: 1.1em;
}
/* D8.8 */
#pun-break4 {
margin: -2px 1em;
border-style: solid none;
border-width: 1px 0;
position: relative;
height: 0;
z-index: 1;
}
/* D8.9 */
div.punbb-admin #pun-about .container {
border-top-style: solid;
border-top-width: 1px;
}
/* D9 Help file
-------------------------------------------------------------*/
/* D9.1 */
#pun-help .formal .info-box h3.legend {
border-bottom-style: solid;
border-bottom-width: 1px;
padding-bottom: 0;
margin-bottom: 0.8em;
}
/* D9.2 */
#pun-help .formal .info-box h3.legend span {
padding-bottom: 0.6em;
display: block;
border-bottom-style: solid;
border-bottom-width: 1px;
font-size: 1.1em;
}
/* D9.3 */
#pun-help .formal p, #pun-help .formal dd {
margin-bottom: 1em
}
/* D9.4 */
#pun-help .formal ul, #pun-help .formal dl {
padding: 0 0 0 1em
}
/* D9.5 */
#pun-help .formal li {
padding: 0;
line-height: 130%
}
/* D9.6 */
#pun-help .formal li * {
vertical-align: text-top
}
/* D9.7 */
#pun-help .formal dt span {
font: 1.4em/120% monaco, "bitstream vera sans mono", "courier new", courier, monospace
}
/* D9.8 */
#pun-help .formal .parsedmsg, #pun-help .formal .parsedmsg .incode {
padding-bottom: 0;
}
/*
=skin=
@name Simpliquity
@author Yatrik Solanki
@homepage http://www.yatriksolanki.com
@email yatriksolanki@gmail.com
@license MPL/LGPL/GPL
=/skin=
*/
@-moz-document url(chrome://browser/content/browser.xul) {
#ubiquity-panel {
padding: 0px;
margin: 10px;
background: rgba(0%, 0%, 0%, 0.8);
-moz-border-radius: 20px;
-moz-border-radius-topleft: 0px;
}
#ubiquity-entry-container {
margin: 8px;
padding: 3px;
font-size: 14pt;
border: 0px solid #aaa;
-moz-border-radius: 0px;
background: transparent;
font-family: Calibri, Helvetica, Verdana, Arial;
}
#ubiquity-entry {
-moz-appearance: none;
background: transparent;
border: none;
font-size: 18pt;
color: #ffffff;
width: 100%;
font-weight: bold;
font-family: Calibri, Helvetica, Verdana, Arial;
}
#ubiquity-suggest {
border: none;
width: 500px;
min-height: 32px;
overflow: hidden;
}
#ubiquity-suggest-container, #ubiquity-preview-container {
margin: 10px;
}
#ubiquity-preview {
border-top: 1px solid #333;
min-height: 0px;
max-height: 600px;
overflow: hidden;
}
#ubiquity-browser {
width: 500px;
height: 600px;
}
#ubiquity-help {
margin: 5px 15px;
font-family: Calibri, Helvetica, Verdana, Arial;
font-size: 11pt;
color: #FFF;
}
}
@-moz-document url(chrome://ubiquity/content/suggest.html) {
#suggestions {
margin: 0;
}
.hilited {
padding: 5px;
margin: 2px;
background: rgba(100%, 100%, 100%, 0.3);
-moz-border-radius: 5px;
color: #FFF;
font-family: Calibri, Helvetica, Verdana, Arial;
}
.suggested {
margin: 2px;
padding: 5px;
border-left: solid 10px transparent;
font-family: Calibri, Helvetica, Verdana, Arial;
color: #FFF;
cursor: pointer;
}
.object, .argument {
font-weight: bold;
}
.needarg {
font-style: oblique;
color: #999999;
}
.needarg:before {
content: "(";
}
.needarg:after {
content: ")";
}
.cmdicon {
display: inline-block;
width: 16px;
}
.cmdicon img {
vertical-align: middle;
width: 16px;
height: 16px;
}
.selection {
padding: 2px;
-moz-border-radius: 3px;
display: inline-block;
font-variant: small-caps;
background-color: #BBB;
color: #333;
position: relative;
top: -2px;
font-size: 8pt;
font-weight: normal;
border: 1px solid #777;
}
}
/* Formatting for the Preview box */
@-moz-document url(chrome://ubiquity/content/preview.html) {
body {
color: #ffffff;
background: transparent;
padding-left: 15px;
padding: 7px;
margin: 5px 0 0;
font-family: Calibri, Helvetica, Verdana, Arial;
font-size: 11pt;
}
.gresult {
margin-bottom: 10px;
}
.gresult a {
color: #FFFFFF;
text-decoration: underline;
font-size: 14pt;
font-family: Calibri, Helvetica, Verdana, Arial;
cursor: pointer;
}
.gresult-url {
font-size: x-small;
font-family: Calibri, Helvetica, Verdana, Arial;
color: #777;
}
.gresult-content {
margin-right: 10px;
font-family: Calibri, Helvetica, Verdana, Arial;
font-size: small;
}
}
/* Оповещение о новом лс как ВКонтакте
------------------------------------------*/
.news_ls1 {
position:relative;
z-index:9999;
}
.news_ls2 {
position:fixed;
bottom:5px;
right:5px;
}
.uContent{
overflow: hidden;
display:none;
margin-bottom:10px;
width:300px;
background:url(http://html.3dn.ru/js/vko.png);
padding:5px 10px 5px 10px;
-webkit-border-radius: 5px;
-moz-border-radius:5px;
border-radius: 5px;
-moz-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.70);
-webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.70);
box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.70);
}
.uContent_l {
float:left;
font: 11px Verdana,Arial,Helvetica, sans-serif;
color:#a7a7a7; text-shadow: 1px 1px 1px #252525; font-weight: bold;
}
.uContent_p {float:right;}
.uContent_c {
float:left;
font: 100%/1.0 Verdana,Arial,Helvetica, sans-serif;
color:#a7a7a7;
width:300px;
padding: 5px 0px 0px 0px;
}
.uPm-close {
width:18px;
height:18px;
background:url(http://html.3dn.ru/js/vkex.png) no-repeat;
}
.uPm-close:hover {
background-position:0px -18px;
}
.uContent_c img {
float:right;
width:45px;
height:45px;
border:1px solid #838383;
padding: 3px;
margin: 0px 0px 10px 15px;
background:#646464;
}
.uContent_c span {
color:#8fbbe9;
}
.uContent_c p {
padding:0;
margin: 5px 0px 0px 0px;
}
.uContent_c a:link,
.uContent_c a:visited {color:#f7f7f7;}
.uContent_c a:hover {color:#bdbdbd;}
/* -------------------------------------- */
/* Верхняя панель для пользователей v.1.0
===================*/
#top_bar {
position:fixed;
z-index:997;
top:0;
min-width:100%;
height:35px;
background: #353535;
border-top: 1px solid #000;
box-shadow: 0px 0px 5px #111;
}
#top_bar_os {
padding:0px;
width:1024px;
height:35px;
margin: 0px auto;
}
#top_bar_os a{
text-decoration:none;
}
.td_l {
float:left;
padding:5px 10px 0px 10px;
height:30px;
background:url(http://wallaby.ucoz.ru/images33/me_like/li_linia.gif) no-repeat right;
}
.td_p {
float:right;
height:35px;
padding: 0px 0px 0px 0px;
background:url(http://wallaby.ucoz.ru/images33/me_like/li_linia.gif) no-repeat right;
}
/* Форма поиска синяя кнопка
------------------------------------------*/
.poick_os1 input {
font:11px Verdana,Arial,Helvetica,sans-serif!important;
margin:0px!important;
vertical-align:middle!important;
}
.poick_pole1 {
color:#a7a7a7!important; text-shadow: 1px 1px 1px #252525!important;
padding:4px 4px!important;
width:300px!important;
height:15px!important;
background:#484848!important;
border: 1px solid #252525!important;
}
.poick_pole1:focus {
background:#545454!important;
}
.poick_knopka1 {
color:#bfbfbf!important; text-shadow: 1px 1px 1px #460953!important;
padding: 0px 10px!important;
height:25px!important;
background: #1d367d!important;
border: 1px solid #0c123b!important;
cursor:pointer!important;
}
.poick_knopka1:hover {
background:#3b3b97!important;
}
/* Выпадающее меню
------------------------------------------*/
.menu_p {
display:block;
position:relative;
}
.menu_p .drop {
float:left;
color:#66B427;
text-shadow:1px 1px 1px #000;font-weight: 700;
padding: 10px 17px 0px 10px;
margin-right: 10px;
background:url(http://wallaby.ucoz.ru/images33/me_like/drop1.png) no-repeat right 15px;
}
.menu_p:hover .drop{
background:url(http://wallaby.ucoz.ru/images33/me_like/drop2.png) no-repeat right 15px;
color:#2784b4;
}
.dd_ugol1,
.dd_menu {
width:240px;
}
.dd_ugol2,
.dd_menu_p {
width:300px;
}
.dd_menu,
.dd_menu_p {
float:left;
position:absolute;
margin:0px auto;
background:#4c4c4c;
padding:5px;
left:-999em;
z-index:998;
border:1px solid #111;
-moz-border-radius:5px 5px 5px ;
-webkit-border-radius:5px 5px 5px ;
border-radius:5px 5px 5px ;
box-shadow: 0px 0px 5px #111;
}
.menu_p:hover .dd_menu,
.menu_p:hover .dd_menu_p{
top:40px;
left:auto;
right:0px;
}
.dd_ugol1,
.dd_ugol2 {
height:25px;
float:left;
position:absolute;
top: -25px;
right: 25px;
background:url(http://wallaby.ucoz.ru/images33/me_like/fon_ugol_1.png) no-repeat;
background-position: right bottom;
}
.dd_ugol1 {right:2px!important;}
.dd_menu_os {width:218px;}
.mini_profil {width:278px;}
.dd_menu_os,
.mini_profil {
overflow:hidden;
background:#eee;
border: 1px solid #353535;
margin:0;
padding:10px;
}
/* Вертикальное меню
------------------------------------------*/
.menu_top {
margin:0;
padding:0;
list-style:none;
overflow:hidden;
width:238px;
background:#eee;
border: 1px solid #353535;
}
.menu_top li a:link,
.menu_top li a:visited {
display:block;
text-align:left;
color:#555;
width:100%;
padding:4px 10px;
border-bottom: 1px solid #d0d0d0;
border-top: 1px solid #fff;
}
.menu_top li a:hover {
background:#fff;
}
/* Мини профиль
------------------------------------------*/
.mini_avatar {
width:35px;
height:35px;
}
.mp_avatar {
float:right;
margin: 0px 0px 0px 0px;
width:50px;
height:50px;
border: 3px solid #666;
}
.mp_info {
float:left;
margin:0;
padding:5px;
width:200px;
list-style:none;
}
.mp_info a:link,
.mp_info a:visited{color:#2784b4; font-weight: bold;}
.mp_info a:hover {color:#66B427;}
.mp_info li {
font: 10px Verdana,Arial,Helvetica, sans-serif;
padding: 2px 0px;
border-top: 1px solid #fff;
border-bottom: 1px solid #B7B7B7;
}
.border_v {border-top:none!important;}
.border_n {border-bottom:none!important;}
.bold {font-weight: bold;}
/* Кнопки
------------------------------------------*/
.knopka_vxod:link,
.knopka_vxod:visited,
.knopka_reg:link,
.knopka_reg:visited {
float:left;
font-weight: bold;
color:#66B427;
text-shadow: 1px 1px 1px #000;
padding: 10px 10px 0px 10px;
}
.knopka_vxod:hover,
.knopka_reg:hover {color:#2784b4;}
.knopka_pochta:link,
.knopka_pochta:visited{
float:left;
font-weight: bold;
color:#2784b4;
text-shadow: 1px 1px 1px #000;
padding: 10px 10px 0px 10px;
}
.knopka_pochta:hover {color:#66B427;}
.knopka_vixod:link,
.knopka_vixod:visited{
float:right;
font: 9px Verdana,Arial,Helvetica, sans-serif;
color:#F1EDED; text-shadow: 1px 1px 1px #000;
background:#353535;
padding: 2px 7px 3px 7px;
margin: 5px 4px 0px 0px;
}
.knopka_vixod:hover {background:#444;}
/* Comments Style */
.cBlock1,
.cBlock2 {
float:left;
overflow: hidden;
width:100%;
margin-bottom: 15px;
outline: 1px solid #d7d7d7;
border: 1px solid #fff;
}
.cBlock1 {background: #f6f6f6;}
.cBlock2 {background: #e5e5e5;}
.vid_comments_os {
float:left;
width:95%;
padding: 5px 15px 5px 16px;
}
.vid_comments_os a:link,
.vid_comments_os a:visited {color:#2e6fac;}
.vid_comments_os a:hover {color:#31ac2e;}
img {border: none; }
a {outline: none; text-decoration:none!important; }
.vc_top {
float:left;
width:100%;
padding: 0px 0px 5px 0px;
}
.vc_name {
font: 10px Verdana,Arial,Helvetica, sans-serif;
text-shadow: 1px 1px 1px #fff;
float:left;
padding: 3px 0px 0px 0px;
}
.vc_name strong {color:#4EA62C;}
.vc_name span {color:#999;}
.vc_reiting {
font: 11px Verdana,Arial,Helvetica, sans-serif;
float:right;
}
.vc_reiting img {float:left; padding-top: 6px;}
.vc_reiting span {float:left; padding: 2px 5px 0px 5px; font-weight: bold;}
.vc_nomer {
font: 11px Verdana,Arial,Helvetica, sans-serif;
float:right;
font-size:19px;
margin-left: 15px;
}
.vc_nomer a:link,
.vc_nomer a:visited {color:#C7C7C7;}
.vc_nomer a:hover {color:#2C68A6;}
.vc_center {
float:left;
text-align:justify;
font: 115%/1.5 Verdana,Arial,Helvetica, sans-serif;
color:#555;
width:100%;
}
.coment_avatar{
float:right;
width:50px;
height:50px;
padding:3px;
margin: 0px 0px 10px 15px;
border: 1px solid #fff;
}
.vc_center {
color:#555;
width:100%;
}
.vcc_otvet {
color:#555;
padding: 5px 5px 5px 5px;
background: #fff;
border: 1px solid #d7d7d7;
width:98%;
margin: 10px 0px 10px 0px;
}
.vc_center,
.vcc_otvet {
float:left;
overflow: hidden;
text-align:justify;
font: 115%/1.5 Verdana,Arial,Helvetica, sans-serif;
}
.vc_bottom {
clear:left;
text-align:right;
padding: 0px 0px 0px 0px;
}
.post_r {color: #888;}
.red {color: #a71a1a;}
.gren {color: #1da71a;}
.grey {color: #999;}
/* Календарь wallaby.ucoz.ru
----------------------------- */
.calTable {
border:1px solid #4c5663;
background:#7f8792; }
.calMonth {
text-align:center;
font-weight: bold;
padding: 5px 0px 5px 0px;
background: #6f7274;
}
.calWday,
.calWdaySu,
.calWdaySe {
font:9px Verdana,Arial,Helvetica,sans-serif;
color:#fff; text-shadow: 0px 1px 1px #000;
background:#671d9b;
padding: 3px 5px;
outline: 1px solid #4a1e69;
border-top: 1px solid #9a65bf;
border-left: 1px solid #9a65bf;
}
.calMday {
font:11px Verdana,Arial,Helvetica,sans-serif;
color:#eaeaea;
text-shadow: 0px 1px 1px #000;
font-weight:bold;
padding: 5px;
background: #4d4d4d;
outline: 1px solid #252525;
border-top: 1px solid #848484;
border-left: 1px solid #848484;
}
.calMdayA {
font:12px Verdana,Arial,Helvetica,sans-serif;
color:#fff; text-shadow: 0px 1px 1px #000;
font-weight:bold;
background:#72a7d3;
border: 1px solid #008aff;
}
.calMdayIs,
.calMdayIsA {
font:12px Verdana,Arial,Helvetica,sans-serif;
font-weight:bold;
background:#8dda94;
border: 1px solid #1b7223;
}
a.calMonthLink:link,
a.calMonthLink:visited,
a.calMonthLink:active {
text-decoration:none;
color:#fff;
}
a.calMonthLink:hover {
text-decoration:none;
color:#58e249;
}
a.calMdayLink:link,
a.calMdayLink:visited,
a.calMdayLink:active {
text-decoration:none;
color:#037000;
}
a.calMdayLink:hover {
text-decoration:none;
color:#fff;
}
/* -------------------------- */
/* Вид Панели BB-кодов
------------------------------------------*/
#panel_bb {
float:left;
width:600px;
height:22px;
background:url(http://wallaby.ucoz.ru/images33/fon_panel_bb.gif);
}
#panel_bb .codeButtons {
display:none
}
#panel_bb a {
float:left;
display:block;
width:23px;
height:22px;
background:url(http://wallaby.ucoz.ru/images33/knopki_bb.png)no-repeat;
}
#panel_bb a.panel_b {background-position:0px 0px; }
#panel_bb a:hover.panel_b {background-position:0px -22px;}
#panel_bb a.panel_i {background-position:0px -44px;}
#panel_bb a:hover.panel_i {background-position:0px -66px;}
#panel_bb a.panel_u {background-position:0px -88px;}
#panel_bb a:hover.panel_u {background-position:0px -110px;}
#panel_bb a.panel_url {background-position:0px -132px}
#panel_bb a:hover.panel_url {background-position:0px -154px;}
#panel_bb a.panel_email {background-position:0px -176px;}
#panel_bb a:hover.panel_email {background-position:0px -198px;}
#panel_bb a.panel_image {background-position:0px -220px;}
#panel_bb a:hover.panel_image {background-position:0px -242px;}
#panel_bb a.panel_citata {background-position:0px -264px;}
#panel_bb a:hover.panel_citata{background-position:0px -286px;}
#panel_bb a.panel_code {background-position:0px -308px;}
#panel_bb a:hover.panel_code {background-position:0px -330px;}
#panel_bb a.panel_hide {background-position:0px -352px;}
#panel_bb a:hover.panel_hide {background-position:0px -374px;}
#panel_bb a.panel_list {background-position:0px -396px;}
#panel_bb a:hover.panel_list {background-position:0px -418px;}
#panel_bb a.panel_l {background-position:0px -440px;}
#panel_bb a:hover.panel_l {background-position:0px -462px;}
#panel_bb a.panel_c {background-position:0px -484px;}
#panel_bb a:hover.panel_c {background-position:0px -506px;}
#panel_bb a.panel_r {background-position:0px -528px;}
#panel_bb a:hover.panel_r {background-position:0px -550px;}
#panel_bb a.panel_hr {background-position:0px -572px;}
#panel_bb a:hover.panel_hr {background-position:0px -594px;}
#panel_bb a.panel_close {background-position:0px -616px;}
#panel_bb a:hover.panel_close {background-position:0px -638px;}
#panel_bb a.panel_info {float:right; background-position:0px -660px;}
#panel_bb a:hover.panel_info {background-position:0px -682px;}
/*------------------------------------------*/
.fl{
float:left
}
.fr{
float:right
}
#pun-admain2 #edforum fieldset p{
position:static;
cursor:move;
background:url(http://i.rusff.ru/f/ru/rusff/rusff_move.png) 98% center no-repeat #eee
}
#pun-admain2 #edforum fieldset p label,#pun-admain2 #edforum fieldset p input{
display:none
}
#pun-admain2 #edfields .ui-sortable p{
background:url(http://i.rusff.ru/f/ru/rusff/rusff_move.png) 98% center no-repeat #eee
}
.admin-notes textarea.hot{
color:#000;
background-color:#fcc
}
#pun-status p span.item3{
display:none
}
div.grippie{
background:url(http://i.rusff.ru/f/ru/rusff/grippie.png) no-repeat scroll center 2px;
border:0;
cursor:s-resize;
height:9px;
overflow:hidden
}
.resizable-textarea textarea{
display:block;
margin-bottom:0
}
.admin-advert-block{
width:468px;
height:60px
}
.admin-advert-block .admin-advert-block-buttons{
height:25px;
margin-top:15px
}
.admin-advert-block .admin-advert-block-buttons .button-twitter{
display:inline;
line-height:0;
padding:14px 60px;
margin:0;
cursor:pointer;
background:url(http://i.rusff.ru/f/ru/rusff/button-twitter.png) no-repeat;
text-decoration:none!important
}
.admin-advert-block .admin-advert-block-buttons .button-twitter:hover{
background:url(http://i.rusff.ru/f/ru/rusff/button-twitter.png) no-repeat 0 -40px
}
.admin-advert-block .admin-advert-block-buttons .button-twitter:active{
background:url(http://i.rusff.ru/f/ru/rusff/button-twitter.png) no-repeat 0 -82px
}
.admin-advert-block .admin-advert-block-buttons .button-vk{
display:inline;
line-height:0;
padding:14px 60px;
margin:0;
cursor:pointer;
background:url(http://i.rusff.ru/f/ru/rusff/button-vk.png) no-repeat;
text-decoration:none!important
}
.admin-advert-block .admin-advert-block-buttons .button-vk:hover{
background:url(http://i.rusff.ru/f/ru/rusff/button-vk.png) no-repeat 0 -40px
}
.admin-advert-block .admin-advert-block-buttons .button-vk:active{
background:url(http://i.rusff.ru/f/ru/rusff/button-vk.png) no-repeat 0 -82px
}
#pun-report .bg,#pun-reputation .bg{
display:none;
position:fixed;
z-index:10;
width:100%;
height:100%;
left:0;
top:0;
background:#333;
opacity:.7;
filter:alpha(opacity=70);
-moz-opacity:.7;
-khtml-opacity:.7;
cursor:pointer
}
#pun-report .inner,#pun-reputation .inner{
display:none;
position:fixed;
left:50%;
top:50%;
margin:-135px 0 0 -384px;
width:768px;
z-index:100;
box-shadow:0 0 40px #222;
-webkit-box-shadow:0 0 40px #222;
-moz-box-shadow:0 0 40px #222;
-khtml-box-shadow:0 0 40px #222
}
.removeReputation{
width:16px;
height:16px;
display:inline-block;
float:right;
background:url('/client/images/close_16x16.png');
cursor:pointer
}
.notify-message{
width:301px!important;
padding:12px 10px 5px 10px!important;
border-radius:0!important
}
.notify-message.jg-mention{
border-left:12px solid #0076ff
}
.notify-message.jg-mention .n-content{
cursor:pointer
}
.notify-message.jg-message{
border-left:12px solid #a2f53b
}
.notify-message.jg-system{
border-left:12px solid #ff0d27
}
.notify-message.jg-promo,.notify-message.jg-advert{
border-left:12px solid #ff9319
}
.notify-message.jg-notice{
border-left:12px solid #f8f13f
}
.notify-message .jGrowl-header{
font-size:14px!important;
font-weight:400!important;
padding-bottom:6px;
margin-bottom:6px;
border-bottom:1px dotted #888
}
.notify-message .jGrowl-message a,.notify-message .jGrowl-message a:hover{
color:#fff!important;
text-decoration:none
}
.notify-message .jGrowl-message span{
display:block;
line-height:19px
}
.notify-message .jGrowl-message img{
float:left;
width:50px;
padding:0 5px 5px 0
}
.notify-message .jGrowl-close{
margin-right:0;
background:#333;
padding:0 5px 2px 5px;
border-radius:10px;
color:#ccc
}
.notify-message .jGrowl-date{
font-size:11px;
text-align:right;
padding-top:3px;
border-top:1px solid #333;
width:170px;
margin:5px 0 auto auto
}
.bubble{
background:red;
border:0 none;
border-radius:3px;
color:white;
display:inline-block;
font:bolder 8px/1.6 Tahoma;
margin:0;
min-width:14px;
padding:0 1px;
position:absolute;
right:-8px;
text-align:center;
top:-10px
}
.bubble:after{
border-color:red transparent;
border-style:solid;
border-width:3px 3px 0;
content:"";
display:block;
left:5px;
position:absolute;
width:0
}
.p-mention,.p-system,.p-message,.p-advert,.p-promo,.p-notice{
display:inline-block;
width:30px;
margin:0;
padding:0;
opacity:.5
}
.p-mention{
background:blue
}
.p-system{
background:red
}
.p-message{
background:green
}
.p-advert,.p-promo,.p-notice{
background:orange
}
.CodeMirror{
line-height:1em;
font-family:monospace;
background:#f8f8f8;
max-width:550px;
font-size:12px
}
.CodeMirror-scroll{
overflow:auto;
height:500px;
position:relative
}
.CodeMirror-gutter{
position:absolute;
left:0;
top:0;
z-index:10;
background-color:#f7f7f7;
border-right:1px solid #eee;
min-width:2em;
height:100%
}
.CodeMirror-gutter-text{
color:#aaa;
text-align:right;
padding:.4em .2em .4em .4em
}
.CodeMirror-lines{
padding:.4em
}
.CodeMirror pre{
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
border-radius:0;
border-width:0;
background:transparent;
font-family:inherit;
font-size:inherit;
padding:0;
margin:0;
white-space:pre;
word-wrap:normal
}
.CodeMirror textarea{
font-family:inherit!important;
font-size:inherit!important
}
.CodeMirror-cursor{
z-index:10;
position:absolute;
visibility:hidden;
border-left:1px solid black!important
}
.CodeMirror-focused .CodeMirror-cursor{
visibility:visible
}
span.CodeMirror-selected{
background:#ccc!important;
color:HighlightText!important
}
.CodeMirror-focused span.CodeMirror-selected{
background:Highlight!important
}
.CodeMirror-matchingbracket{
color:#0f0!important
}
.CodeMirror-nonmatchingbracket{
color:#f22!important
}
.cm-s-default span.cm-keyword{
color:#708
}
.cm-s-default span.cm-atom{
color:#219
}
.cm-s-default span.cm-number{
color:#164
}
.cm-s-default span.cm-def{
color:#00f
}
.cm-s-default span.cm-variable{
color:black
}
.cm-s-default span.cm-variable-2{
color:#05a
}
.cm-s-default span.cm-variable-3{
color:#0a5
}
.cm-s-default span.cm-property{
color:black
}
.cm-s-default span.cm-operator{
color:black
}
.cm-s-default span.cm-comment{
color:#a50
}
.cm-s-default span.cm-string{
color:#a11
}
.cm-s-default span.cm-string-2{
color:#f50
}
.cm-s-default span.cm-meta{
color:#555
}
.cm-s-default span.cm-error{
color:#f00
}
.cm-s-default span.cm-qualifier{
color:#555
}
.cm-s-default span.cm-builtin{
color:#30a
}
.cm-s-default span.cm-bracket{
color:#cc7
}
.cm-s-default span.cm-tag{
color:#170
}
.cm-s-default span.cm-attribute{
color:#00c
}
.cm-s-default .activeline{
background:#dfe7f1!important
}
.cm-s-monokai{
background:#272822;
color:#f8f8f2
}
.cm-s-monokai span.CodeMirror-selected{
background:#ffe792!important
}
.cm-s-monokai .CodeMirror-gutter{
background:#272822;
border-right:0
}
.cm-s-monokai .CodeMirror-gutter-text{
color:#d0d0d0
}
.cm-s-monokai .CodeMirror-cursor{
border-left:1px solid #f8f8f0!important
}
.cm-s-monokai span.cm-comment{
color:#75715e
}
.cm-s-monokai span.cm-atom{
color:#ae81ff
}
.cm-s-monokai span.cm-number{
color:#ae81ff
}
.cm-s-monokai span.cm-property,.cm-s-monokai span.cm-attribute{
color:#a6e22e
}
.cm-s-monokai span.cm-keyword{
color:#f92672
}
.cm-s-monokai span.cm-string{
color:#e6db74
}
.cm-s-monokai span.cm-variable{
color:#a6e22e
}
.cm-s-monokai span.cm-variable-2{
color:#9effff
}
.cm-s-monokai span.cm-def{
color:#fd971f
}
.cm-s-monokai span.cm-error{
background:#f92672;
color:#f8f8f0
}
.cm-s-monokai span.cm-bracket{
color:#f8f8f2
}
.cm-s-monokai span.cm-tag{
color:#f92672
}
.CodeMirror-matchingbracket{
text-decoration:underline;
color:white!important
}
.cm-s-monokai .activeline{
background:#363636!important
}
div.pun-attach-file {
font-size: 100%;
/*margin: 15px;*/
min-height: 75px;
width: 345px;
padding: 15px 0 0;
border-style: none;
overflow: hidden;
}
div.file-block {
margin: 0;
float: left;
width: 260px;
}
div.file-title {
font: 12pt/1.2 Arial,Tahoma,verdana,helvetica;
width: 240px;
margin: 0;
padding-top: 3px;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
}
div.file-title img {
margin: 0 0 5px 0;
}
div.file-icon {
background: url("http://uploads.ru/i/q/v/o/qvoMi.png") no-repeat scroll 0pt 0pt #F0F0F0;
float: left;
height: 64px;
margin: 0 10px 0 10px;
width: 54px;
}
div.file-description {
font: normal 9pt/1 Arial, Tahoma, verdana, helvetica;
margin: 5px 15px 5px 0;
}
form.attach-file-form {
margin: 5px 0 0;
float: left;
border-style: none;
}
button.attach-file-down {
background: url("http://files.rusff.ru/images/buttons_sprite.png") no-repeat scroll -145px -105px transparent;
border-style: none;
cursor: pointer;
display: block;
margin: 0 0 12px 0;
padding: 0;
overflow: hidden;
text-indent: -9999px;
height: 28px;
width: 87px;
}
button.attach-file-down:hover {
background-position: -145px -134px;
}
button.attach-file-player {
background: url("http://files.rusff.ru/images/rusff_button_player.png") no-repeat scroll 0px 0px transparent;
border-style: none;
cursor: pointer;
display: block;
margin: 5px 0 0 0;
float: left;
padding: 0;
overflow: hidden;
text-indent: -9999px;
height: 28px;
width: 87px;
}
button.attach-file-player:hover {
background-position: 0px -28px;
}
div.file-size {
font: 9pt/1 Arial, Tahoma, verdana, helvetica;
float: left;
margin: 5px 0 0 10px;
height: 28px;
padding: 8px 0;
}
div.pun-attach-file.rusff-file-style {
background: none repeat scroll 0% 0% #F0F0F0;
border-radius: 4px 4px 4px 4px;
-moz-border-radius: 4px; /* Firefox */
-webkit-border-radius: 4px; /* Safari, Chrome */
-khtml-border-radius: 4px; /* KHTML */
box-shadow: 1px 1px 2px #5d5c5c;
-moz-box-shadow: 1px 1px 2px #5d5c5c;
-webkit-box-shadow: 1px 1px 2px #5d5c5c;
}
.rusff-file-style div.file-block {
margin: 0 0 0 20px;
}
.rusff-file-style div.file-icon {
margin: 0 -10px 0 10px;
}
.rusff-file-style div.file-title,
.rusff-file-style div.file-size,
.rusff-file-style div.file-description {
color: #272727;
}
.rusff-file-style div.file-title a {
color: #272727 !important;
font-size: 9pt/1;
text-decoration: underline;
}