Файл: wboard/source/files/styles/photon.css
Строк: 314
/**
* Photon
* Ported By Matsugo
*/
body {
background: #eeeeee;
color:
#333333;
font-family: Helvetica, sans-serif, Arial;
font-size:
10pt;
margin: 0 auto;
max-width: 80%;
padding: 0;
word-wrap:
break-word;
}
a {
color: #ff6600;
text-decoration: none;
}
a:hover
{
color: #0066ff;
text-decoration: underline;
}
code {
clear:
both;
padding: 5px;
margin: 0;
border: 1px #cbcbcb solid;
display:
block;
font-family: monospace;
}
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, textarea
{
background: #ffffff;
border: 1px solid #cacaca;
color: #000000;
margin:
2px 0;
}
input[type=submit], input[type=button] {
background:
#d3d3d3;
border: 1px solid #cccccc;
border-radius: 5px;
color:
#464646;
cursor: pointer;
margin: 4px 0 2px 0;
min-width: 60px;
padding:
7px;
}
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;
border-radius: 6px;
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: #cc33ff;
border-radius:
2px;
box-shadow: 0 0 3px #000000;
color: #000000;
display:
inline-block;
font-family: tahoma,arial,helvetica,sans-serif;
font-size:
12px;
font-weight: bold;
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:
#dddddd;
border: 1px solid #cccccc;
border-radius: 5px;
box-shadow: 0 0 2px
#aaaaaa;
color: #000000;
display: inline-block;
font-size:
10pt;
font-weight: bold;
margin: 3px;
padding: 4px 8px 4px 8px;
}
.bb_panel
a:hover {
box-shadow: 0 0 4px #999999;
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:
#eeeeee;
box-shadow: 0 0 3px #aaaaaa;
color: #000000;
left: 0%;
margin: 5px
0;
max-width: 60%;
padding: 2px 4px 5px 10px;
position:
relative;
text-align: left;
}
/* END#Bottom menu (Refresh and UP buttons at
thread) */
/* Main container#START */
.container {
background:
#ededed;
clear: both;
padding: 0;
}
/* END#Main container */
/* Content of
mainpage (last posts)#START */
.content {
float: right;
padding: 0;
width:
80%;
}
.content h1 {
background: #d3d3d3;
border: 1px solid
#c0c0c0;
border-radius: 4px;
box-shadow: 0px 0px 5px #c3c3c3;
color:
#ff6633;
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-color: #b5b5b5;
border: 1px solid #999999;
border-radius:
5px;
box-shadow: 0px 1px 10px #777777;
clear: both;
color: #000000;
margin:
0;
margin-bottom: 10px;
padding: 5px;
text-align: center;
}
/* END#Footer
*/
/* Highlight item#START */
.highlight_item {
background:
#eddddd;
border-radius: 4px;
box-shadow: 0 0 3px #ae9e9e;
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:
#dddddd;
border-radius: 7px;
border: 1px solid #cccccc;
display:
block;
margin: 0px auto 10px;
padding: 10px 10px 7px;
}
/* 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 {
background: #cecece;
border: 1px solid
#cecece;
border-radius: 4px;
box-shadow: 0 0 2px #888888;
clear:
both;
margin: 0;
margin-bottom: 4px;
padding: 0;
text-align:
left;
}
.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 {
color:
#000000;
padding: 2px 5px;
}
.navigation a:hover {
border-radius:
2px;
color: #ff6600;
text-decoration: none;
}
/* END#Navigation */
/* Menu
(Container for List of boards)#START */
.menu {
background:
whitesmoke;
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:
#f0f0f0;
border: 1px solid #8e8e8e;
border-radius: 4px;
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, .spoiler .quote
{
background: #bbbbbb;
color: #bbbbbb;
}
.spoiler:hover {
color:
#000000;
}
.spoiler a:hover {
color: #000000;
text-shadow:
none;
}
.spoiler:hover .quote {
color: #789922;
font-style: italic;
}
/*
END#Spoiler (BB-Tag) */
/* Some text#START */
.text {
background:
#ededed;
border: 1px solid #aeaeae;
color: #000000;
margin: 10px
0;
padding: 5px 2px 10px 10px;
}
/* END#Some text */
/* Some title#START
*/
.title {
background: #d3d3d3;
border-bottom: 1px solid
#aeaeae;
border-top: 1px solid #dddddd;
border-left: 1px solid
#bbbbbb;
border-right: 1px solid #cccccc;
border-radius: 4px;
color:
#ff6633;
font-size: 14px;
font-weight: bold;
margin: 0 auto 5px;
max-width:
60%;
padding: 7px 10px 4px 10px;
text-align: center;
}
.title a {
color:
#ff6633;
text-decoration: none;
}
/* END#Some title */
/* Title content
(Text on mainpage)#START */
.title_content {
background: #fbfbfb;
border:
1px solid #cdcdcd;
padding: 5px 20px;
margin: 10px auto;
font-size:
14px;
color: #292929;
width: 70%;
border-radius: 4px;
box-shadow: 0 0 5px
2px #e3e3e3;
text-align: left;
}
/* END#Title content (Text on mainpage)
*/
/* Some Top menu#START */
.top_menu {
background: #eeeeee;
color:
#000000;
margin: 5px 0;
padding: 2px 10px 5px 4px;
text-align:
right;
max-width: 60%;
position: relative;
left: 35%;
box-shadow: 0 0 3px
#aaaaaa;
}
/* 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;
}
}