stylesheets: add photon.css by Turanga
This commit is contained in:
parent
ef66fd62b4
commit
9b3eb9c2ca
321
stylesheets/photon.css
Normal file
321
stylesheets/photon.css
Normal file
@ -0,0 +1,321 @@
|
||||
/*https://github.com/turanga/Tinyboard/blob/efe78b81c1ffca32bcf9601d0e3877bb65c70df1/stylesheets/photon.css*/
|
||||
|
||||
|
||||
.floatiframe{
|
||||
float:left;
|
||||
padding:10px;
|
||||
}
|
||||
|
||||
|
||||
div.boardlist {
|
||||
color: #8899AA;
|
||||
font-size: 12pt;
|
||||
margin-top: 0px;
|
||||
background-color: #DDDDDD;
|
||||
border: 1px solid #cccccc;
|
||||
border-radius: 4px 4px 4px 4px;
|
||||
margin-top: 0;
|
||||
padding: 10px;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
}
|
||||
div.boardlist.bottom {
|
||||
margin-top: 20px;
|
||||
position: inherit;
|
||||
background:inherit;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.return1 a{
|
||||
float:left;
|
||||
font-size: inherit;
|
||||
|
||||
}
|
||||
|
||||
div.blotter {
|
||||
background: none repeat scroll 0 0 #DDDDDD;
|
||||
border: 1px solid #CCCCCC;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
clear: both;
|
||||
color: #006AB9;
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.5em;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
|
||||
div.title {
|
||||
margin-bottom: 0em;
|
||||
clear: both;
|
||||
color: #FFAB3F;
|
||||
font-size: 2em;
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
|
||||
div.ban h2 {
|
||||
border-radius: 6px 6px 6px 6px;
|
||||
}
|
||||
|
||||
div.ban {
|
||||
background: none repeat scroll 0 0 #DDDDDD;
|
||||
border: 1px solid #CCCCCC;
|
||||
margin: 30px auto;
|
||||
max-width: 700px;
|
||||
border-radius: 7px;
|
||||
|
||||
}
|
||||
|
||||
form {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
|
||||
form {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
span.heading {
|
||||
color: #FFAB3F;
|
||||
display: block;
|
||||
font-size: 12pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
textarea#body{
|
||||
height: 136px;
|
||||
width: 518px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
html, body {
|
||||
background: none;
|
||||
background-color: #EEEEEE;
|
||||
color: #333333;
|
||||
font-family: "Trebuchet MS",Trebuchet,serif;
|
||||
font-size: 12pt;
|
||||
}
|
||||
a {
|
||||
color: #FF6600;
|
||||
}
|
||||
a:hover {
|
||||
color: #0066FF;
|
||||
}
|
||||
.adminbar {
|
||||
clear:both;
|
||||
float:right;
|
||||
font-size: .8em;
|
||||
}
|
||||
.adminbar a {
|
||||
font-weight: bold;
|
||||
}
|
||||
.logo {
|
||||
clear:both;
|
||||
text-align:left;
|
||||
font-size:2em;
|
||||
font-weight: bold;
|
||||
color:#FF6600;
|
||||
/*width:100%;*/
|
||||
}
|
||||
.theader, .passvalid {
|
||||
background:#DDDDDD;
|
||||
text-align:center;
|
||||
padding:2px;
|
||||
color:#2266AA;
|
||||
clear: both;
|
||||
font-weight: bold;
|
||||
margin-bottom: .5em;
|
||||
border: solid 1px #CCCCCC;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
.postarea {
|
||||
}
|
||||
.rules {
|
||||
font-size:0.7em;
|
||||
}
|
||||
.postblock {
|
||||
background:transparent;
|
||||
color:#002244;
|
||||
font-weight:bold;
|
||||
}
|
||||
.footer {
|
||||
text-align:center;
|
||||
font-size:12px;
|
||||
font-family:serif;
|
||||
margin: 2em 0 0 0;
|
||||
}
|
||||
.dellist {
|
||||
font-weight: bold;
|
||||
text-align:center;
|
||||
}
|
||||
.delbuttons {
|
||||
text-align:center;
|
||||
padding-bottom:4px;
|
||||
}
|
||||
.managehead {
|
||||
background:#DDDDDD;
|
||||
color:#002244;
|
||||
padding:0px;
|
||||
}
|
||||
.postlists {
|
||||
background:#FFFFFF;
|
||||
width:100%;
|
||||
padding:0px;
|
||||
color:#800000;
|
||||
}
|
||||
.row1 {
|
||||
background:#DDDDDD;
|
||||
color:#002244;
|
||||
}
|
||||
.row2 {
|
||||
background:#CCCCCC;
|
||||
color:#002244;
|
||||
}
|
||||
.unkfunc {
|
||||
background:inherit;
|
||||
color:#789922;
|
||||
}
|
||||
.reflink {
|
||||
font-size: .8em;
|
||||
font-weight: bold;
|
||||
}
|
||||
.filesize {
|
||||
text-decoration:none;
|
||||
color: #666666;
|
||||
font-size: .8em;
|
||||
}
|
||||
.filetitle {
|
||||
background:inherit;
|
||||
font-size:1.2em;
|
||||
color:#002244;
|
||||
font-weight:bold;
|
||||
}
|
||||
.postername {
|
||||
color:#004A99;
|
||||
font-weight:bold;
|
||||
}
|
||||
.postertrip {
|
||||
color:#FF3300;
|
||||
}
|
||||
.oldpost {
|
||||
color:#CC1105;
|
||||
font-weight:bold;
|
||||
}
|
||||
.omittedposts {
|
||||
color:#666666;
|
||||
}
|
||||
.reply {
|
||||
background:#DDDDDD;
|
||||
border: solid 1px #CCCCCC;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
-moz-border-radius: 5px;
|
||||
}
|
||||
blockquote {
|
||||
margin: .5em .5em .5em 1em;
|
||||
}
|
||||
blockquote p {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.reply blockquote {
|
||||
margin: .5em;
|
||||
}
|
||||
.doubledash {
|
||||
display: none;
|
||||
vertical-align:top;
|
||||
clear:both;
|
||||
float:left;
|
||||
}
|
||||
.replytitle {
|
||||
font-size: 1.2em;
|
||||
color:#002244;
|
||||
font-weight:bold;
|
||||
}
|
||||
.commentpostername {
|
||||
color:#004A99;
|
||||
font-weight:800;
|
||||
}
|
||||
.thumbnailmsg {
|
||||
font-size: .8em;
|
||||
color:#666666;
|
||||
}
|
||||
hr {
|
||||
border-style: solid none none none;
|
||||
border-width: 1px;
|
||||
border-color: #BBBBBB;
|
||||
}
|
||||
table {
|
||||
border-style: none;
|
||||
}
|
||||
table td {
|
||||
border-style: none;
|
||||
}
|
||||
.nothumb {
|
||||
background-color: #FFFFFF;
|
||||
border-style: dotted;
|
||||
margin: .3em .5em;
|
||||
}
|
||||
|
||||
.abbrev {
|
||||
color:#666666;
|
||||
}
|
||||
.highlight {
|
||||
background:#EEDACB;
|
||||
color:#333333;
|
||||
border: 2px dashed #EE6600;
|
||||
}
|
||||
|
||||
|
||||
div.banner, div.banner a {
|
||||
color: inherit;
|
||||
}
|
||||
div.banner {
|
||||
background-color: inherit;
|
||||
}
|
||||
form table tr th {
|
||||
background: none;
|
||||
}
|
||||
|
||||
div.post.reply {
|
||||
background: none repeat scroll 0 0 #DDDDDD;
|
||||
border: 1px solid #CCCCCC;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
}
|
||||
div.title,h1 {
|
||||
color: #FF6600;
|
||||
font-size: 32px;
|
||||
font-weight: bold;
|
||||
}
|
||||
div.title p {
|
||||
font-size: 26px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
h1 {
|
||||
letter-spacing: inherit;
|
||||
}
|
||||
|
||||
div.banner {
|
||||
background: none repeat scroll 0 0 #DDDDDD;
|
||||
border: 1px solid #CCCCCC;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
clear: both;
|
||||
color: #2266AA;
|
||||
font-weight: bold;
|
||||
margin-bottom: 0.5em;
|
||||
padding: 2px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
form table tr td div {
|
||||
padding-left: 0px;
|
||||
|
||||
}
|
||||
.recaptchatable .recaptcha_image_cell {
|
||||
padding: 0px !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user