AwesomeBBSkinAwesomeBBSkin
AcasaMembriInregistrare
Notificari
Cauta pe forum
Cautare avansata
Publications
Recent Topics
&#8987&; #x231B;Joi Sept 02, 2021 6:42 pm
testsetse ☒Joi Sept 02, 2021 6:41 pm
emojis in title ????Joi Sept 02, 2021 6:37 pm
Your first subjectSam Aug 21, 2021 3:10 pm
i am asweomseMier Aug 07, 2019 9:02 pm
fdsfdsfdsffMier Aug 07, 2019 8:58 pm
testsblblabaldbMier Aug 07, 2019 8:58 pm
2blalbalbalba2Mier Aug 07, 2019 8:54 pm
Cei mai activi membri
22 Mesaje - 85%
4 Mesaje - 15%

xythijdytkyjguhk.ghgdxhtu
Moderare
AwesomeBBSkin :: Your first category :: Your first forum
Justest
4 posts
JustestVin Oct 19, 2018 4:40 pm
rdiy;'pohfxgdnzhejyuhjmn bv
avatar
22 posts
AdminAdmin
Sam Oct 20, 2018 12:53 pm
/*General Styles*/
*{
padding:0;
margin:0;
box-sizing:border-box;
font-size:15px;
font-family:"FontAwesome", sans-serif;
}
html{
height:100%;
}
body{
min-height:100%;
position:relative;
background:#f2f2f2;
}
a{
text-decoration:none;
color:#3f4db8;
}
body>div[id]{
display:none;
}
.forum{
transition-duration:0.4s;
}
/*Cookie*/
.cookie{
perspective:500px;
position:fixed;
display:flex;
bottom:10%;
left:10%;
right:10%;
z-index: 999;
background:#3f4db8;
flex-direction:column;
border:2px solid black;
color:white;
transition-duration:0.4s;
transform:rotateX(10deg);
}
.cookie:hover{
transform:rotateY(10deg);
}
.cookie>div{
padding:10px;
}
.cookie-buttons{
padding-top:0 !important;
align-self:center;
}
.cookie-buttons>div{
display:inline-flex;
margin:2px;
}
.accept{
background:white;
padding:5px;
color:#3f4db8;
cursor:pointer;
}
.cookie-buttons a{
color:white;
}
/*Panda*/
.panda-selector{color:#FF00F5}.panda-cssproperty{color:#105289}.panda-important{color:red}.panda-selector-pseudo{color:#D36CD3;font-style:italic}.panda-htmltag{color:#0E66D6}.panda-xmlcomment{color:#666}.panda-htmltag-special{color:#A333D8}.panda-htmltag-attribute{color:#00f}.panda-regexp{color:#F802F8}.panda-JSglobal{color:#A51164}.panda-code{padding:5px 10px;font-size:1.2em;font-family:monospace;background:#EFEFEF;color:#0D700D;border:1px solid #CCC;overflow:auto;max-height:300px;text-shadow:0 1px #fff;text-align:left;display:block}.panda-code ol{padding-left:15px}.panda-code ol li{padding:1px 10px;margin:4px 0;border-left:2px solid green;list-style-type:decimal-leading-zero}.panda-code ol li:hover{background:#DEDEDE}.panda-multiLineString,.panda-string{color:#C03}.panda-special{color:#09F}.panda-extra,.panda-keyword{color:#009}.panda-operators{font-weight:700;color:#000}.panda-comment1,.panda-comment2,.panda-comment3{color:#666!important;font-style:italic}.panda-int{color:red}
/*Codebox*/
.codebox:not(.spoiler):not(.hidecode)>dt{
display:none;
}
.codebox:not(.spoiler):not(.hidecode)>dd:before{
content:"Code";
padding:5px;
padding-top:0;
display:table;
border-bottom:2px solid #3F4DB8;
width:calc(100% - 10px);
}
/*Spoiler*/
.spoiler>dd{
background:#f2f2f2;
display:none;
width: 100%;
}
.spoiled{
display:table !important;
}
.spoiler>dt{
border-bottom:2px solid #3F4DB8;
}
.spoiler>dt:after{
content:"(Spoiler|click to see)";
float:right;
}
.spoiler>*{
padding:5px;
}
/*Quotes*/
blockquote>div{
background:#f2f2f2;
padding:10px;
}
blockquote{
margin-top:15px;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
cite{
background:white;
display:table;
width:calc(100% + 20px);
padding:5px;
margin:-10px;
position:relative;
top:-10px;
margin-bottom:0;
}
/*Header*/
.header{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
position:sticky;
top:0;
z-index:100;
}
.header>*{
display:inline-table;
padding:10px;
vertical-align:middle;
}
.site>a{
font-size:30px;
color:#3F4DB8;
}
.site>*{
display:table;
}
nav{
float:right;
margin-top:16px;
}
nav a, .links a{
color:#3F4DB8;
padding:10px;
margin-right:5px;
}
nav a:hover, .links a:hover{
text-decoration:underline;
}
/*Index top*/
.last_visit{
padding-left: 10px;
padding-top: 10px;
margin-bottom: -10px;
}
.links{
margin-bottom:10px;
}
.main{
padding:20px;
}
/*Index categories*/
.cat-name{
color:#3F4DB8;
border-bottom:2px solid #3F4DB8;
padding:10px;
}
.forum{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
border-bottom:1px solid #eee;
}
.forum a:hover{
text-decoration:underline;
}
.forum>div{
display:inline-table;
vertical-align:middle;
padding:10px;
}
.forum-name{
width:30%;
}
.forum-stats{
width:30%;
}
.lastpost-data-sec{
margin-top:-35px;
}
.forum-icon:after{
color:#f2f2f2;
display:inline-table;
padding:5px;
}
#forum-read:after{
content:"READ";
background:#aeb3b5;
}
.desc{
padding-top:5px;
}
.forum-name>a{
position:relative;
display:inline-table;
color:#3F4DB8;
left:2px;
}
.forum-stats>span{
display:table;
}
.forum-lastpost{
}
.forum-lastpost img{
width:50px;
height:50px;
border-radius:100%;
}
.forum-lastpost br{
display:none;
}
.forum-lastpost>*{
display: inline-table;
vertical-align: middle;
}
.lastpost-data>*{
display: block;
}
.forum-lastpost a{
color:#3F4DB8;
}
/*Index down links*/
.links-down{
margin-top:15px;
}
/*Online*/
.online-head, .stats-head{
color:#3F4DB8;
border-bottom:2px solid #3F4DB8;
padding:10px;
font-weight:bold;
margin-top: -10px;
}
.online-con, .stats-con{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.online-con>div, .stats-con>div{
padding:5px;
border-bottom:1px solid #eee;
}
.online-con a{
color:#f2f2f2;
padding:5px;
display:inline-table;
margin:2px;
}
a[href*="/u"]>span{
padding:5px;
margin:2px;
}
a[href*="/u"]{
margin:0px;
}
.loader{
display:table;
width:20px;
height:20px;
border:2px solid white;
border-top:2px solid #3F4DB8;
border-radius:100%;
animation:1s linear infinite load;
}
.stats-head{
padding-top:20px;
}
.s-block{
display:inline-table;
margin-right:10px;
vertical-align:middle;
}
.stats-con a{
color:#3f4db8;
}
@keyframes load{
0%{
transform:rotate(0deg);
}
100%{
transform:rotate(360deg);
}
}
.old-footer{
display:none;
}
.admin br{
display:none;
}
body::after{
content:'';
display:block;
height:60px;
}
.footer{
background:#2e3ca7;
position:absolute;
width:100%;
bottom:0;
}
.footer a{
color:white;
}
.footer a:hover{
text-decoration:underline;
}
.footer{
padding:20px;
}
.admin{
bottom:20px;
right:5px;
display:inline-table;
position:absolute;
}
.f-links>a{
margin-right:10px;
}
/*Forum*/
.forum-title, .topic-title{
color:#3f4db8;
display:table;
padding:10px;
padding-left:0;
width:100%;
font-size:30px;
}
#forum-search>input{
display:inline;
}
#forum-search, .crumbs, .t-crumbs, .topic-buttons{
display:inline;
}
.crumbs>a, .t-crumbs>a{
padding:5px;
display:inline-table;
}
.mark-read, .watch_t{
float:right;
color:#3f4db8;
margin-top:-30px;
}
.pagination>a{
background:#3f4db8;
color:white;
padding:6px;
margin:2px;
display:inline-table;
}
.pagination>a:hover{
background:#2e3ca7;
}
.post, .reply, input[type="submit"], input[type="button"], .button{
background:white;
padding:8px;
display:table;
margin:2px;
border:2px solid #2e3ca7;
perspective: 500px;
transform: rotateX(20deg);
transition-duration: 0.4s;
}
.post:hover, .reply:hover, input[type="submit"]:hover, input[type="button"]:hover, .button:hover{
color:white;
background:#2e3ca7;
transform: rotateY(20deg);
}
/*Forum*/
.topic{
box-shadow:0 3px 6px rgba(0,0,0,0.16);
background:white;
border-bottom:1px solid #eee;
}
.topic>div{
display:inline-table;
vertical-align:middle;
padding:5px;
}
.topic-title-by, .topic-lastpost{
width:40%;
}
.lastpost-t-data>span{
display:table;
}
.lastpost-t-data{
position:relative;
top:5px;
left:2px;
}
.topic-stats{
width:20%;
}
.topic-image:before, [data_class='']:before{
color:white;
padding:5px;
display:inline-table;
}
.global:before{
content:"Global";
background:#00689A;
}
.new_global:before{
content:"New|Global";
background:#F00943;
}
.sticky:before{
content:"Sticky";
background:yellowgreen;
}
.announcement:before{
background:#068;
content:"Announcement";
}
.read_topic:before{
background:#aeb3b5;
content:"READ";
}
[data_class='']:before{
content:"You posted";
background:blueviolet;
}
.topic-t-title, .topic-image, .topic-posted{
display:inline;
}
.topic-t-title>a>span{
margin-left:-5px;
}
.topic-t-title>a:nth-child(2){
margin:2px;
}
.topic-t-title>a:nth-child(1){
margin-right:2px;
}
.topic-t-title{
margin-left:5px;
}
.lastpost-avatar, .lastpost-avatar img{
width:50px;
height:50px;
vertical-align:middle;
border-radius: 100%;
display: inline-table;
float: left;
}
/*Topic*/
.topic-buttons>*{
display:inline-table;
vertical-align:middle;
}
.topic-mod{
float:right;
position: relative;
bottom:-5px;
}
.topic-mod-handler{
padding:5px;
color:#3f4db8;
cursor:pointer;
}
.topic-mod-s{
display:table !important;
}
.topic-mod-h-s{
background:#ddd;
}
.topic-mod-o{
background:white;
position:absolute;
font-size:0;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
display:none;
}
.topic-mod-o>a{
display:table;
padding:5px;
border-bottom:1px solid #eee;
width:100%;
}
.topic-mod-o>a:hover{
background:#f2f2f2
}
._post{
border-bottom:1px solid #eee;
background:#eee;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
._post:nth-of-type(2n){
background:white;
}
._post>div{
display:inline-block;
vertical-align:top;
padding:5px;
}
.post-left{
width:140px;
text-align:center;
}
.post-right{
width:calc(100% - 140px);
}
.post-left>a>img{
width:100px;
height:100px;
border-radius:100%;
}
.post-r-top>*{
display:inline-table;
padding:5px;
}
.post-r-top>br{
display:none;
}
.post-buttons{
float:right;
}
.post-buttons img{
display:none;
}
.b-quote>a:before{
content:"Quote";
}
.b-edit>a:before{
content:"Edit";
}
.b-delete>a:before{
content:"Delete";
}
.b-ip>a:before{
content:"IP";
}
.post-buttons span{
padding:5px;
}
.post-content{
padding-left:10px;
overflow-wrap:break-word;
}
.post-edited>br{
display:none;
}
.post-edited:empty{
display:none;
}
.post-edited{
border-top:1px solid #eee;
width:100%
}
.contact{
display:inline-table;
background:#3f4db8;
padding:5px;
margin:2px;
}
.contact:hover{
background:#1d2ba6;
}
.contact.c-profile>a:before{
content:"\f2bd";
color:white;
}
.contact img{
display:none;
}
.contact.c-pm>a:before{
content:"\f0e0";
color:white;
}
/*Forms*/
form{
width:100%;
}
form>span{
display:table;
width:100%;
}
.confirm-form{
background:white;
}
.confirm-form input{
text-align:center;
}
textarea{
height:150px;
display:table;
width:100%;
resize:none;
}
.form_wrap>div:nth-child(2){
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.form-error, .block-error{
color:#f2f2f2;
padding:10px;
margin-top:-2px;
background:#c62a2a;
}
.block-content-error{
color:#f2f2f2;
padding:10px;
background:#3f4db8;
}
.form_wrap>div>*{
display:inline-table;
vertical-align:middle;
padding:10px;
}
.form_wrap form{
background:#efefef;
width:auto;
}
label{
display:table;
padding:5px;
}
.form_info>span{
display:table;
}
.form_info a{
margin-left:2px;
}
input[type="text"], select, input[type="password"], input[type="email"], textarea{
display:inline-table;
padding:10px;
border:none;
background:white;
animation-duration:0.4s;
margin-bottom:2px;
border:2px solid white;
transition-duration: 0.4s;
}
textarea{
border-top:0;
}
input[type="text"]:hover, select:hover, input[type="password"]:hover, input[type="email"]:hover, textarea:hover{
border-color:#3f4db8;
}
input[type="text"]:focus, select:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus{
box-shadow:0 3px 6px rgba(0,0,0,0.16);
background:white;
}
.editor_head{
padding:10px;
border-bottom:2px solid #3f4fb8;
}
/*View profile*/
.profile-avatar>img{
width:100px;
border-radius:100%;
height:100px;
border:2px solid;
}
.profile-title{
background:#3f4db8;
margin-left:-20px;
margin-right:-20px;
margin-top:15px;
}
.profile-title>div{
display:inline-table;
vertical-align:middle;
padding:10px;
color:white;
}
.title-right>span{
display:table;
font-size:25px;
}
.title-right>span strong{
font-size:25px;
font-weight:normal;
}
.profile-rank, .profile-status{
display:inline-table;
margin-right:5px;
padding:5px;
}
.profile-status:before{
content:"|";
margin-right:12px;
}
.add_fr_fo{
float:right;
background:white;
}
.profile-stats{
float:right;
}
.title-right>*{
margin-right:5px;
}
.add_fr_fo br{
display:none;
}
.add_fr_fo a{
display:table;
padding:5px;
}
.add_fr_fo a:nth-child(1){
border-bottom:1px solid #eee;
}
.profile-activity, .profile-about{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.profile-activity>a, .profile-about>div{
padding:5px;
display:table;
border-bottom:1px solid #eee;
width:100%;
}
.profile-act-head, .profile-about-head{
border-bottom:2px solid #3744a2;
padding:5px;
display:table;
}
.user-admin>a{
display:inline-table;
margin-top:10px;
color: #f2f2f2;
}
.user-admin>a[href*="admin"]:before{
content:"Administrate account ";
color:#3f4db8;
}
.profile-loader{
display:flex;
justify-content:center;
padding-top:20px;
}
.profile-send-pm>a{
background:#3f4db8;
display:table;
color:white;
padding:5px;
margin-top:5px;
}
/*Login*/
.main>p, .main>.panel{
display:none;
}
/*Mobile nav*/
.mobi-nav{
position:fixed;
left:-1000px;
transition-duration:0.4s;
height:100%;
top:0;
background:#3e4bb4;
height:100%;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
width:400px;
}
.mobi-nav-icon{
display:none;
cursor:pointer;
}
.mobi-active{
left:0;
}
.mobi-nav>a{
display:table;
padding:10px;
color:white;
}
.over{
background:#D7DADB;
position:fixed;
top:0;
width:100%;
height:100%;
opacity:0.8;
}
/*Media queries*/
@media only screen and (max-width:706px){
nav{
display:none !important;
}
.mobi-nav-icon{
position:fixed;
display:table;
top:16px;
right:5px;
background:#3e4bb4;
color:white;
}
}
/*Post topic*/
.topic-options-head{
padding:5px;
color:#3f4db8;
}
.topic-options{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.topic-options>*, .poll-options>span, .posting-f>*{
display:table;
width:100%;
border-bottom:1px solid #eee;
padding:5px;
}
.topic-type>label{
display:inline;
}
.poll-options, .posting-f{
background:#e3e3e3;
}
.poll-options label{
display:inline-table
}
.post-title{
color:#3f4db8;
font-size:20px;
padding:5px;
}
/*Private messages*/
.pm-bod{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.pm-avatar>img{
width:30px;
height:30px;
border-radius:100%;
vertical-align:middle;
}
.pm-bod>div{
padding:5px;
}
.pm-subject{
background:#f2f2f2;
}
.pm-ddate{
font-style:italic;
width:100%;
border-bottom:1px solid #eee;
}
.pm-content{
word-break:break-all;
word-wrap:break-word;
}
.pm-avatar, .pm-content{
display:inline-block;
vertical-align:middle;
}
.pm-inf-box{
color:#3f4db8;
font-size:20px;
}
.pm-menu{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
display:table;
}
.pm-menu>a{
padding:10px;
display:inline-table;
border-right:1px solid #eee;
}
.pm-menu>a:hover{
background:#3f4db8;
color:white;
}
.new-pm, .pm-stats{
display:inline-table;
}
.pm>*{
display:inline-table;
padding:10px;
}
.pm-title{
width:50%;
}
.pm-author{
width:20%;
}
.pm-date{
width:20%;
}
.pm-mark{
float:right;
}
.pm{
background:white;
border-bottom:1px solid #eee;
}
.no-pms{
background:#f9a20c;
display:table;
color:white;
padding:10px;
}
.button-group>input, .inline-button{
display:inline-table !important;
}
/*Popup*/
.pop-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:#eee;
z-index:999;
opacity:0.8;
}
.pop{
position:fixed;
top:20%;
left:20%;
width:60%;
height:60%;
background:white;
z-index: 999;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.pop-head{
padding:10px;
border-bottom:1px solid #eee;
}
.pop-loader{
display:flex;
justify-content:center;
padding:50px;
}
.pop-close{
position:fixed;
top:calc(20% + 10px);
right:calc(20% + 10px);
cursor:pointer;
}
.pop-content{
max-height:calc(100% - 40px);
overflow-y:auto;
}
.pop form{
background:#f2f2f2;
padding:10px
}
.result{
border-bottom:1px solid #eee;
padding:10px;
}
.result>div{
display:inline;
}
.result-sel{
float:right;
cursor:pointer;
}
/*Confirmation*/
.confirm-title{
color:#3f4db8;
font-size:20px;
padding:10px;
}
.success, .error{
padding:10px;
color:white;
margin:5px;
}
.success{
background:#1b9225;
}
.error{
background:#c32020;
}
/*Memberlist*/
.memberlist-m>a>img{
width:50px;
height:50px;
vertical-align:middle;
border-radius:100%;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.memberlist-m{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
border-bottom:1px solid #eee;
}
.memberlist-m>*{
display:inline-table;
vertical-align:middle;
padding:5px;
}
.memlist-title{
color:#3f4db8;
font-size:25px;
}
.memberlist-name-av{
width:30%;
}
.memberlist-pm{
margin-top:-2px;
float:right;
margin-top:15px;
}
.memberlist-join, .memberlist-lastv{
width:20%;
}
.memberlist-posts{
width:10%;
}
/*Terms*/
.terms-title{
color:#3f4db8;
font-size:30px;
margin:10px;
}
.term{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
padding:10px;
border-bottom:1px solid #eee;
}
.term-title{
color:#3f4db8;
font-size:20px;
padding-bottom:5px;
}
.term-agree{
background:white;
display:table;
margin-top:10px;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.term-agree>span{
display:table;
padding:5px;
border-bottom:1px solid #eee;
width:100%;
}
.term-agree>span>*{
display:inline-table;
}
/*Editor*/
#button_bold:before{
content:"\f032";
}
#button_italic:before{
content:"\f033";
}
#button_strike:before{
content:"\f0cc";
}
#button_underline:before{
content:"\f0cd";
}
.editor_button{
display:inline-table;
background:#3F4FB8;
padding:7px;
cursor:pointer;
}
.editor_toolbar{
padding:5px;
background:white;
border-bottom:1px solid #eee;
}
.editor_button:hover{
opacity:0.9;
}
.editor_button:before{
color:white;
font-size:16px;
}
#button_al_center:before{
content:"\f037";
}
#button_al_left:before{
content:"\f036";
}
#button_al_right:before{
content:"\f038";
}
#button_justify:before{
content:"\f039";
}
.editor_group{
display:inline;
margin-right:7px;
}
#button_quote:before{
content:"\f10d";
}
#button_code:before{
content:"\f121";
}
#button_spoiler:before{
content:"\f071";
}
#button_hide:before{
content:"\f070";
}
#button_upload:before{
content:"\f093";
}
#button_image:before{
content:"\f03e";
}
#button_link:before{
content:"\f0c1";
}
#button_youtube:before{
content:"\f16a";
}
#button_emoji:before{
content:"\f118";
}
#button_date:before{
content:"\f271"
}
#button_time:before{
content:"\f017";
}
#button_headers:before{
content:"\f1dc";
}
#button_fontsize:before{
content:"\f034";
}
#button_color:before{
content:"\f1fb";
}
/*Register*/
form#ucp[name="post"] label{
display:table;
padding:5px;
}
form#ucp[name="post"], #form_confirm{
background:#ddd;
}
form#ucp[name="post"] label>input, #form_confirm label>input{
display:table;
margin-top:5px;
}
form#ucp[name="post"] label>input[type="checkbox"]{
display:inline-table;
vertical-align:middle;
margin-top:0;
}
.social_login_group, form#ucp[name="post"] [type="reset"], #form_confirm [type="reset"]{
display:none;
}
form#ucp>.block-content>.form-buttons{
padding:5px;
}
#form_confirm .form-buttons{
font-size:0;
padding:5px;
margin-top:-10px;
}
#form_confirm .box{
padding:5px;
}
/*Privacy*/
[name="jumpbox"]{
display:none;
}
.page-header>h1{
color:#3f4db8;
font-size:20px;
padding:5px;
}
.block-content>p{
background:white;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
padding:5px;
}
.block-content>p:nth-child(2), .block-content>p:nth-child(6), .block-content>p:nth-child(12), .block-content>p:nth-child(18), .block-content>p:nth-child(24), .block-content>p:nth-child(26), .block-content>p:nth-child(32), .block-content>p:nth-child(35), .block-content>p:nth-child(39), .block-content > p:nth-child(47){
display:none;
}
.block-content ul{
margin:5px;
}
.block-content ul>li{
list-style:none;
background:white;
padding:5px;
border-bottom:1px solid #eee;
}
.block-content>h2, .block-content>h3{
color:#3f4db8;
padding:5px;
}
/*Widgets*/
.widgets{
width:300px;
display:inline-table;
vertical-align:top;
background:#f6f6f6;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.widgets+.main{
width:calc(100% - 395px);
display:inline-table;
vertical-align:top;
}
.widget:nth-child(2n+1){
background:#eee;
}
.widget-title{
color:#2e3ca7;
margin-top:-10px;
padding:10px;
font-size:17px;
border-bottom:2px solid;
}
.widget{
padding:10px;
border-bottom:1px solid #eee;
}
.recent-row{
background:white;
padding:5px;
border-bottom:1px solid #eee;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
.recent-row>a{
display:table;
}
form>span.radio{
background:white;
width:70px;
border-bottom:1px solid #eee;
box-shadow:0 3px 6px rgba(0,0,0,0.16);
}
form>span.radio *{
vertical-align:middle;
}
.top-posters-row{
background:white;
border-bottom:1px solid #eee;
}
.top-posters-row>div{
padding:5px;
}
.top-posters-row>div{
display:inline-table;
}
.top-posters-name>a>span{
margin-left:-5px;
}
.top-posters-bar, .top-posters-name{
display:table !important;
padding-bottom:0 !important;
}
.top-posters-bar{
background:#61b1cc;
height:2px;
padding:0 !important;
}
.form-inline{
display:inline-table;
width:auto;
vertical-align:middle;
}
.search-widget a{
padding:5px;
}
.fade {
display:inline-block;
background: -moz-linear-gradient(left, rgb() 0%, rgba(,0) 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0.00, rgb()), color-stop(1.00, rgba(,0)));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#, endColorstr=#00, GradientType=1);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#, endColorstr=#00, GradientType=1)";
}
.blur {
display:inline-block;
color:#ddd;
text-shadow: 0 0 2px #aaaaaa;
text-shadow: 0 0 4px #aaaaaa;
text-shadow: 0 0 6px #aaaaaa;
-ms-filter: "progid:DXImageTransform.Microsoft.Blur(pixelradius=2)";
filter:
progid:DXImageTransform.Microsoft.MotionBlur(strength=1,direction=310)
progid:DXImageTransform.Microsoft.Blur(pixelradius=2);
}
.flipH {
display:inline-block;
-moz-transform:scale(-1,1);
-o-transform:scale(-1,1);
-webkit-transform:scale(-1,1);
transform:scale(-1,1);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=-1,
M12=0,
M21=0,
M22=1,
SizingMethod="auto expand");
}
.flipV {
display:inline-block;
-moz-transform:scale(1,-1);
-o-transform:scale(1,-1);
-webkit-transform:scale(1,-1);
transform:scale(1,-1);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=-1, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(
M11=1,
M12=0,
M21=0,
M22=-1,
SizingMethod="auto expand");
}
Send a reply