Current date/time is December 10th 2023, 7:01 pm
Search found 1 match for 556682
Forum size
I am not sure at this point. But just be sure. Here is all the code that is in my CSS.- Code:
- /*cursors*/
/* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/nature/nat-4/nat389.cur), progress !important;} /* End http://www.cursors-4u.com */
/*badges alignment*/
.profile_field_list li { display:inline }
/*next and previous buttons for private messages*/
{#}navMP{/#}>a{
display:inline-block;
padding-left:10px;
padding-right:10px;
font-size:16px;
line-height:16px;
color:{#}eee{/#};
background:{#}BDC8D0{/#};
text-decoration:none !important;
border:1px solid {#}aaa{/#};
}
{#}navMP{/#}>a:hover{
color:{#}fff{/#};
background:{#}CDD8E0{/#};
text-decoration:none !important;
}
{#}navMP-precedent{/#}{
border-radius:8px 0 0 8px;
}
{#}navMP-suivant{/#}{
float:right;
border-radius:0 8px 8px 0;
}
{#}navMP-precedent{/#}::before{
content:"Previous"
}
{#}navMP-suivant{/#}::before{
content:"Next"
}
/************************************************************************************/
/*username member glowing*/
a[href="/u1"] {
text-decoration: none !important;
text-shadow: 0 0 .5em {#}d14be1{/#}, 0 0 .5em {#}d14be1{/#}, 0 0 .5em {#}d14be1{/#};
}
a[href="/u13"] {
text-decoration: none !important;
text-shadow: 0 0 .5em {#}a34cd4{/#}, 0 0 .5em {#}a34cd4{/#}, 0 0 .5em {#}a34cd4{/#};
}
a[href="/u18"] {
text-decoration: none !important;
text-shadow: 0 0 .5em {#}b20000{/#}, 0 0 .5em {#}b20000{/#}, 0 0 .5em {#}b20000{/#};
}
a[href="/u6"] {
text-decoration: none !important;
text-shadow: 0 0 .5em {#}107a00{/#}, 0 0 .5em {#}107a00{/#}, 0 0 .5em {#}107a00{/#};
}
/**************************************************************************************/
/*reputaion thumbs up and down*/
.fa_vote, .fa_voted, .fa_count {
font-size:12px;
font-family:Verdana, Arial, Helvetica, Sans-serif;
display:inline-block !important;
width:auto !important;
transition:300ms;
}
.fa_voted, .fa_vote:hover { opacity:0.4 }
.fa_voted { cursor:default }
.fa_count {
font-weight:bold;
margin:0 3px;
cursor:default;
}
.fa_positive { color:{#}4A0{/#} }
.fa_negative { color:{#}A44{/#} }
.fa_votebar, .fa_votebar_inner {
background:{#}C44{/#};
height:3px;
}
.fa_votebar_inner {
background:{#}4A0{/#};
transition:300ms;
}
/*********************************************************************************************/
/* Color palette icons */
.color-option {
display: inline-block !important;
width: 15px !important; /* width of the icon */
height: 15px !important; /* height of the icon */
border: 2px solid {#}fff{/#} !important; /* white border around the icon */
margin: 3px !important; /* space between each icon */
box-shadow: 0 0 2px {#}778899{/#}; /* shadow */
cursor: pointer !important;
}
.color-option span{
display: block !important;
width: 15px !important; /* width of the icon */
height: 15px !important; /* height of the icon */
}
.color-option, .color-option span {
border-radius: 2px; /* roundness */
}
/* Whole palette - the width influences how many icons appear */
.sceditor-dropdown.sceditor-color-picker {
width: 200px !important; /* width of the palette */
height: 100px !important; /* height of the palette */
padding: 5px !important;
border-radius: 5px !important;
}
/*****************************************************************************************/
/*locked topic warning*/
.topic-warning-block {
border: 1px solid;
margin: 10px 0px;
padding: 15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
background-image: url(http://1.bp.blogspot.com/_5rlxf3T9Z9U/SsIXuytpYfI/AAAAAAAADcI/I4Tm0W5gDQk/lock_32.png);
color: {#}750000{/#} !important;
background-color: {#}D26067{/#};
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
text-align: center;
font-weight: bold;
font-size: 18px;
text-shadow: 1px 1px 1px {#}AAA{/#};
}
/****************************************************************************************/
/*chatbox on the toolbar*/
{#}fa_chat_container{/#} {
background:{#}FFF{/#};
border:1px solid {#}556682{/#};
border-radius:3px;
position:fixed;
right:3px;
z-index:999;
overflow:hidden;
min-width:500px;
min-height:250px;
transition:300ms;
}
{#}fa_chat{/#} {
border:none;
width:100%;
height:100%;
}
{#}fa_chat_button{/#} {
color:{#}FFF{/#};
line-height:30px;
margin-left:10px;
padding:0 5px;
cursor:pointer;
}
{#}fa_chat_button{/#}.fa_chat_active {
color:{#}333{/#};
background:{#}FFF{/#};
}
/********************************************************************************/
/* DEFAULT LINK STYLES */
a {
-webkit-transition:500ms;
-moz-transition:500ms;
-o-transition:500ms;
transition:500ms;
}
/*TEXT HOVER, EXPAND AND GLOW*/
a:hover {
color: {#}da73ff{/#}!important;
text-shadow: 1px 1px 1px {#}00a6f6{/#};
font-size: 10px;
font-weight: bold;
font-style: italic;
cursor: pointer;
}
/* HOVER LINK STYLES */
a:hover {
text-shadow:0 0 3px {#}00a6f6{/#};
}
/*editor icons change*/
.sceditor-button-bold div {
background-image:url('https://i.servimg.com/u/f57/18/21/41/30/b10.png') !important;
background-position:0 !important;
}
.sceditor-button-italic div {
background-image:url('https://i.servimg.com/u/f57/18/21/41/30/i10.png') !important;
background-position:0 !important;
}
.sceditor-button-underline div {
background-image:url('https://i.servimg.com/u/f57/18/21/41/30/u10.png') !important;
background-position:0 !important;
}
.sceditor-button-strike div {
background-image:url('https://i.servimg.com/u/f57/18/21/41/30/s10.png') !important;
background-position:0 !important;
}
- on August 27th 2016, 11:51 pm
- Search in: Garbage
- Topic: Forum size
- Replies: 53
- Views: 4731