forked from leftypol/leftypol
stylesheets: do not expand fileinfo beyond image width. Fix #188
This commit is contained in:
parent
a1d5f755b1
commit
d23bfb6af5
30 changed files with 114 additions and 112 deletions
|
@ -2,27 +2,27 @@
|
|||
* dark.css
|
||||
* Stolen from circlepuller who stole it from derpcat
|
||||
*/
|
||||
body
|
||||
body
|
||||
{
|
||||
background: #1E1E1E;
|
||||
color: #999999;
|
||||
font-family: sans-serif;
|
||||
font-size: 11px;
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
span.quote
|
||||
span.quote
|
||||
{
|
||||
color:#B8D962;
|
||||
}
|
||||
@font-face
|
||||
@font-face
|
||||
{
|
||||
font-family: 'lain';
|
||||
src: url('./fonts/nrdyyh.woff') format('woff'),
|
||||
url('./fonts/tojcxo.TTF') format('truetype');
|
||||
}
|
||||
h1
|
||||
h1
|
||||
{
|
||||
font-family: 'lain', tahoma;
|
||||
letter-spacing: -2px;
|
||||
|
@ -30,20 +30,20 @@ h1
|
|||
text-align: center;
|
||||
color: #32DD72;
|
||||
}
|
||||
header div.subtitle
|
||||
header div.subtitle
|
||||
{
|
||||
color: #32DD72;
|
||||
}
|
||||
div.title
|
||||
div.title
|
||||
{
|
||||
color: #32DD72;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
div.title p
|
||||
div.title p
|
||||
{
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name
|
||||
a:link, a:visited, p.intro a.email span.name
|
||||
{
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
|
@ -58,7 +58,7 @@ a:link, a:visited, p.intro a.email span.name
|
|||
-ms-transition: 0.15s text-shadow, 0.15s color;
|
||||
transition: 0.15s text-shadow, 0.15s color;
|
||||
}
|
||||
input[type="text"], textarea
|
||||
input[type="text"], textarea
|
||||
{
|
||||
-moz-transition: 0.15s border-color;
|
||||
-webkit-transition: 0.15s border-color;
|
||||
|
@ -67,7 +67,7 @@ input[type="text"], textarea
|
|||
-ms-transition: 0.15s border-color;
|
||||
transition: 0.15s border-color;
|
||||
}
|
||||
input[type="submit"]
|
||||
input[type="submit"]
|
||||
{
|
||||
-moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
-webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
|
@ -76,23 +76,23 @@ input[type="submit"]
|
|||
-ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
transition: 0.15s border-color, 0.15s background-color, 0.15s color;
|
||||
}
|
||||
a:link:hover, a:visited:hover
|
||||
a:link:hover, a:visited:hover
|
||||
{
|
||||
color: #32DD72;
|
||||
font-family: sans-serif;
|
||||
text-decoration: none;
|
||||
text-shadow: 0px 0px 5px #fff;
|
||||
}
|
||||
a.post_no
|
||||
a.post_no
|
||||
{
|
||||
color: #AAA;
|
||||
text-decoration: none;
|
||||
}
|
||||
p.intro a.post_no:hover
|
||||
p.intro a.post_no:hover
|
||||
{
|
||||
color: #32DD72!important;
|
||||
}
|
||||
div.post.reply
|
||||
div.post.reply
|
||||
{
|
||||
background: #181818;
|
||||
border: #555555 0px solid;
|
||||
|
@ -117,59 +117,59 @@ div.sidearrows
|
|||
display:none;
|
||||
|
||||
}
|
||||
div.post.reply.highlighted
|
||||
div.post.reply.highlighted
|
||||
{
|
||||
background: #555;
|
||||
border: transparent 1px solid;
|
||||
}
|
||||
div.post.reply div.body a:link, div.post.reply div.body a:visited
|
||||
div.post.reply div.body a:link, div.post.reply div.body a:visited
|
||||
{
|
||||
color: #CCCCCC;
|
||||
}
|
||||
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
|
||||
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
|
||||
{
|
||||
color: #32DD72;
|
||||
}
|
||||
p.intro span.subject
|
||||
p.intro span.subject
|
||||
{
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
color: #446655;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro span.name
|
||||
p.intro span.name
|
||||
{
|
||||
color: #32DD72;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro a.capcode, p.intro a.nametag
|
||||
p.intro a.capcode, p.intro a.nametag
|
||||
{
|
||||
color: magenta;
|
||||
margin-left: 0;
|
||||
}
|
||||
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name
|
||||
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name
|
||||
{
|
||||
color: #32ddaf;
|
||||
}
|
||||
input[type="text"], textarea, select
|
||||
input[type="text"], textarea, select
|
||||
{
|
||||
background: #333333!important;
|
||||
color: #CCCCCC!important;
|
||||
border: #666666 1px solid!important;
|
||||
}
|
||||
input[type="password"]
|
||||
input[type="password"]
|
||||
{
|
||||
background: #333333!important;
|
||||
color: #CCCCCC!important;
|
||||
border: #666666 1px solid!important;
|
||||
}
|
||||
form table tr th
|
||||
form table tr th
|
||||
{
|
||||
background: #333333!important;
|
||||
color: #AAAAAA!important;
|
||||
border: #333333 1px solid!important;;
|
||||
}
|
||||
div.banner
|
||||
div.banner
|
||||
{
|
||||
background: #E04000;
|
||||
border: 1px solid hsl(17, 100%, 60%);
|
||||
|
@ -180,31 +180,31 @@ div.banner
|
|||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
div.banner a
|
||||
div.banner a
|
||||
{
|
||||
color:#000;
|
||||
}
|
||||
input[type="submit"]
|
||||
input[type="submit"]
|
||||
{
|
||||
background: #333333;
|
||||
border: #666 1px solid;
|
||||
color: #CCCCCC;
|
||||
}
|
||||
input[type="submit"]:hover
|
||||
input[type="submit"]:hover
|
||||
{
|
||||
background: #555;
|
||||
border: #888 1px solid;
|
||||
color: #32DD72;
|
||||
}
|
||||
input[type="text"]:focus, textarea:focus
|
||||
input[type="text"]:focus, textarea:focus
|
||||
{
|
||||
border:#888 1px solid!important;
|
||||
}
|
||||
p.fileinfo a:hover
|
||||
figcaption.fileinfo a:hover
|
||||
{
|
||||
text-decoration: underline;
|
||||
}
|
||||
span.trip
|
||||
span.trip
|
||||
{
|
||||
color: #AAA;
|
||||
}
|
||||
|
@ -214,7 +214,7 @@ span.trip
|
|||
border-bottom: 0px solid #666;
|
||||
widh:100%;
|
||||
}
|
||||
div.pages
|
||||
div.pages
|
||||
{
|
||||
color: #AAA;
|
||||
background: #333;
|
||||
|
@ -222,21 +222,21 @@ div.pages
|
|||
font-family: sans-serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
div.pages a.selected
|
||||
div.pages a.selected
|
||||
{
|
||||
color: #CCC;
|
||||
}
|
||||
hr
|
||||
hr
|
||||
{
|
||||
height: 0px;
|
||||
border: #333 1px solid;
|
||||
}
|
||||
div.boardlist
|
||||
div.boardlist
|
||||
{
|
||||
color: #999;
|
||||
}
|
||||
|
||||
div.ban
|
||||
div.ban
|
||||
{
|
||||
background-color: #1e1e1e;
|
||||
border: 1px solid #555;
|
||||
|
@ -245,7 +245,7 @@ div.ban
|
|||
border-radius: 2px;
|
||||
text-align: left!important;
|
||||
}
|
||||
div.ban h2
|
||||
div.ban h2
|
||||
{
|
||||
background: #333;
|
||||
color: #32DD72;
|
||||
|
@ -253,17 +253,17 @@ div.ban h2
|
|||
font-size: 12pt;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
div.ban h2:not(:nth-child(1))
|
||||
div.ban h2:not(:nth-child(1))
|
||||
{
|
||||
border-top: 1px solid #555;
|
||||
}
|
||||
table.modlog tr th
|
||||
table.modlog tr th
|
||||
{
|
||||
background: #333;
|
||||
color: #AAA;
|
||||
}
|
||||
|
||||
div.report
|
||||
div.report
|
||||
{
|
||||
color: #666;
|
||||
}
|
||||
|
@ -276,7 +276,7 @@ div.report
|
|||
-ms-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.blur
|
||||
.blur
|
||||
{
|
||||
filter: blur(20px);
|
||||
-webkit-filter: blur(23px);
|
||||
|
@ -287,15 +287,15 @@ div.report
|
|||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div
|
||||
#options_div
|
||||
{
|
||||
background: #333333;
|
||||
}
|
||||
.options_tab_icon
|
||||
.options_tab_icon
|
||||
{
|
||||
color: #AAAAAA;
|
||||
}
|
||||
.options_tab_icon.active
|
||||
.options_tab_icon.active
|
||||
{
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue