View file template/designs/shcms_web/style.css

File size: 13.62Kb
body {
font-family: Tahoma, Arial, Verdana, sans-serif, Lucida Sans;
font-size:13px;
color: #616683;
font-style: normal;
text-decoration: none;
margin: 0px auto;
max-width: 1000px;
background-color: #F8F8F8;
}
.format { 
background-color: #FCFCFC;
border: 1px solid #F2F2F7;
border-radius: 3px;
margin: 5px;
padding: 5px;
}
.code { 
background: #F9FAFF;
border: 1px solid #DCE7E7;
margin: 0.5em;
padding: 0.5em;
border-radius:4px;
}
.body {
margin: 0px auto;
max-width: 800px;}
a {
    text-decoration: none;
    color : #5280AC;
	}
.head { 
background-image: -moz-linear-gradient(top,#347FB4 0%, #07436D 100%);
background-image: -webkit-linear-gradient(top,#347FB4 0%, #07436D 100%);
background-image: -o-linear-gradient(top, #347FB4 0%, #07436D 100%);
height: 70px;
border-radius: 0px 0px 5px 5px;
}
.head a , .head a:hover, .head a:focus
{
font-weight: bold;
bottom: 0px;
height: 10px;
color:#fff;
padding: 2px 10px;
float: right;
}
div.shap { 

display: inline-block;
float: right;
margin: 0px;
max-width: 750px;
min-height: 600px;
padding: 10px 20px;
vertical-align: top;
width: 750px;
}
a:hover { 
text-decoration: none;
    color: #18436C;
}
.hide { 
background-color: #FFFFFF;
border: 1px dashed #E9E9E9;
border-radius: 4px;
margin-top: 1px;
padding: 4px;
}

@font-face {
  font-family: 'FontShcms';
  src: url("comic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
hr { 

	border-bottom: 1px dotted #D9D9D9;
    border-left-style: none;
    border-left-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    margin-bottom: 7px;
    margin-top: 7px;
}
small {
font-size:10px;
}
.line_file {

    border-bottom: 1px dotted #777;
    border-left-style: none;
    border-left-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    margin-bottom: 7px;
    margin-top: 7px;

}
select { 
border: 1px solid #CCCCCC;
border-radius: 3px;
outline: 1px solid #FFFFFF;
padding: 3px;
}

input[type="submit"]{
margin: 3px 1px 5px 3px;
height:25px;
background-image: -moz-linear-gradient(top, #F6F6F6 0%, #D4D4D4 100%);
background-image: -webkit-linear-gradient(top, #F6F6F6 0%, #D4D4D4 100%);
background-image: -o-linear-gradient(top, #F6F6F6 0%, #D4D4D4 100%);
border: 1px solid #A1A1A1;
border-radius: 4px;
color: #4C4C4C;
cursor: pointer;
display: inline-block;
font-size: 13px !important;
padding: 3px 5px;
position: relative;
text-decoration: none;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.298);
}
input[type="submit"]:hover{
    color: #000;
    text-decoration: none;
   text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.298);
}
textarea{ 
background: url(images/input.png) repeat-x #FFFFFF;
border: 1px solid #BCC0C2;
height: 6pc;
margin: 5px;
font-size:15px;
border-radius: 3px;
max-width: 98%;
min-height: 4pc;
min-width: 98%;
padding: 2px;
width: 98%;
vertical-align: top; 
box-shadow: inset rgba(0, 0, 0, 0.102) 0px 4px 6px;
}
img {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

input[type='file']{ 
background: url("images/input.png") repeat-x #FFFFFF;
border: 1px solid #BCC0C2;
padding: 3px;
}
input[type='password'],input[type='text']{
padding: 2px;
border-radius: 3px;
background: #fff url("images/input.png") repeat-x;
border: 1px solid #bcc0c2; 
margin:3px;
height:19px;
box-shadow: inset rgba(0, 0, 0, 0.102) 0px 1px 6px;

}

.class_error{
padding: 2px;
border-radius: 3px;
background: #fff url("images/input.png") repeat-x;
border: 1px solid #ff0000; 
margin:3px;
height:19px;
box-shadow: inset rgba(0, 0, 0, 0.102) 0px 1px 6px;

}

a.navigation{
background: url("images/pages.png") 0px 0px repeat-x #E5E5E5;
border: 1px solid #D6D6D6;
border-radius: 3px;
box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
color: #747474;
display: inline-block;
font-size: 11px;
font-weight: 400;
line-height: 22px;
padding: 0px 7px;
text-shadow: #FFFFFF 0px 1px 0px;
text-transform: lowercase;
}

span.navigation 
{

background: #929292;
box-shadow: rgba(0, 0, 0, 0.047) 0px 1px 2px;
border-radius: 3px;
color: #FFFFFF;
padding: 1px 8px;
line-height: 22px;
display: inline-block;
margin: 0px 3px;
}
.copyright
{

color: #D2D7DF;
border-bottom: 1px solid #FFFFFF;
border-left: 0px none currentColor;
border-right: 0px none currentColor;
border-top: 1px solid #EEEEEE;
margin: 18px 0px;
}

.form {
background: #F6F6F6;
clear: both;
border: 1px solid #D9D9D9;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
border-radius: 4px;
font-size: 12px;
line-height: 1.6;
padding: 8px;
}
.form a {
text-decoration: none;
}

.form_left {
background: #F6F6F6;
clear: both;
border-bottom: 1px solid #FFFFFF;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
font-size: 12px;
line-height: 1.7;
}



.posts{
background-color: #fcfcfc;
margin: 5px;
padding: 5px;
word-wrap: break-word;
border: 1px #D9D9D9 solid;
border-radius: 3px;
-moz-border-radius: 3px;
}



.table_posts{
    margin-bottom: 10px;
    box-shadow: 0 1px 17px -9px black;
	border-radius: 6px;
}

.posts_gl:last-child {
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.posts_gl{
    transition: background, 500ms;
    -moz-transition: background 500ms;
    -webkit-transition: background 500ms;
    -o-transition: background 500ms;
    background: #FAFAFA;
    border: 1px #C9C9C9 solid;
    color: #686868 !important;
    padding: 10px 10px 5px 10px;
    display: block !important;
    border-top-style: none !important;
    overflow: hidden;
}

.posts_gl:first-child{
    border-top-style: solid !important;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.posts_gl:last-child{
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.posts_gl td{
    padding: 2px;}
.posts_gl td.icons{
    width: 16px;
    height: 16px;
}
.posts_gl td.name{
padding-bottom:10px;
color: #4C6B8F;}

.posts_gl td.img{
    width: 48px;
}


.posts_gl td.line_file {

    border-bottom: 1px dotted #777;
    border-left-style: none;
    border-left-width: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-top-style: none;
    border-top-width: 0px;
    margin-bottom: 7px;
    margin-top: 7px;

}

.posts_gl.hig td.name{
    font-weight: bold;
	color: #4C6B8F;}
.posts_gl.hig{
    background-image: -moz-linear-gradient(top,#FFFFFF 0%, #E3E3E3 100%);
    background-image: -webkit-linear-gradient(top,#FFFFFF 0%, #E3E3E3 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
	
}



h1
{
color: #FFFFFF;
display: block;
font-family: "FontShcms", Arial, Verdana, sans-serif, Lucida Sans;
font-size: 30px;
font-weight: 700;
line-height: 67px;
height: 40px;
margin: 0px;
padding: 0px 15px;
text-decoration: none;
text-shadow: #000000 0px 1px 3px;
}
.mysql_yes
{
	background-color: #EBFFE4;
	margin: 5px;
	padding: 5px;
	border: 1px #80D761 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.mail_ {
padding: 14px 7px;
text-align: center;
color: #777;
}
.mysql_yes_color {
color: green;
}
.mysql_no
{
	background-color: #FFEFEE;
	margin: 5px;
	padding: 5px;
	border: 1px #DC8787 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.mysql_no_color {
color:red;
}
.spoiler
{
background-color: #fff;
border-radius:4px;
border: 1px solid #E9E9E9;
margin-top:1px;
padding:4px;
}
.rights
{
font-size:15px;
font-family:Arial;
text-align:right;
}
.errors {
background-image: -moz-linear-gradient(top,#F95555 0%, #961818 100%);
background-image: -webkit-linear-gradient(top,#F95555 0%, #961818 100%);
background-image: -o-linear-gradient(top, #F95555 0%, #961818 100%);
border: 1px solid #5E0909;
border-radius: 6px;
color: #FFE3E3;
font-weight: 700;
margin: 5px;
padding: 5px;
text-align: center;
}

.actshcms{
background-image: -moz-linear-gradient(top,#7CD875 0%, #3FA537 100%);
background-image: -webkit-linear-gradient(top,#7CD875 0%, #3FA537 100%);
background-image: -o-linear-gradient(top, #7CD875 0%, #3FA537 100%);
border: 1px solid #1A9211;
border-radius: 8px;
color: #FFFFFF;
font-weight: 700;
margin: 5px;
padding: 5px;
text-align: center;
}
.link_reg
{
background-color: #F6F6F6;
border: 1px solid #EDEDF2;
border-radius: 5px;
color: #616683;
display: block;
text-align:center;
font-weight:700;
margin: 6px;
padding:7px;

}
.img_s {
float:left;
margin-bottom:5px;
margin-right:3px;
}

.link_str {
color:#0074B6;
padding: 2px;
font-weight:700;
}
.date {
text-align:right;
}
.bb_codes , .bb_codes a , .bb_codes a:hover
{
background: url(images/submit.png) repeat-x transparent;
border: medium none currentColor;
border-radius: 2px;
color: #FFFFFF;
cursor: pointer;
padding:3px;
margin:3px;
}
.menu {  
    display: inline-block;
    float:left;
    max-width: 200px;

    vertical-align: top;
    width: 250px;
}

div.menu {
    padding: 10px;
    margin: 0px;
    float: left;
    vertical-align: top;
    width: 200px;
    max-width: 200px;
    display: inline-block;
}
h3
{
font-weight: 700;
font-Family: Tahoma;
color: #ff0000;
}

.login_on{
color: #008000;
}

.count {
text-align:right;
font-weight: 700;
padding: 1px 4px;
}


.userstop td, .pm td.pm_list, .pm td.pm_head {
    border: 1px solid #d8d8d8;
    padding: 10px;
	border-radius:3px;
    background-color: #fff;
}

.userstop thead td, .pm td.pm_head {
    font-size: 0.9em;
    border-radius:3px;
    background: url(images/raz.png) 0px 100% repeat-x #FFFFFF;
    height: 30px;
    padding: 0;
    font-weight: bold;
    text-align: center;
    color: #4e4e4e;
}


a.buttom {

margin: 3px;
height: 20px;
background: #F6F6F6 url("images/submit.png") repeat-x;
border: 1px solid #A1A1A1;
border-radius: 4px;
color:#FFFFFF;
cursor: pointer;
display: inline-block;
font-size: 13px !important;
padding: 3px 5px;
position: relative;
text-decoration: none;
}


.value
{
background: rgba(0, 0, 0, 0.102);
border-radius: 3px;
box-shadow: inset rgba(0, 0, 0, 0.298) 0px 1px 2px, #FFFFFF 0px 1px 0px;
color: #222222;
display: inline-block;
font-weight: 700;
margin-right: 3px;
padding: 3px 7px;
text-shadow: rgba(255, 255, 255, 0.600) 0px 1px 0px;
}



.change_line
{
background: #FFFFFF;
border: 1px solid #D8D8D8;
overflow-wrap: break-word;
margin-bottom: 10px;
}
.change_block
{
border-bottom: 1px solid #D9D9D9;
border-top: 1px solid #FFFFFF;
padding: 5px;
}

.maintext
{
background-color: #fcfcfc;
padding: 6px;
word-wrap: break-word;
border: 1px #D9D9D9 solid;
border-radius: 0 0 5px 5px;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
margin-bottom: 5px;
}

.pages
{
background-color: #fcfcfc;
padding: 6px;
word-wrap: break-word;
border: 1px #D9D9D9 solid;
border-radius: 0 0 5px 5px;
box-shadow: rgba(0, 0, 0, 0.102) 0px 1px 3px;
margin-bottom: 5px;
text-align:right;
}
.maintitle{ 
background-image: -moz-linear-gradient(top,#FFFFFF 0%, #D9D9D9 100%);
background-image: -webkit-linear-gradient(top,#FFFFFF 0%, #D9D9D9 100%);
background-image: -o-linear-gradient(top, #FFFFFF 0%, #D9D9D9 100%);
border-bottom: 0px none currentColor;
border-left: 1px solid #CDCDCD;
border-radius: 5px 5px 0 0;
border-right: 1px solid #CDCDCD;
border-top: 1px solid #CDCDCD;
color: #333333;
overflow: hidden;
padding: 6px;
}
.maintitle2{ 
background-image: -moz-linear-gradient(top,#FFFFFF 0%, #D9D9D9 100%);
background-image: -webkit-linear-gradient(top,#FFFFFF 0%, #D9D9D9 100%);
background-image: -o-linear-gradient(top, #FFFFFF 0%, #D9D9D9 100%);
border-radius: 5px 5px 0 0;
border: 1px solid #CDCDCD;
color: #333333;
overflow: hidden;
padding: 6px;
}
.maintime
{
color:#979797;
float:right;
font-size: 10px;
white-space: nowrap;
}

.mainrazd
{
font-weight:700;
color:#888888;
}

.mainforum
{
font-size:11px;
color:#AAAAAA;
float:right;
}

.SHCMS_code { 
border: 1px solid #D1D0D0;
border-radius: 2px;
box-shadow: 0px 0px 7px -4px black inset;
max-height: 400px;
max-width: 684px;
overflow: auto;
padding: 5px;
}


 .code_textarea span{
    padding: 1px 6px;
    margin: 1px;
	background-image: -moz-linear-gradient(top,#FFFFFF 0%, #EEEEEE 100%);
	background-image: -webkit-linear-gradient(top,#FFFFFF 0%, #EEEEEE 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
    font-weight: bold;
    font-size: 12px;
    border: 1px solid #E9E9E9;
    border-radius: 3px;
    cursor: default;
}

span.menu_count {
white-space: nowrap;
padding: 0px 4px;
margin: -8px -8px 0px 0px;
float: right;
font-weight: bold;
color: #3662B2;
box-shadow: 0px 0px 0px 1px white, 0px 0px 4px -1px #F5F5F5 inset;
}




#comment-preview {
	background: #F4F4F4;
	padding: 5px 10px;
}
.jquery_avatar {
	float: right;
	display: inline;
	padding: 2px;
	border: 1px solid #DDD;
}

.checkbox {
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background: url(checkbox.png) no-repeat;
	cursor: pointer;
	float:right;
}
 .link, .link2 {
	padding: 15px 8px;
	font-weight: bold;
	border-top: #fff solid 1px;
	border-bottom: #E1E1E1 solid 1px;
	display: block;
	background-image: -moz-linear-gradient(top,#FFFFFF 0%, #E5E5E5 100%);
    background-image: -webkit-linear-gradient(top,#FFFFFF 0%, #E5E5E5 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #E5E5E5 100%);
	border-radius: 4px;
 }
.link2 { padding: 8px 8px; }
 
.link:hover, .link2:hover {
	background: #FBFBFB;
	color: #99B117; }
 
.link b { font-weight: normal; }
 
.arrow { display: block; }