a.blank{
font-weight:expression((this.getAttribute("target") && this.getAttribute("target")=="_blank") ? "bold":"normal");/*content:expression((this.getAttribute("target") && this.getAttribute("target")=="_blank") ? this.innerHTML = " (откроется в новом окне)":"");
*/
text-decoration:underline;
}
a.clickable1{
background:#CCCCCC;
border:2px dotted #000000;
display:block;
line-height:100%;
margin:3px;
padding:20px;
}
a.clickable1:hover{
background:#FFC0CB;
}
a.clickable2{
background:#CCCCCC;
border:2px dotted #000000;
display:"inline-block";
margin:3px;
padding:20px;
}
a.clickable2:hover{
background:#FFC0CB;
}
a.clickable3{
background:#CCCCCC;
border:2px dotted #000000;
display:block;
float:left;
margin:3px;
padding:20px;
}
a.clickable3:hover{
background:#FFC0CB;
}
a[class="blank"][target="_blank"]{
font-weight:bold;
}
a[class="blank"][target="_blank"]:after{
content:" (откроется в новом окне)";
}
p.ex:first-letter {
color:#FF0000;/*space after:first-letter needed!! -- IE6 with doctype bugfix*/
font-size:120%;
font-weight:bold;
}
p.shortmessage:after{
content:"That's it, folks...";
}
table.default{
border:0px !important;
border-collapse:collapse !important;
}
table.default td{
padding:0px !important;
}
table.sort{
border-collapse:separate;
border-spacing:0.1em;
margin-bottom:1em;
margin-top:1em;
}
table.sort td{
border:1px solid #CCCCCC;
padding:0.3em 1em;
}
table.sort thead td{
cursor:pointer;
cursor:hand;
font-weight:bold;
text-align:center;
vertical-align:middle;
}
table.sort thead td.curcol{
background:#999999;
color:#FFFFFF;
}
table.stuff{
border-collapse:separate !important;
}
table.stuff td{
border:1px solid #666666 !important;
padding:5px 10px !important;
}
table.three-col{
border-collapse:collapse !important;
width:100% !important;
}
table.three-col td{
box-sizing:border-box !important;
-moz-box-sizing:border-box !important;
padding:10px !important;
}
table.three-col td#one{
background:#FF0000;
width:100px !important;
}
table.three-col td#three{
background:#0000FF;
width:30% !important;
}
table.three-col td#two{
background:#008000;
width:70% !important;
}
table.three-col.fixed{
table-layout:fixed !important;
}
table.three-col.fixed.auto col#c_one{
width:100px !important;
}
table.three-col.fixed.auto col#c_three{
width:30% !important;
}
table.three-col.fixed.auto col#c_two{
width:70% !important;
}
table.three-col.fixed.auto td{
width:auto !important;
}
table.three-col.fixed.box td{
box-sizing:border-box !important;
-moz-box-sizing:border-box !important;
}
.modified{
border:1px solid #FF0000;
}
.multilists ol{
counter-reset:item;
}
.multilists ol>li{
display:block;
}
.multilists ol>li:before{
content:counters(item,".") ". ";
counter-increment:item;
}
.ins{
font-style:italic;
text-decoration:none;
}
