Файл: wboard/source/files/styles/forevermore.css
Строк: 379
/**
* Forevemore by Cron (ICQ 442494)
* Ported By Screamer
*/
body
{
background: #e6e6e7 url(./forevermore/bg.png);
color:
#000000;
font-family: Helvetica, sans-serif, Arial;
font-size:
10pt;
margin: 0 auto;
max-width: 80%;
padding: 0;
word-wrap:
break-word;
}
a:active, a:link, a:visited {
color:
#6d6d6d;
text-decoration: none;
}
a:hover {
color:
#89b830;
text-shadow: rgba(255,255,255,0.5) 0px 0px 2px;
}
code
{
clear: both;
padding: 5px;
margin: 0;
border: 1px #ababab
solid;
display: block;
font-family: monospace;
color: #101010;
}
div
{
margin: 0;
padding: 1px;
}
form p {
margin: 4px 0 4px 0;
}
h1,
h2, h3, h4, h5, h6 {
color: #000000;
font-weight: normal;
font-variant:
small-caps;
margin: 0;
padding: 2px 2px 2px 5px;
}
h1 {
font-size:
16px;
font-weight: bold;
}
h2 {
font-size: 14px;
}
h3
{
font-size: 12px;
}
h4, h5, h6 {
font-size: 10px;
}
img
{
border: 0;
margin: 1px;
padding: 0;
}
input[type=text],
textarea{
border:1px solid #c9dbac;
}
input[type=text]:focus,
textarea:focus {
color: #313131;
border-color:#c9dbac;
box-shadow:inset
0 1px 3px rgba(0,0,0,.05),0 0 8px
rgba(82,168,236,.6);
}
input[type=submit],input[type=button],input[type~=submit],input[type~=button]
{
padding: 6px 10px;
background: #bc8ad4;
background:
-moz-linear-gradient(top, #bc8ad4, #8e4aae);
background:
-webkit-gradient(linear, left top, left bottom, color-stop(0%,#bc8ad4),
color-stop(100%,#8e4aae));
background: -webkit-linear-gradient(top,
#bc8ad4, #8e4aae);
background: -o-linear-gradient(top, #bc8ad4,
#8e4aae);
background: -ms-linear-gradient(top, #bc8ad4,
#8e4aae);
background: linear-gradient(top, #bc8ad4, #8e4aae);
color:
white;
border: 1px solid
#cb96e3;
}
input[type=submit]:hover,input[type=button]:hover,input[type~=submit]:hover,input[type~=button]:hover{
background:
#8e4aae;
background: -moz-linear-gradient(top, #8e4aae,
#bc8ad4);
background: -webkit-gradient(linear, left top, left bottom,
color-stop(0%,#8e4aae), color-stop(100%,#bc8ad4));
background:
-webkit-linear-gradient(top, #8e4aae, #bc8ad4);
background:
-o-linear-gradient(top, #8e4aae, #bc8ad4);
background:
-ms-linear-gradient(top, #8e4aae, #bc8ad4);
background:
linear-gradient(top, #8e4aae, #bc8ad4);
}
label {
cursor:
pointer;
}
p {
margin: 0;
padding: 2px;
}
textarea {
height:
160px;
margin: 0px 10px 0px 0px;
padding: 2px;
width: 80%;
}
/*
Classes */
/* Link for answer to post#START */
.a_button {
border: 1px
solid #8e8e8e;
box-shadow: 0 0 2px #555555;
display:
inline-block;
margin: 2px;
min-width: 30px;
padding: 5px;
text-align:
center;
vertical-align: middle;
}
.a_button:hover {
box-shadow: 0 0 4px
#333333;
text-decoration: none;
}
/* END#Link for answer to post
*/
/* Admin sign, Sage#START */
.admin_sign, .sage {
background:
#e52a2a;
border-radius: 2px;
box-shadow: 0 0 5px #000000;
color:
#ffffff;
display: inline-block;
margin: 2px 4px;
padding: 2px
7px;
vertical-align: middle;
}
/* END#Admin sign, Sage */
/* BB codes
Panel and buttons#START */
.bb_panel {
font-size: 0;
font-variant:
small-caps;
margin: 0px 0px 2px 1px;
padding: 1px;
}
.bb_panel a:link,
.bb_panel a:visited {
background: #70aabf;
border: 1px solid
#5899b1;
box-shadow: 0 0 2px #777777;
color: #000000;
display:
inline-block;
font-size: 10pt;
font-weight: bold;
margin: 2px;
padding:
4px 8px 4px 8px;
}
.bb_panel a:hover {
box-shadow: 0 0 6px
#e4eef4;
text-decoration: none;
}
.bb_panel a:active{
background:
#aeaeae;
}
/* END#BB codes Panel and buttons */
/* Board item(at
mainpage)#START */
.board_item {
margin: 0;
padding: 0;
}
.board_item
a {
display: block;
margin: 1px;
margin-bottom: 0px;
padding:
7px;
}
/* END#Board item(at mainpage) */
/* Bottom menu (Refresh and
UP buttons at thread)#START */
.bottom_menu {
background:
#ebebeb;
box-shadow: 0 0 3px #000000;
color: #000000;
left: 0%;
margin:
5px 0;
max-width: 60%;
padding: 4px 4px 5px 10px;
position:
relative;
text-align: left;
}
/* END#Bottom menu (Refresh and UP buttons
at thread) */
/* Main container#START */
.container {
clear:
both;
padding: 0;
}
/* END#Main container */
/* Content of mainpage
(last posts)#START */
.content {
float: right;
padding: 0;
width:
80%;
}
.content h1 {
background: #ebebeb;
border: 1px solid
#aaaaaa;
border-radius: 4px;
box-shadow: 0px 0px 3px #333333;
color:
#000000;
font-variant: normal;
font-weight: 700;
font-size:
12px;
margin: 0 0 10px 0;
padding: 5px 10px 5px 10px;
text-transform:
uppercase;
}
/* END#Content of mainpage (last posts) */
/*
Footer#START */
.footer {
background: #addb6a;
background:
-o-linear-gradient(top, #addb6a, #89c139);
background:
-moz-linear-gradient(top, #addb6a, #89c139);
background:
-webkit-gradient(linear, left top, left bottom, color-stop(0%,#addb6a),
color-stop(100%,#89c139));
background: -webkit-linear-gradient(top,
#addb6a, #89c139);
background: -ms-linear-gradient(top, #addb6a,
#89c139);
box-shadow: 0 0px 10px #89c139;
clear: both;
margin:
0;
margin-bottom: 10px;
padding: 5px;
text-align: center;
}
.footer a
{
color: #456d22;
text-shadow: rgba(255,255,255,0.5) 0px 3px
3px;
}
.footer a:hover {
color: #2b4900;
}
/* END#Footer */
/*
Highlight item#START */
.highlight_item {
background: #eddddd;
border:
1px solid #ffaaaa;
border-radius: 4px;
box-shadow: 0 0 1px
#ff7777;
color: #000000;
margin: 5px 0;
padding: 10px 4px 5px
10px;
}
/* END#Highlight item */
/* Information about image (at
post)#START */
.img_post {
color: #333333;
font-style: italic;
margin:
2px;
padding: 0;
}
/* END#Information about image (at post) */
/*
Some item#START */
.item {
background: #ffffff;
border-radius:
5px;
box-shadow: 0px 0px 3px #7a7a7a;
display: block;
margin: 0px auto
10px;
padding: 10px 10px 7px;
}
.item a:hover{
text-decoration:
underline;
}
/* END#Some item */
/* Last post (in threads list)#START
*/
.lastpost {
background: #ebebeb;
box-shadow: 0px 0px 3px
#999999;
margin: 0;
margin-top: 5px;
padding: 7px;
border-radius:
4px;
}
/* END#Last post (in threads list) */
/* Logo#START */
.logo
{
border: 0;
margin: 0;
padding: 0;
text-align: left;
}
.logo img
{
height: auto;
max-width: 100%;
}
/* END#Logo */
/*
Navigation#START */
.navigation {
clear: both;
margin:
0;
margin-bottom: 4px;
padding: 0;
text-align: center;
}
.navigation
ul {
font-size: 0;
list-style: none;
margin: 0;
padding:
0;
}
.navigation li {
display: inline-block;
font-size: 10pt;
margin:
0 4px;
padding: 4px 2px;
}
.navigation a {
padding: 2px 5px;
}
/*
END#Navigation */
/* Menu (Container for List of boards)#START */
.menu
{
background: #ebebeb;
box-shadow: 0px 1px 10px #1d1d1d;
border-radius:
4px;
float: left;
margin-bottom: 10px;
padding: 0;
width:
19%;
}
.menu h1 {
border-bottom: 1px solid #d0d0d0;
font-variant:
normal;
font-weight: 700;
font-size: 12px;
margin: 8px 10px 2px
10px;
padding: 3px 10px 2px 10px;
text-transform: uppercase;
}
/*
END#Menu (Container for List of boards) */
/* Posts container#START
*/
.post {
background: #fbfbfb;
border: 1px solid
#bbbbbb;
border-radius: 2px;
margin: 7px 0;
max-width: 98%;
min-width:
40%;
padding: 4px 4px 7px 10px;
}
.post img {
margin: 3px;
}
/*
END#Posts container */
/* Quote (BB-Tag)#START */
.quote {
color:
#789922;
font-style: italic;
}
/* END#Quote (BB-Tag) */
/* Spoiler
(BB-Tag)#START */
.spoiler, .spoiler a:link, .spoiler a:visited, .spoiler
.quote {
background: #bbbbbb;
color: #bbbbbb;
}
.spoiler:hover
{
color: #000000;
}
.spoiler a:hover {
color:
#0000ff;
}
.spoiler:hover .quote {
color: #789922;
font-style:
italic;
}
/* END#Spoiler (BB-Tag) */
/* Some text#START */
.text
{
background: whitesmoke;
border: 1px solid #ebebee;
color:
#000000;
margin: 10px 0;
padding: 5px 2px 10px 10px;
}
/* END#Some text
*/
/* Some title#START */
.title {
background:
#ebebeb;
border-bottom: 1px solid #aaaaaa;
border-top: 1px solid
#dddddd;
border-left: 1px solid #bbbbbb;
border-right: 1px solid
#cccccc;
border-radius: 4px;
font-variant: small-caps;
font-weight:
bold;
margin: 0 auto 5px;
max-width: 60%;
padding: 7px 10px 4px
10px;
text-align: center;
}
.title a {
text-decoration: none;
}
/*
END#Some title */
/* Title content (Text on mainpage)#START
*/
.title_content {
background: #addb6a;
background:
-o-linear-gradient(top, #89c139, #addb6a);
background:
-moz-linear-gradient(top, #89c139, #addb6a);
background:
-webkit-gradient(linear, left top, left bottom, color-stop(0%,#89c139),
color-stop(100%,#addb6a));
background: -webkit-linear-gradient(top,
#89c139, #addb6a);
background: -ms-linear-gradient(top, #89c139,
#addb6a);
border: 1px solid #cdcdcd;
padding: 5px 20px;
margin: 10px
auto;
font-size: 14px;
color: #292929;
width: 70%;
border-radius:
4px;
box-shadow: 0 0 3px #89c139;
text-align: left;
}
/* END#Title
content (Text on mainpage) */
/* Some Top menu#START */
.top_menu
{
background: #ebebeb;
color: #000000;
margin: 5px 0;
padding: 4px 10px
5px 4px;
text-align: right;
max-width: 60%;
position: relative;
left:
35%;
box-shadow: 0 0 3px #000000;
}
/* END#Some Top menu */
/*
Tripcode (BB-Tag)#START */
.tripcode {
color: #ffffff;
background:
#237845;
padding: 2px 4px;
margin: 0 4px;
display:
inline-block;
vertical-align: middle;
border-radius: 2px;
box-shadow: 0
0 5px #227744;
}
/* END#Tripcode (BB-Tag) */
@media only screen and
(max-width: 1000px) {
body {
max-width: 100%;
margin: 0
4px;
}
.menu, .content {
float: none;
width: 100%;
margin:
2px;
margin-bottom: 10px;
}
.post {
display:
block;
}
input[type=text], input[type=file] {
max-width:
200px;
width: 60%;
}
}
@media only screen and (max-width: 320px)
{
.top_menu, .bottom_menu {
max-width: 100%;
position:
relative;
left: 0;
right: 0;
}
.post, .post div {
width:
90%;
margin: 2px auto;
}
.post img {
width: 60%;
height:
auto;
}
}