NU mai merge sa adaug nimic in CSS
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Probleme legate de un script (cod) :: Arhiva scripturi/coduri
Pagina 1 din 1 • Distribuiţi
NU mai merge sa adaug nimic in CSS
Dupa cum spune si titlul , nu mai pot salva nimic in Foaia de still CSS.
Atunci cand adaug ceva imi spune asa :
" Eroare detectata
Am calculat un numar diferit de "{" si de "}". Aceasta inseamna ca CSS-ul risca sa nu fie valabil si nu va fi afisat corect pe forumul dvs.
Va recomandam sa recititi codul. "
Codul CSS pe care il am este :
Atunci cand adaug ceva imi spune asa :
" Eroare detectata
Am calculat un numar diferit de "{" si de "}". Aceasta inseamna ca CSS-ul risca sa nu fie valabil si nu va fi afisat corect pe forumul dvs.
Va recomandam sa recititi codul. "
Codul CSS pe care il am este :
- Cod:
[Interfata css realizata de Baiatu]
/* Chatbox */
body.chatbox {
min-width: 550px !important;
background-image: none;
padding: 0;
margin: 0;
background-color: #000000;
}
/* Links
------------ */
a {
color: #848484;
text-decoration: none;
}
a:active,
a:visited {
color: #848484;
text-decoration: none;
}
a:hover {
color: #dcdcdc;
text-decoration: none;
}
a.forumlink {
font-weight: bold;
font-family: Tahoma;
font-size: 1.2em;
}
a.topictitle {
margin: 1px 0px;
font-family: Tahoma;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle, .postbody a {
color: #848484;
}
a.topictitle:visited, .postbody a:visited {
color: #757575;
}
a.topictitle:visited:hover, .postbody a:visited:hover {
color: #8F8F8F;
}
a.topictitle:hover, .postbody a:hover {
color: #dcdcdc;
}
/* Form Elements
------------ */
form {
margin: 0;
padding: 0;
border: 0;
}
input {
color: #3D3D3F;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
padding: 2px;
border: 1px solid #666666;
background-color: #21272b;
vertical-align: middle;
}
input:hover, input:focus, select:hover, select:focus {
border: 1px solid #666666;
background-color: #21272b;
color: #a8a8a8;
}
textarea {
background: #21272b;
color: #888888;
font-family: Tahoma;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #444444;
padding: 2px;
vertical-align: middle;
}
textarea:hover, textarea:focus {
border: 1px solid #78786E;
}
select {
color: #bbc4d5;
background-color: #282f33;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
border: 1px solid #666666;
padding: 1px;
vertical-align: middle;
}
option {
padding: 0 1em 0 0;
}
option.disabled-option {
color: graytext;
}
.rtl option {
padding: 0 0 0 1em;
}
input.radio {
border: none;
background-color: transparent;
vertical-align: middle;
}
.post {
background-color: #21272b;
border-style: solid;
border-width: 1px;
color: #666666;
}
.btnbbcode {
color: #cedaee;
font-weight: normal;
font-size: 1.1em;
font-family: Tahoma;
}
.btnmain {
font-weight: bold;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}
.btnlite {
font-weight: normal;
cursor: pointer;
padding: 1px 5px;
font-size: 11px;
}
input.btnfile {
background-color: #21272b;
color: #666666;
}
.btnfile {
font-weight: normal;
padding: 1px 5px;
font-size: 11px;
}
.btnmain, .btnlite, .btnfile {
background: url("{T_THEME_PATH}/images/1.gif") top repeat-x;
color: #ededed;
}
.btnmain:hover, .btnmain:focus, .btnlite:hover, .btnlite:focus, .btnfile:hover, .btnfile:focus {
background-position: 0 -40px;
border: 1px #93937B solid;
color: #e4b702;
}
.btnbbcode {
background: url("http://hitskin.com/themes/14/73/73/i_back_title.jpg") top repeat-x;
color: #575757;
}
.btnbbcode:hover, .btnbbcode:focus {
background-position: 0 -40px;
border: 1px #9B8A72 solid;
color: #e4b702;
}
.helpline, .helpline:hover, .helpline:focus {
background: transparent;
border-style: none;
color: #73ad2b;
}
/* Misc
------------ */
img {
border: none;
}
.sep {
color: black;
background-color: #FFA34F;
}
table.colortable td {
padding: 0;
}
pre {
font-size: 1.1em;
font-family: Monaco, 'Courier New', monospace;
}
.nowrap {
white-space: nowrap;
}
.username-coloured {
font-weight: bold;
}
.simple {
background-color: #252525;
}
.24hour_stats {
font-size: 11px;
}
#24hour_stats {
font-size: 11px;
}
#footer-stanga {
background-color: #282f33;
border: #344150 1px solid;
padding: 5px;
padding-left: 5px;
font-size: 11px;
float: left;
margin-top: 5px;
}
#footer-dreapta {
background-color: #282f33;
border: #344150 1px solid;
padding: 5px;
font-size: 11px;
float: right;
padding-left: 5px;
margin-top: 5px;
}
#mic {
font-size: 11px;
}
.mic {
font-size: 11px;
}
.spatiu {
padding-bottom: 5px;
}
#spatiu {
padding-bottom: 5px;
}
.navigatie {
font-size: 11px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #21272b;
border-bottom: #344150 1px solid;
margin-top: 3px;
}
#1 {
background: url("{T_THEME_PATH}/images/1.gif");
}
#login-nou2 {
padding-bottom: 5px;
font-size:11px;
font-family:Tahoma;
text-align:right;
padding-right:20px;
}
/* Navigation buttons */
.navrow {
height: 21px;
overflow: hidden;
color: #a0a0a0;
text-align: center;
font-size: 11px;
padding: 5px;
}
/* * html .navrow { padding: 0; } */
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
color: #848484;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}
.navrow a:hover {
color: #dcdcdc;
text-decoration: underline;
}
a.link-new, a.link-new:visited { color: #dcdcdc; }
a.link-new:hover, a.link-new:visited:hover { color: #E0BD2D; }
/* Content and tables */
.tablebg {
border: solid 1px #393939 ;
}
.block-start .tablebg, .block-start .tablebg .block-start .tablebg {
border-top-width: 1px;
border-bottom-width: 1px;
}
.block-start .tablebg .tablebg {
border-top-width: 1px;
border-bottom-width: 1px;
}
.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
background: #1A1A1A url(images/cell.gif) top left repeat-x;
border: solid 0px #393939;
padding: 4px;
}
th {
color: #6A6A6A;
font-size: 11px;
font-weight: bold;
background: #2C2C2C url(images/th.gif) top left repeat-x;
border: solid 0px #393939;
white-space: nowrap;
padding: 0 5px;
text-align: center;
height: 26px;
}
th a, th a:visited {
color: #6A6A6A !important;
text-decoration: underline;
}
th a:hover {
color: #7E7E7E;
text-decoration: underline;
}
td {
padding: 2px;
}
td.profile {
padding: 4px;
}
.catdiv, .cat, .cathead {
height: 24px;
padding: 0 3px;
background: #1A1A1A url(images/cathead.gif) top left repeat-x;
border: solid 1px #393939;
}
.cat, .cathead {
text-indent: 4px;
}
#logorow {
background: url(images/logo_top.gif) top left repeat-x;
text-align: center;
padding: 0;
min-height: 76px;
}
a:hover {
color: #dcdcdc;
text-decoration: none;
}
[END]
/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/
body {
font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
background:#000 url('http://mindstrike.6te.net/common/images/bg-page9.jpg') center top no-repeat;
padding-top:162px;
padding-bottom:25px;
font-size: 62.5%;
line-height: 1.5;
text-align: center;
color: #4b4b4b;
}
hr {
display: none;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
address {
font-style: normal;
}
input, textarea, select {
font: 1em Arial, Helvetica, sans-serif;
}
a, a:link {
color: #F8A406;
text-decoration: none;
outline: none;
}
a:hover {
color: #eee;
text-decoration: none;
}
a:visited {color: #F8A406;}
a:active {color: #F8A406;}
img {border: 0px;}
/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#accesibility {
position:absolute;
left:-999em;
}
#container {
width: 980px;
margin: 0 auto;
text-align: left;
font-size: 1.3em;
}
.clearer {
clear:both;
}
/* 3.1 HEADER
------------------------------------------------------------------------------------------------ */
#header {
font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
font-size: 100%;
line-height: 1.5;
text-align: center;
color: #4b4b4b;
background:#f5f5f5 url('http://mindstrike.6te.net/common/images/bg-heade.gif') left top repeat-x;
position:relative;
overflow:hidden;
}
h1#logo {
position:absolute;
width:283px;
height:32px;
top:17px;
left:25px;
text-indent:-9999em;
background:url('http://mindstrike.6te.net/common/images/logo-stu.gif') left top no-repeat;
}
/* 3.1.1 MENU
-----------------------------------------*/
#main_menu {
float:right;
display:inline;
margin-top:26px;
width:980px;
border-bottom:0px solid #c7c7c7;
}
#main_menu li {
float:left;
}
#main_menu li.fist_element {
padding-left:1px;
margin-left:342px;
display:inline;
background:url('http://mindstrike.6te.net/common/images/bg-menu_.gif') -1px bottom no-repeat;
}
#main_menu li.fist_element a {
float:left;
background:#ececec url('http://mindstrike.6te.net/common/images/bg-menu_.gif') right bottom no-repeat;
color: #4b4b4b;
text-transform:lowercase;
font-family:Verdana;
padding:6px 14px;
text-decoration:none;
}
#main_menu li.fist_element a:hover {
background:url('http://mindstrike.6te.net/common/images/bg-menu0.gif') right bottom no-repeat;
}
#main_menu a {
float:left;
background:#ececec url('http://mindstrike.6te.net/common/images/bg-menu_.gif') right bottom no-repeat;
color:#4b4b4b;
text-transform:lowercase;
font-family:Verdana;
padding:6px 14px;
text-decoration:none;
}
#main_menu a:hover {
background:url('http://mindstrike.6te.net/common/images/bg-menu0.gif') right bottom no-repeat;
}
#main_menu a.selected {
background:url('http://mindstrike.6te.net/common/images/bg-menu1.gif') right bottom no-repeat !important;
position:relative;
top:1px;
color: #fff !important;
padding-bottom:7px;
padding-top:5px;
}
#main_menu a.notimplemented {
color: #bbb;
}
#submenu {
clear:both;
background:#151515;
border-bottom:1px solid #c7c7c7;
overflow:hidden;
text-align:right;
padding-right:25px;
}
#submenu ul {
float:right;
}
#submenu li {
float:left;
}
#submenu li a {
text-transform:lowercase;
font-family:verdana;
font-size:0.821em;
color:#fff;
text-decoration:none;
float:left;
padding:4px 11px 2px;
position:relative;
}
#submenu.many li a {
padding:4px 7px 2px;
}
#submenu li a:hover {
color:#5381a4;
}
#submenu li a.selected {
color:#5381a4;
background:url('/common/images/icn-subm.gif') center bottom no-repeat;
}
/* Layout
------------ */
#contentwrapb table {
border-collapse: separate;
border-spacing: 0.1;
}
#contentwrapb {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #bbb;
background-color: #000;
font-size: 10px; /* This sets the default font size to be equivalent to 10px */
padding-top: 10px;
background:#000 url('http://mindstrike.6te.net/common/images/bg-grandtoblack.jpg') center top repeat-x;
padding-bottom: 20px;
}
#contentwrapw {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #444;
background-color: #000;
font-size: 80%; /* This sets the default font size to be equivalent to 10px */
padding-top: 10px;
background: #eee url('http://mindstrike.6te.net/common/images/bg-we_ca.gif') center top repeat-x;
padding-bottom: 20px;
}
#frontbuttons {
text-align: right;
padding-left: 10px;
padding-right: 10px;
}
div#page-footer:after { position: relative; padding: 5px; font-family: Trebuchet MS,Tahoma,Arial; font-style: italic; font-size: 12px; color: #fff; text-shadow: 1px 1px 1px #000; margin-left: 340px; text-align: center; bottom: -35px; content: "Copyright Š 2013-2014 Tema forum facuta de Pro Kids Community By Baiatu™ ";
}
html{
cursor:url("http://easysharez.ucoz.com/img/blue.cur"),pointer;
}
a:hover {
cursor:url("http://easysharez.ucoz.com/img/red.cur"),pointer;
}
ul.profile-icons li a img {
filter:alpha(opacity=100);
-moz-opacity: 0.80;
opacity:
1.0;}
ul.profile-icons li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 0.30;
opacity: 0.7;
position: relative;
bottom: -2px;
padding:
0px;}
.copyright{
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
letter-spacing: -1px;
}
#takip {
position: fixed;
right: 0;
top: 220px;
z-index: 999;
}
.takip {
background-image: url('http://i49.servimg.com/u/f49/16/79/78/79/social17.png');
background-repeat: no-repeat;
height: 42px;
width: 42px;
top: 100px;
margin-left: auto;
opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
.takip:hover {
background-image: url('http://i49.servimg.com/u/f49/16/79/78/79/social17.png');
cursor: pointer;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.facebook {
background-position: 0px 0px;
}
.twitter {
background-position: 0px -42px;
}
.Google {
background-position: 0px -84px;
}
.Youtube {
background-position: 0px -126px;
}
.rss {
background-position: 0px -168px;
}
Sursa:
#search{
display:none;
}
#submenu ul li a:hover {
background-color: #FF8C00;
}
#chatbox_header. chatBottom. chattitle {
color:#006400;
a.fa_fancybox img{
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}
/* general */
.fancybox-tmp iframe, .fancybox-tmp object {
vertical-align: top;
padding: 0;
margin: 0;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 920;
}
.fancybox-skin {
position: relative;
padding: 0;
margin: 0;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 930;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
padding: 0;
margin: 0;
position: relative;
outline: none;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 10px;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('http://i45.servimg.com/u/f45/17/45/19/77/fancyb10.png');
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 920;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url('http://i45.servimg.com/u/f45/17/45/19/77/fancyb10.gif') center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 940;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
background: transparent url('http://i45.servimg.com/u/f45/17/45/19/77/blank10.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 940;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 940;
visibility: hidden;
}
.fancybox-prev span {
left: 20px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 20px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -9999px;
left: -9999px;
padding: 0;
overflow: visible;
visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 910;
background: #000;
}
#fancybox-overlay.overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
/* Title helper */
.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 950;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 930;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
margin-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
{ ::selection { background:#FF8000; color:#FF8000; /* Chrome, Safari si Opera */ }
{::-moz-selection { background:#FF8000; color:#FF8000; /* Firefox */ }
a[name="bottom"][href="/statistics"], a[name="bottom"][href="/contact"]{
display: none !important; }
Ultima editare efectuata de catre Baiatu(Andrei) in Vin Ian 03, 2014 9:11 pm, editata de 1 ori
Re: NU mai merge sa adaug nimic in CSS
Buna seara !
Urmatoarele coduri nu sunt inchise:
Urmatoarele coduri nu sunt inchise:
- Cod:
#chatbox_header. chatBottom. chattitle {
color:#006400;
- Cod:
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
Re: NU mai merge sa adaug nimic in CSS
Buna seara,
inlocuiti css cu urmatorul:
inlocuiti css cu urmatorul:
- Cod:
[Interfata css realizata de Baiatu]
/* Chatbox */
body.chatbox {
min-width: 550px !important;
background-image: none;
padding: 0;
margin: 0;
background-color: #000000;
}
/* Links
------------ */
a {
color: #848484;
text-decoration: none;
}
a:active,
a:visited {
color: #848484;
text-decoration: none;
}
a:hover {
color: #dcdcdc;
text-decoration: none;
}
a.forumlink {
font-weight: bold;
font-family: Tahoma;
font-size: 1.2em;
}
a.topictitle {
margin: 1px 0px;
font-family: Tahoma;
font-weight: bold;
font-size: 1.2em;
}
a.topictitle, .postbody a {
color: #848484;
}
a.topictitle:visited, .postbody a:visited {
color: #757575;
}
a.topictitle:visited:hover, .postbody a:visited:hover {
color: #8F8F8F;
}
a.topictitle:hover, .postbody a:hover {
color: #dcdcdc;
}
/* Form Elements
------------ */
form {
margin: 0;
padding: 0;
border: 0;
}
input {
color: #3D3D3F;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
padding: 2px;
border: 1px solid #666666;
background-color: #21272b;
vertical-align: middle;
}
input:hover, input:focus, select:hover, select:focus {
border: 1px solid #666666;
background-color: #21272b;
color: #a8a8a8;
}
textarea {
background: #21272b;
color: #888888;
font-family: Tahoma;
font-size: 1.3em;
line-height: 1.4em;
font-weight: normal;
border: 1px solid #444444;
padding: 2px;
vertical-align: middle;
}
textarea:hover, textarea:focus {
border: 1px solid #78786E;
}
select {
color: #bbc4d5;
background-color: #282f33;
font-family: Tahoma;
font-size: 11px;
font-weight: normal;
border: 1px solid #666666;
padding: 1px;
vertical-align: middle;
}
option {
padding: 0 1em 0 0;
}
option.disabled-option {
color: graytext;
}
.rtl option {
padding: 0 0 0 1em;
}
input.radio {
border: none;
background-color: transparent;
vertical-align: middle;
}
.post {
background-color: #21272b;
border-style: solid;
border-width: 1px;
color: #666666;
}
.btnbbcode {
color: #cedaee;
font-weight: normal;
font-size: 1.1em;
font-family: Tahoma;
}
.btnmain {
font-weight: bold;
cursor: pointer;
padding: 1px 5px;
font-size: 1.1em;
}
.btnlite {
font-weight: normal;
cursor: pointer;
padding: 1px 5px;
font-size: 11px;
}
input.btnfile {
background-color: #21272b;
color: #666666;
}
.btnfile {
font-weight: normal;
padding: 1px 5px;
font-size: 11px;
}
.btnmain, .btnlite, .btnfile {
background: url("{T_THEME_PATH}/images/1.gif") top repeat-x;
color: #ededed;
}
.btnmain:hover, .btnmain:focus, .btnlite:hover, .btnlite:focus, .btnfile:hover, .btnfile:focus {
background-position: 0 -40px;
border: 1px #93937B solid;
color: #e4b702;
}
.btnbbcode {
background: url("http://hitskin.com/themes/14/73/73/i_back_title.jpg") top repeat-x;
color: #575757;
}
.btnbbcode:hover, .btnbbcode:focus {
background-position: 0 -40px;
border: 1px #9B8A72 solid;
color: #e4b702;
}
.helpline, .helpline:hover, .helpline:focus {
background: transparent;
border-style: none;
color: #73ad2b;
}
/* Misc
------------ */
img {
border: none;
}
.sep {
color: black;
background-color: #FFA34F;
}
table.colortable td {
padding: 0;
}
pre {
font-size: 1.1em;
font-family: Monaco, 'Courier New', monospace;
}
.nowrap {
white-space: nowrap;
}
.username-coloured {
font-weight: bold;
}
.simple {
background-color: #252525;
}
.24hour_stats {
font-size: 11px;
}
#24hour_stats {
font-size: 11px;
}
#footer-stanga {
background-color: #282f33;
border: #344150 1px solid;
padding: 5px;
padding-left: 5px;
font-size: 11px;
float: left;
margin-top: 5px;
}
#footer-dreapta {
background-color: #282f33;
border: #344150 1px solid;
padding: 5px;
font-size: 11px;
float: right;
padding-left: 5px;
margin-top: 5px;
}
#mic {
font-size: 11px;
}
.mic {
font-size: 11px;
}
.spatiu {
padding-bottom: 5px;
}
#spatiu {
padding-bottom: 5px;
}
.navigatie {
font-size: 11px;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #21272b;
border-bottom: #344150 1px solid;
margin-top: 3px;
}
#1 {
background: url("{T_THEME_PATH}/images/1.gif");
}
#login-nou2 {
padding-bottom: 5px;
font-size:11px;
font-family:Tahoma;
text-align:right;
padding-right:20px;
}
/* Navigation buttons */
.navrow {
height: 21px;
overflow: hidden;
color: #a0a0a0;
text-align: center;
font-size: 11px;
padding: 5px;
}
/* * html .navrow { padding: 0; } */
.navrow b, .navrow strong { font-weight: normal; }
.navrow a, .navrow a:visited {
color: #848484;
text-decoration: none;
padding-left: 5px;
padding-right: 5px;
}
.navrow a:hover {
color: #dcdcdc;
text-decoration: underline;
}
a.link-new, a.link-new:visited { color: #dcdcdc; }
a.link-new:hover, a.link-new:visited:hover { color: #E0BD2D; }
/* Content and tables */
.tablebg {
border: solid 1px #393939 ;
}
.block-start .tablebg, .block-start .tablebg .block-start .tablebg {
border-top-width: 1px;
border-bottom-width: 1px;
}
.block-start .tablebg .tablebg {
border-top-width: 1px;
border-bottom-width: 1px;
}
.row1, .row2, .row3, .legend, .forumrules, tr.row1 .row, tr.row2 .row, tr.row3 .row, .postbottom {
background: #1A1A1A url(images/cell.gif) top left repeat-x;
border: solid 0px #393939;
padding: 4px;
}
th {
color: #6A6A6A;
font-size: 11px;
font-weight: bold;
background: #2C2C2C url(images/th.gif) top left repeat-x;
border: solid 0px #393939;
white-space: nowrap;
padding: 0 5px;
text-align: center;
height: 26px;
}
th a, th a:visited {
color: #6A6A6A !important;
text-decoration: underline;
}
th a:hover {
color: #7E7E7E;
text-decoration: underline;
}
td {
padding: 2px;
}
td.profile {
padding: 4px;
}
.catdiv, .cat, .cathead {
height: 24px;
padding: 0 3px;
background: #1A1A1A url(images/cathead.gif) top left repeat-x;
border: solid 1px #393939;
}
.cat, .cathead {
text-indent: 4px;
}
#logorow {
background: url(images/logo_top.gif) top left repeat-x;
text-align: center;
padding: 0;
min-height: 76px;
}
a:hover {
color: #dcdcdc;
text-decoration: none;
}
[END]
/* 2. General Elements
-----------------------------------------------------------------------------------------------
===============================================================================================*/
body {
font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
background:#000 url('http://mindstrike.6te.net/common/images/bg-page9.jpg') center top no-repeat;
padding-top:162px;
padding-bottom:25px;
font-size: 62.5%;
line-height: 1.5;
text-align: center;
color: #4b4b4b;
}
hr {
display: none;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
address {
font-style: normal;
}
input, textarea, select {
font: 1em Arial, Helvetica, sans-serif;
}
a, a:link {
color: #F8A406;
text-decoration: none;
outline: none;
}
a:hover {
color: #eee;
text-decoration: none;
}
a:visited {color: #F8A406;}
a:active {color: #F8A406;}
img {border: 0px;}
/* 3. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/
#accesibility {
position:absolute;
left:-999em;
}
#container {
width: 980px;
margin: 0 auto;
text-align: left;
font-size: 1.3em;
}
.clearer {
clear:both;
}
/* 3.1 HEADER
------------------------------------------------------------------------------------------------ */
#header {
font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
font-size: 100%;
line-height: 1.5;
text-align: center;
color: #4b4b4b;
background:#f5f5f5 url('http://mindstrike.6te.net/common/images/bg-heade.gif') left top repeat-x;
position:relative;
overflow:hidden;
}
h1#logo {
position:absolute;
width:283px;
height:32px;
top:17px;
left:25px;
text-indent:-9999em;
background:url('http://mindstrike.6te.net/common/images/logo-stu.gif') left top no-repeat;
}
/* 3.1.1 MENU
-----------------------------------------*/
#main_menu {
float:right;
display:inline;
margin-top:26px;
width:980px;
border-bottom:0px solid #c7c7c7;
}
#main_menu li {
float:left;
}
#main_menu li.fist_element {
padding-left:1px;
margin-left:342px;
display:inline;
background:url('http://mindstrike.6te.net/common/images/bg-menu_.gif') -1px bottom no-repeat;
}
#main_menu li.fist_element a {
float:left;
background:#ececec url('http://mindstrike.6te.net/common/images/bg-menu_.gif') right bottom no-repeat;
color: #4b4b4b;
text-transform:lowercase;
font-family:Verdana;
padding:6px 14px;
text-decoration:none;
}
#main_menu li.fist_element a:hover {
background:url('http://mindstrike.6te.net/common/images/bg-menu0.gif') right bottom no-repeat;
}
#main_menu a {
float:left;
background:#ececec url('http://mindstrike.6te.net/common/images/bg-menu_.gif') right bottom no-repeat;
color:#4b4b4b;
text-transform:lowercase;
font-family:Verdana;
padding:6px 14px;
text-decoration:none;
}
#main_menu a:hover {
background:url('http://mindstrike.6te.net/common/images/bg-menu0.gif') right bottom no-repeat;
}
#main_menu a.selected {
background:url('http://mindstrike.6te.net/common/images/bg-menu1.gif') right bottom no-repeat !important;
position:relative;
top:1px;
color: #fff !important;
padding-bottom:7px;
padding-top:5px;
}
#main_menu a.notimplemented {
color: #bbb;
}
#submenu {
clear:both;
background:#151515;
border-bottom:1px solid #c7c7c7;
overflow:hidden;
text-align:right;
padding-right:25px;
}
#submenu ul {
float:right;
}
#submenu li {
float:left;
}
#submenu li a {
text-transform:lowercase;
font-family:verdana;
font-size:0.821em;
color:#fff;
text-decoration:none;
float:left;
padding:4px 11px 2px;
position:relative;
}
#submenu.many li a {
padding:4px 7px 2px;
}
#submenu li a:hover {
color:#5381a4;
}
#submenu li a.selected {
color:#5381a4;
background:url('/common/images/icn-subm.gif') center bottom no-repeat;
}
/* Layout
------------ */
#contentwrapb table {
border-collapse: separate;
border-spacing: 0.1;
}
#contentwrapb {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #bbb;
background-color: #000;
font-size: 10px; /* This sets the default font size to be equivalent to 10px */
padding-top: 10px;
background:#000 url('http://mindstrike.6te.net/common/images/bg-grandtoblack.jpg') center top repeat-x;
padding-bottom: 20px;
}
#contentwrapw {
font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
color: #444;
background-color: #000;
font-size: 80%; /* This sets the default font size to be equivalent to 10px */
padding-top: 10px;
background: #eee url('http://mindstrike.6te.net/common/images/bg-we_ca.gif') center top repeat-x;
padding-bottom: 20px;
}
#frontbuttons {
text-align: right;
padding-left: 10px;
padding-right: 10px;
}
div#page-footer:after { position: relative; padding: 5px; font-family: Trebuchet MS,Tahoma,Arial; font-style: italic; font-size: 12px; color: #fff; text-shadow: 1px 1px 1px #000; margin-left: 340px; text-align: center; bottom: -35px; content: "Copyright Š 2013-2014 Tema forum facuta de Pro Kids Community By Baiatu™ ";
}
html{
cursor:url("http://easysharez.ucoz.com/img/blue.cur"),pointer;
}
a:hover {
cursor:url("http://easysharez.ucoz.com/img/red.cur"),pointer;
}
ul.profile-icons li a img {
filter:alpha(opacity=100);
-moz-opacity: 0.80;
opacity:
1.0;}
ul.profile-icons li a img:hover {
filter:alpha(opacity=100);
-moz-opacity: 0.30;
opacity: 0.7;
position: relative;
bottom: -2px;
padding:
0px;}
.copyright{
font-size: 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
letter-spacing: -1px;
}
#takip {
position: fixed;
right: 0;
top: 220px;
z-index: 999;
}
.takip {
background-image: url('http://i49.servimg.com/u/f49/16/79/78/79/social17.png');
background-repeat: no-repeat;
height: 42px;
width: 42px;
top: 100px;
margin-left: auto;
opacity:0.3;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
.takip:hover {
background-image: url('http://i49.servimg.com/u/f49/16/79/78/79/social17.png');
cursor: pointer;
opacity:1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
.facebook {
background-position: 0px 0px;
}
.twitter {
background-position: 0px -42px;
}
.Google {
background-position: 0px -84px;
}
.Youtube {
background-position: 0px -126px;
}
.rss {
background-position: 0px -168px;
}
Sursa:
#search{
display:none;
}
#submenu ul li a:hover {
background-color: #FF8C00;
}
#chatbox_header. chatBottom. chattitle {
color:#006400;
}
a.fa_fancybox img{
cursor: pointer;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
}
/* general */
.fancybox-tmp iframe, .fancybox-tmp object {
vertical-align: top;
padding: 0;
margin: 0;
}
.fancybox-wrap {
position: absolute;
top: 0;
left: 0;
z-index: 920;
}
.fancybox-skin {
position: relative;
padding: 0;
margin: 0;
background: #f9f9f9;
color: #444;
text-shadow: none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.fancybox-opened {
z-index: 930;
}
.fancybox-opened .fancybox-skin {
-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
padding: 0;
margin: 0;
position: relative;
outline: none;
}
.fancybox-inner {
overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
-webkit-overflow-scrolling: touch;
}
.fancybox-error {
color: #444;
font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
margin: 0;
padding: 10px;
}
.fancybox-image, .fancybox-iframe {
display: block;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
vertical-align: top;
}
.fancybox-image {
max-width: 100%;
max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
background-image: url('http://i45.servimg.com/u/f45/17/45/19/77/fancyb10.png');
}
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
background-position: 0 -108px;
opacity: 0.8;
cursor: pointer;
z-index: 920;
}
#fancybox-loading div {
width: 44px;
height: 44px;
background: url('http://i45.servimg.com/u/f45/17/45/19/77/fancyb10.gif') center center no-repeat;
}
.fancybox-close {
position: absolute;
top: -18px;
right: -18px;
width: 36px;
height: 36px;
cursor: pointer;
z-index: 940;
}
.fancybox-nav {
position: absolute;
top: 0;
width: 40%;
height: 100%;
cursor: pointer;
background: transparent url('http://i45.servimg.com/u/f45/17/45/19/77/blank10.gif'); /* helps IE */
-webkit-tap-highlight-color: rgba(0,0,0,0);
z-index: 940;
}
.fancybox-prev {
left: 0;
}
.fancybox-next {
right: 0;
}
.fancybox-nav span {
position: absolute;
top: 50%;
width: 36px;
height: 34px;
margin-top: -18px;
cursor: pointer;
z-index: 940;
visibility: hidden;
}
.fancybox-prev span {
left: 20px;
background-position: 0 -36px;
}
.fancybox-next span {
right: 20px;
background-position: 0 -72px;
}
.fancybox-nav:hover span {
visibility: visible;
}
.fancybox-tmp {
position: absolute;
top: -9999px;
left: -9999px;
padding: 0;
overflow: visible;
visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
overflow: hidden;
display: none;
z-index: 910;
background: #000;
}
#fancybox-overlay.overlay-fixed {
position: fixed;
bottom: 0;
right: 0;
}
/* Title helper */
.fancybox-title {
visibility: hidden;
font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
position: relative;
text-shadow: none;
z-index: 950;
}
.fancybox-opened .fancybox-title {
visibility: visible;
}
.fancybox-title-float-wrap {
position: absolute;
bottom: 0;
right: 50%;
margin-bottom: -35px;
z-index: 930;
text-align: center;
}
.fancybox-title-float-wrap .child {
display: inline-block;
margin-right: -100%;
padding: 2px 20px;
background: transparent; /* Fallback for web browsers that doesn't support RGBa */
background: rgba(0, 0, 0, 0.8);
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
text-shadow: 0 1px 2px #222;
color: #FFF;
font-weight: bold;
line-height: 24px;
white-space: nowrap;
}
.fancybox-title-outside-wrap {
position: relative;
margin-top: 10px;
color: #fff;
}
.fancybox-title-inside-wrap {
margin-top: 10px;
}
.fancybox-title-over-wrap {
position: absolute;
bottom: 0;
left: 0;
color: #fff;
padding: 10px;
background: #000;
background: rgba(0, 0, 0, .8);
}
{ ::selection { background:#FF8000; color:#FF8000; /* Chrome, Safari si Opera */ }
{::-moz-selection { background:#FF8000; color:#FF8000; /* Firefox */ }
a[name="bottom"][href="/statistics"], a[name="bottom"][href="/contact"]{
display: none !important; }
Subiecte similare
» Nu merge sa adaug smiley
» De ce nu merge sa adaug cod bbcodes pe forum ?
» Ajudor radio
» Cod-ul nu merge
» de ce nu merge pe normal dar merge pe previzualizeaza
» De ce nu merge sa adaug cod bbcodes pe forum ?
» Ajudor radio
» Cod-ul nu merge
» de ce nu merge pe normal dar merge pe previzualizeaza
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Probleme legate de un script (cod) :: Arhiva scripturi/coduri
Pagina 1 din 1
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum