forked from leftypol/leftypol
Merge remote-tracking branch 'upstream/master' into vichan-merge
This commit is contained in:
commit
4b40f69a4e
223 changed files with 65256 additions and 2969 deletions
|
@ -36,7 +36,7 @@ div.banner {
|
|||
font-weight: normal;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
font-family: serif;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
|
@ -353,7 +353,7 @@ width: 100%;
|
|||
#attention_bar:hover {
|
||||
background-color: rgba(88, 53, 41, 0.3);
|
||||
}
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #8e6152;
|
||||
}
|
||||
a.post_no:hover {
|
||||
|
@ -382,7 +382,7 @@ font-size: 9pt;
|
|||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div {
|
||||
#options_div, #alert_div {
|
||||
background: #a47a6b url('img/caffe_reply.png') repeat center;
|
||||
border: solid 1px #a47a6b;
|
||||
-moz-border-radius: 5px;
|
||||
|
|
|
@ -1,75 +0,0 @@
|
|||
img {
|
||||
float:none!important;
|
||||
margin: auto;
|
||||
margin-bottom: 12px;
|
||||
/*max-height: 150px;
|
||||
max-width: 200px;*/
|
||||
box-shadow: 0 0 4px rgba(0, 0, 0, 0.55);
|
||||
border: 2px solid rgba(153, 153, 153, 0);
|
||||
}
|
||||
|
||||
/*
|
||||
img:hover {
|
||||
border: 2px solid rgba(153, 153, 153, 0.27);
|
||||
}
|
||||
*/
|
||||
|
||||
div.threads{
|
||||
text-align: center;
|
||||
margin-left: -20px;
|
||||
}
|
||||
|
||||
div.thread {
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
margin-bottom:25px;
|
||||
margin-left: 20px;
|
||||
margin-right: 15px;
|
||||
text-align:center;
|
||||
font-weight:normal;
|
||||
width:205px;
|
||||
overflow:hidden;
|
||||
position: relative;
|
||||
font-size:11px;
|
||||
padding: 15px;
|
||||
background: rgba(182, 182, 182, 0.12);
|
||||
border: 2px solid rgba(111, 111, 111, 0.34);
|
||||
max-height:300px;
|
||||
}
|
||||
|
||||
div.thread:hover {
|
||||
background: #D6DAF0;
|
||||
border-color: #B7C5D9;
|
||||
}
|
||||
|
||||
div.grid-size-small {
|
||||
width: 200px;
|
||||
max-width: 200px;
|
||||
max-height: 350px;
|
||||
}
|
||||
|
||||
div.grid-size-large {
|
||||
width: 300px;
|
||||
max-width: 300px;
|
||||
max-height: 450px;
|
||||
}
|
||||
|
||||
img.thread-image {
|
||||
height: auto;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
@media (max-width: 420px) {
|
||||
ul#Grid {
|
||||
padding-left: 18px;
|
||||
}
|
||||
div.thread {
|
||||
width: auto;
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
|
||||
}
|
||||
div.threads {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
|
@ -55,11 +55,11 @@ form table tr th {
|
|||
padding: 0px 5px;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: #C5C8C6;
|
||||
}
|
||||
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #CC1105;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -90,11 +90,11 @@ div.post.reply.highlighted {
|
|||
background: #4A4C4F;
|
||||
}
|
||||
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: rgb(129, 162, 190);
|
||||
}
|
||||
|
||||
p.intro a.email:hover span.name {
|
||||
.intro a.email:hover span.name {
|
||||
color: rgb(95, 137, 172);
|
||||
}
|
||||
|
||||
|
|
|
@ -40,8 +40,7 @@ div.title p
|
|||
{
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name
|
||||
{
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #CCCCCC;
|
||||
text-decoration: none;
|
||||
font-family: sans-serif;
|
||||
|
@ -108,25 +107,21 @@ div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
|
|||
{
|
||||
color: #32DD72;
|
||||
}
|
||||
p.intro span.subject
|
||||
{
|
||||
.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
color: #446655;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro span.name
|
||||
{
|
||||
.intro span.name {
|
||||
color: #32DD72;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro a.capcode, p.intro a.nametag
|
||||
{
|
||||
.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
|
||||
{
|
||||
.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
|
||||
|
@ -241,6 +236,7 @@ div.ban h2
|
|||
font-size: 12pt;
|
||||
border-bottom: 1px solid #555;
|
||||
}
|
||||
|
||||
div.ban h2:not(:nth-child(1))
|
||||
{
|
||||
border-top: 1px solid #555;
|
||||
|
@ -251,6 +247,16 @@ table.modlog tr th
|
|||
color: #AAA;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:not(.bottom) {
|
||||
text-shadow: black 1px 1px 1px, black -1px -1px 1px, black -1px 1px 1px, black 1px -1px 1px;
|
||||
background-color: #666666;
|
||||
}
|
||||
|
||||
|
||||
.desktop-style div.boardlist:not(.bottom):hover, .desktop-style div.boardlist:not(.bottom).cb-menu {
|
||||
background-color: rgba(30%, 30%, 30%, 0.65);
|
||||
}
|
||||
|
||||
div.report
|
||||
{
|
||||
color: #666;
|
||||
|
@ -275,9 +281,8 @@ div.report
|
|||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div
|
||||
{
|
||||
background: #333333;
|
||||
#options_div, #alert_div {
|
||||
background: #333333;
|
||||
}
|
||||
.options_tab_icon
|
||||
{
|
||||
|
@ -288,3 +293,6 @@ div.report
|
|||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
#quick-reply table {
|
||||
background: none repeat scroll 0% 0% #333 !important;
|
||||
}
|
||||
|
|
|
@ -20,7 +20,7 @@ a, a:visited {
|
|||
text-decoration: none;
|
||||
color: #9999CC;
|
||||
}
|
||||
a:hover, p.intro a.post_no:hover {
|
||||
a:hover, .intro a.post_no:hover {
|
||||
color: #996699
|
||||
}
|
||||
a.post_no {
|
||||
|
@ -28,19 +28,19 @@ a.post_no {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
p.intro a.post_no {
|
||||
.intro a.post_no {
|
||||
color: inherit;
|
||||
}
|
||||
p.intro a.post_no, p.intro a.email {
|
||||
.intro a.post_no, p.intro a.email {
|
||||
margin: 0;
|
||||
}
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #666699;
|
||||
}
|
||||
p.intro a.email:hover span.name {
|
||||
.intro a.email:hover span.name {
|
||||
color: #663366;
|
||||
}
|
||||
p.intro label {
|
||||
.intro label {
|
||||
display: inline;
|
||||
}
|
||||
h2 {
|
||||
|
@ -163,7 +163,7 @@ div.post.op {
|
|||
div.post.op hr {
|
||||
border-color: #000000;
|
||||
}
|
||||
p.intro {
|
||||
.intro {
|
||||
margin: 0.5em 0;
|
||||
padding: 0;
|
||||
padding-bottom: 0.2em;
|
||||
|
@ -172,19 +172,19 @@ input.delete {
|
|||
float: left;
|
||||
margin: 1px 6px 0 0;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #336699;
|
||||
font-weight: bold;
|
||||
}
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: #336600;
|
||||
font-weight: bold;
|
||||
}
|
||||
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
color: #CC0000;
|
||||
margin-left: 0;
|
||||
}
|
||||
p.intro a {
|
||||
.intro a {
|
||||
margin-left: 8px;
|
||||
}
|
||||
div.delete {
|
||||
|
@ -456,7 +456,7 @@ table.mod.config-editor input[type="text"] {
|
|||
background-color: #333333;
|
||||
opacity: 0.8;
|
||||
}
|
||||
p.intro.thread-hidden {
|
||||
.intro.thread-hidden {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
|
@ -471,7 +471,7 @@ input[type="submit"]:hover
|
|||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div {
|
||||
#options_div, #alert_div {
|
||||
background: #333333;
|
||||
}
|
||||
.options_tab_icon {
|
||||
|
|
|
@ -46,7 +46,7 @@ form table tr th {
|
|||
color: #FFF;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
|
@ -81,7 +81,7 @@ div[id^="thread_"].highlighted {
|
|||
background: #B5FFDD;
|
||||
}
|
||||
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #345456;
|
||||
}
|
||||
|
||||
|
|
|
@ -27,8 +27,8 @@ text-align: center;
|
|||
div.title p {
|
||||
font-size: 13px;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
color: #B332E6;
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #16C816;
|
||||
text-decoration: underline;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
@ -66,22 +66,22 @@ div.post.reply div.body a:link, div.post.reply div.body a:visited {
|
|||
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
||||
color: #00ff00;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: monospace;
|
||||
color: #00ff00;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro span.name {
|
||||
color: #00ff00;
|
||||
.intro span.name {
|
||||
color: #008200;
|
||||
font-weight: 900;
|
||||
}
|
||||
p.intro a.capcode, p.intro a.nametag {
|
||||
color: #00ff00;
|
||||
.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 {
|
||||
color: #00ff00;
|
||||
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
|
||||
color: #00CC64;
|
||||
font-family: monospace;
|
||||
}
|
||||
input[type="text"], textarea, select {
|
||||
|
|
|
@ -15,7 +15,7 @@ div.title p {
|
|||
div.pages {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #0000ff;
|
||||
font-size: inherit;
|
||||
text-decoration: inherit;
|
||||
|
@ -41,7 +41,7 @@ div.post.reply.highlighted {
|
|||
div.post.reply div.body a {
|
||||
color: navy;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #d00;
|
||||
}
|
||||
form table tr th {
|
||||
|
@ -83,25 +83,19 @@ div.boardlist a {
|
|||
table.modlog tr th {
|
||||
background: #EA8;
|
||||
}
|
||||
div.boardlist {
|
||||
background-color: rgba(90%,90%,90%,0.2);
|
||||
.desktop-style div.boardlist:nth-child(1), .desktop-style div.boardlist:nth-child(1):hover {
|
||||
background-color: #f0e0d6;
|
||||
}
|
||||
div.boardlist .sub {
|
||||
background: none;
|
||||
}
|
||||
div.boardlist.bottom {
|
||||
background-color:transparent;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1) {
|
||||
text-shadow: #fff 1px 1px 1px, #fff -1px -1px 1px;
|
||||
}
|
||||
.desktop-style div.boardlist:nth-child(1):hover, .desktop-style div.boardlist:nth-child(1).cb-menu {
|
||||
background-color: rgba(90%, 90%, 90%, 0.55);
|
||||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div {
|
||||
#options_div, #alert_div {
|
||||
background: rgb(240, 224, 214);
|
||||
}
|
||||
.options_tab_icon {
|
||||
|
@ -116,3 +110,8 @@ div.boardlist.bottom {
|
|||
border-color: #d9bfb7;
|
||||
border-width: 1px 0px 0px 1px;
|
||||
}
|
||||
|
||||
.dropzone {
|
||||
background-color: white;
|
||||
border: 1px solid #a9a9a9;
|
||||
}
|
||||
|
|
|
@ -15,7 +15,7 @@ div.title p {
|
|||
div.pages {
|
||||
font-size: 13px !important;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #A32615;
|
||||
font-size: inherit;
|
||||
text-decoration: inherit;
|
||||
|
@ -42,7 +42,7 @@ div.post.reply.highlighted {
|
|||
div.post.reply div.body a {
|
||||
color: rgb(190, 79, 43);
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #AA4848;
|
||||
}
|
||||
form table tr th {
|
||||
|
@ -98,7 +98,7 @@ table.modlog tr th {
|
|||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div {
|
||||
#options_div, #alert_div {
|
||||
background: rgb(240, 224, 214);
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ div.title h1 {
|
|||
div.title p {
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #0000ff;
|
||||
}
|
||||
a:link:hover {
|
||||
|
@ -30,7 +30,7 @@ div.post.reply.highlighted {
|
|||
div.post.reply div.body a {
|
||||
color: navy;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #d00;
|
||||
}
|
||||
form table tr th {
|
||||
|
@ -86,7 +86,7 @@ table.modlog tr th {
|
|||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div {
|
||||
#options_div, #alert_div {
|
||||
background: rgb(240, 224, 214);
|
||||
}
|
||||
.options_tab_icon {
|
||||
|
|
|
@ -2,7 +2,7 @@ body {
|
|||
background: #0E0E0E url(data:image/gif;base64,R0lGODlhGAAMAKEEAOXl5ebm5vDw8PHx8SH+EUNyZWF0ZWQgd2l0aCBHSU1QACwAAAAAGAAMAAACRpQiY6cLa146MyY1EJQKjG81lNGRUPOIkgMJHtquBgIO7xwvpbrpduUSuXq8ntEC0bBEylYitdDAdM1ViaobkgKgZwyDLAAAOw==) repeat 0 0!important;
|
||||
color: #000;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
-webkit-transition: all ease-in 0.3s;
|
||||
-moz-transition: all ease-in 0.3s;
|
||||
color: rgba(0, 0, 0, 0.6);
|
||||
|
@ -33,7 +33,7 @@ div.post.reply.highlighted {
|
|||
div.post.reply p.body a {
|
||||
color: navy;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #000;
|
||||
}
|
||||
form table tr th {
|
||||
|
|
|
@ -74,7 +74,7 @@ box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.35);
|
|||
div.post.reply div.body a {
|
||||
color: #00E;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #d00;
|
||||
}
|
||||
form table tr th {
|
||||
|
@ -129,7 +129,7 @@ table.modlog tr th {
|
|||
background: #EA8;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: maroon;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
|
31
stylesheets/longtable/longtable.css
Normal file
31
stylesheets/longtable/longtable.css
Normal file
|
@ -0,0 +1,31 @@
|
|||
.longtable {
|
||||
display: block;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.longtable > tbody {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.longtable > tbody > tr {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
.longtable > tbody > tr > td {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
float: left;
|
||||
padding: 0;
|
||||
}
|
||||
.longtable > tbody > tr > th {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
float: left;
|
||||
padding: 0;
|
||||
}
|
||||
.longtable > tbody > tr > th.sortable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
@ -22,7 +22,7 @@ a, a:selected {
|
|||
text-decoration: bold;
|
||||
color: #ffffff;
|
||||
}
|
||||
a:hover, p.intro a.post_no:hover {
|
||||
a:hover, .intro a.post_no:hover {
|
||||
color: #ffffff;
|
||||
}
|
||||
a.post_no {
|
||||
|
@ -30,19 +30,19 @@ a.post_no {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
p.intro a.post_no {
|
||||
.intro a.post_no {
|
||||
color: inherit;
|
||||
}
|
||||
p.intro a.post_no, p.intro a.email {
|
||||
.intro a.post_no, p.intro a.email {
|
||||
margin: 0;
|
||||
}
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #0091ff;
|
||||
}
|
||||
p.intro a.email:hover span.name {
|
||||
.intro a.email:hover span.name {
|
||||
color: #ffffff;
|
||||
}
|
||||
p.intro label {
|
||||
.intro label {
|
||||
display: inline;
|
||||
}
|
||||
h2 {
|
||||
|
@ -165,7 +165,7 @@ div.post.op {
|
|||
div.post.op hr {
|
||||
border-color: #040934;
|
||||
}
|
||||
p.intro {
|
||||
.intro {
|
||||
margin: 0.5em 0;
|
||||
padding: 0;
|
||||
padding-bottom: 0.2em;
|
||||
|
@ -174,19 +174,19 @@ input.delete {
|
|||
float: left;
|
||||
margin: 1px 6px 0 0;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #CCCCEE;
|
||||
font-weight: bold;
|
||||
}
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: #BBBBDD;
|
||||
font-weight: bold;
|
||||
}
|
||||
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
color: #CCCCEE;
|
||||
margin-left: 0;
|
||||
}
|
||||
p.intro a {
|
||||
.intro a {
|
||||
margin-left: 8px;
|
||||
}
|
||||
div.delete {
|
||||
|
|
|
@ -25,11 +25,11 @@ a.post_no {
|
|||
color: #000033;
|
||||
}
|
||||
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #0093AB;
|
||||
}
|
||||
|
||||
p.intro a.email:hover span.name {
|
||||
.intro a.email:hover span.name {
|
||||
color: #DD0000;
|
||||
}
|
||||
|
||||
|
@ -49,12 +49,12 @@ div.post.op hr {
|
|||
border-color: #B7C9D5;
|
||||
}
|
||||
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #117743;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: #117743;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
|
61
stylesheets/mod/ban-list.css
Normal file
61
stylesheets/mod/ban-list.css
Normal file
|
@ -0,0 +1,61 @@
|
|||
#banlist {
|
||||
clear: left;
|
||||
}
|
||||
#banlist th {
|
||||
text-align: center;
|
||||
}
|
||||
#banlist th, #banlist td {
|
||||
margin: 2px;
|
||||
padding: 2px;
|
||||
overflow: hidden;
|
||||
}
|
||||
#banlist td:hover {
|
||||
overflow: visible;
|
||||
height: auto !important;
|
||||
background-color: white;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
border: 1px solid black;
|
||||
padding: 1px;
|
||||
}
|
||||
.banlist-opts {
|
||||
}
|
||||
.banlist-opts .checkboxes {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
.banlist-opts .checkboxes label {
|
||||
display: block;
|
||||
color: black;
|
||||
}
|
||||
.banlist-opts .buttons {
|
||||
float: left;
|
||||
width: 50%;
|
||||
}
|
||||
.banlist-opts .buttons * {
|
||||
display: inline-block;
|
||||
width: 49%;
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
tr.tblhead {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
clear: left;
|
||||
width: 100%;
|
||||
}
|
||||
tr.tblhead > th {
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
float: left;
|
||||
padding: 0;
|
||||
color: black;
|
||||
}
|
||||
tr.tblhead > th.sortable {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
body {
|
||||
min-width: 980px;
|
||||
}
|
|
@ -52,7 +52,7 @@ input[type="text"], input[type="password"], textarea, input[type="submit"], inpu
|
|||
border: 1px solid #202020;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
font-size: 11pt;
|
||||
color: #505050;
|
||||
font-weight: bold;
|
||||
|
@ -88,16 +88,16 @@ div.post.reply.highlighted {
|
|||
background: #111111;
|
||||
}
|
||||
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
p.intro a.email:hover span.name {
|
||||
.intro a.email:hover span.name {
|
||||
color: #A0A0A0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #606060;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,11 +20,11 @@ a.post_no {
|
|||
color: #000033;
|
||||
}
|
||||
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #608673;
|
||||
}
|
||||
|
||||
p.intro a.email:hover span.name {
|
||||
.intro a.email:hover span.name {
|
||||
color: #DD0000;
|
||||
}
|
||||
|
||||
|
@ -44,12 +44,12 @@ div.post.op hr {
|
|||
border-color: #608673;
|
||||
}
|
||||
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #8a2e2e;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: #117743;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
|
|
@ -65,7 +65,7 @@ form[name="postcontrols"] {
|
|||
margin: 20px auto;
|
||||
}
|
||||
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: #800000;
|
||||
font-weight: 800;
|
||||
}
|
||||
|
@ -104,11 +104,11 @@ div.post.reply.highlighted {
|
|||
background-image: url('img/jungle_td_dark.png');;
|
||||
}
|
||||
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #0000EE;
|
||||
}
|
||||
|
||||
p.intro a.email:hover span.name {
|
||||
.intro a.email:hover span.name {
|
||||
color: #00990B;
|
||||
}
|
||||
|
||||
|
|
|
@ -325,3 +325,7 @@ form table tr td div {
|
|||
.recaptchatable .recaptcha_image_cell {
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:not(.bottom) {
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
|
|
|
@ -41,7 +41,7 @@ a.email span.name {
|
|||
color: #5A8C99 !important;
|
||||
}
|
||||
|
||||
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
color: #6E0877;
|
||||
}
|
||||
|
||||
|
@ -157,7 +157,7 @@ div.banner, .replymode, .catalogmode {
|
|||
font-weight:800;
|
||||
}
|
||||
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #4D2C80;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -190,7 +190,7 @@ blockquote {
|
|||
.de-refmap {
|
||||
color: #4C505E !important;
|
||||
}
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.quote {
|
||||
|
|
|
@ -256,7 +256,7 @@ border-top: 1px solid #835B36 !important;
|
|||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div {
|
||||
#options_div, #alert_div {
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ background-repeat: repeat;
|
|||
background-color: #200000;
|
||||
}
|
||||
|
||||
p.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
.intro span.capcode, p.intro a.capcode, p.intro a.nametag {
|
||||
color: #26899C;
|
||||
}
|
||||
|
||||
|
@ -154,7 +154,7 @@ div.banner, .replymode, .catalogmode {
|
|||
font-weight:800;
|
||||
}
|
||||
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #771018;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ div.title, h1 {
|
|||
div.title p {
|
||||
font-size: 10px;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #00FF00;
|
||||
text-decoration: underline;
|
||||
font-family: sans-serif;
|
||||
|
@ -62,21 +62,21 @@ div.post.reply div.body a:link, div.post.reply div.body a:visited {
|
|||
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover {
|
||||
color: #00FF00;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
font-size: 12px;
|
||||
font-family: sans-serif;
|
||||
color: #446655;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: #00FF00;
|
||||
font-weight: 800;
|
||||
}
|
||||
p.intro a.capcode, p.intro a.nametag {
|
||||
.intro a.capcode, p.intro a.nametag {
|
||||
color: #00FF00;
|
||||
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 {
|
||||
.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name {
|
||||
color: #00FF00;
|
||||
}
|
||||
input[type="text"], textarea, select {
|
||||
|
|
|
@ -202,7 +202,7 @@ div.boardlist.bottom {
|
|||
background-color: rgba(0%, 0%, 0%, 0.45);
|
||||
}
|
||||
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color:#ee8100;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,274 +0,0 @@
|
|||
/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
|
||||
.tooltipster-default {
|
||||
border-radius: 5px;
|
||||
border: 2px solid #000;
|
||||
background: #4c4c4c;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
/* Use this next selector to style things like font-size and line-height: */
|
||||
.tooltipster-default .tooltipster-content {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
line-height: 16px;
|
||||
padding: 8px 10px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
|
||||
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
|
||||
/* border-color: ... !important; */
|
||||
}
|
||||
|
||||
|
||||
/* If you're using the icon option, use this next selector to style them */
|
||||
.tooltipster-icon {
|
||||
cursor: help;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* This is the base styling required to make all Tooltipsters work */
|
||||
.tooltipster-base {
|
||||
padding: 0;
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
z-index: 9999999;
|
||||
pointer-events: none;
|
||||
width: auto;
|
||||
overflow: visible;
|
||||
}
|
||||
.tooltipster-base .tooltipster-content {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
|
||||
/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
|
||||
.tooltipster-arrow {
|
||||
display: block;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: -1;
|
||||
}
|
||||
.tooltipster-arrow span, .tooltipster-arrow-border {
|
||||
display: block;
|
||||
width: 0;
|
||||
height: 0;
|
||||
position: absolute;
|
||||
}
|
||||
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
|
||||
border-left: 8px solid transparent !important;
|
||||
border-right: 8px solid transparent !important;
|
||||
border-top: 8px solid;
|
||||
bottom: -7px;
|
||||
}
|
||||
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
|
||||
border-left: 9px solid transparent !important;
|
||||
border-right: 9px solid transparent !important;
|
||||
border-top: 9px solid;
|
||||
bottom: -7px;
|
||||
}
|
||||
|
||||
.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
|
||||
border-left: 8px solid transparent !important;
|
||||
border-right: 8px solid transparent !important;
|
||||
border-bottom: 8px solid;
|
||||
top: -7px;
|
||||
}
|
||||
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
|
||||
border-left: 9px solid transparent !important;
|
||||
border-right: 9px solid transparent !important;
|
||||
border-bottom: 9px solid;
|
||||
top: -7px;
|
||||
}
|
||||
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
|
||||
left: 6px;
|
||||
}
|
||||
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
|
||||
left: 5px;
|
||||
}
|
||||
.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
|
||||
right: 6px;
|
||||
}
|
||||
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
|
||||
right: 5px;
|
||||
}
|
||||
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
|
||||
border-top: 8px solid transparent !important;
|
||||
border-bottom: 8px solid transparent !important;
|
||||
border-left: 8px solid;
|
||||
top: 50%;
|
||||
margin-top: -7px;
|
||||
right: -7px;
|
||||
}
|
||||
.tooltipster-arrow-left .tooltipster-arrow-border {
|
||||
border-top: 9px solid transparent !important;
|
||||
border-bottom: 9px solid transparent !important;
|
||||
border-left: 9px solid;
|
||||
margin-top: -8px;
|
||||
}
|
||||
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
|
||||
border-top: 8px solid transparent !important;
|
||||
border-bottom: 8px solid transparent !important;
|
||||
border-right: 8px solid;
|
||||
top: 50%;
|
||||
margin-top: -7px;
|
||||
left: -7px;
|
||||
}
|
||||
.tooltipster-arrow-right .tooltipster-arrow-border {
|
||||
border-top: 9px solid transparent !important;
|
||||
border-bottom: 9px solid transparent !important;
|
||||
border-right: 9px solid;
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
|
||||
/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
|
||||
|
||||
.tooltipster-fade {
|
||||
opacity: 0;
|
||||
-webkit-transition-property: opacity;
|
||||
-moz-transition-property: opacity;
|
||||
-o-transition-property: opacity;
|
||||
-ms-transition-property: opacity;
|
||||
transition-property: opacity;
|
||||
}
|
||||
.tooltipster-fade-show {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.tooltipster-grow {
|
||||
-webkit-transform: scale(0,0);
|
||||
-moz-transform: scale(0,0);
|
||||
-o-transform: scale(0,0);
|
||||
-ms-transform: scale(0,0);
|
||||
transform: scale(0,0);
|
||||
-webkit-transition-property: -webkit-transform;
|
||||
-moz-transition-property: -moz-transform;
|
||||
-o-transition-property: -o-transform;
|
||||
-ms-transition-property: -ms-transform;
|
||||
transition-property: transform;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
.tooltipster-grow-show {
|
||||
-webkit-transform: scale(1,1);
|
||||
-moz-transform: scale(1,1);
|
||||
-o-transform: scale(1,1);
|
||||
-ms-transform: scale(1,1);
|
||||
transform: scale(1,1);
|
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
|
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
}
|
||||
|
||||
.tooltipster-swing {
|
||||
opacity: 0;
|
||||
-webkit-transform: rotateZ(4deg);
|
||||
-moz-transform: rotateZ(4deg);
|
||||
-o-transform: rotateZ(4deg);
|
||||
-ms-transform: rotateZ(4deg);
|
||||
transform: rotateZ(4deg);
|
||||
-webkit-transition-property: -webkit-transform, opacity;
|
||||
-moz-transition-property: -moz-transform;
|
||||
-o-transition-property: -o-transform;
|
||||
-ms-transition-property: -ms-transform;
|
||||
transition-property: transform;
|
||||
}
|
||||
.tooltipster-swing-show {
|
||||
opacity: 1;
|
||||
-webkit-transform: rotateZ(0deg);
|
||||
-moz-transform: rotateZ(0deg);
|
||||
-o-transform: rotateZ(0deg);
|
||||
-ms-transform: rotateZ(0deg);
|
||||
transform: rotateZ(0deg);
|
||||
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
|
||||
-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
|
||||
-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
|
||||
-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
|
||||
-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
|
||||
transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
|
||||
}
|
||||
|
||||
.tooltipster-fall {
|
||||
top: 0;
|
||||
-webkit-transition-property: top;
|
||||
-moz-transition-property: top;
|
||||
-o-transition-property: top;
|
||||
-ms-transition-property: top;
|
||||
transition-property: top;
|
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
|
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
}
|
||||
.tooltipster-fall-show {
|
||||
}
|
||||
.tooltipster-fall.tooltipster-dying {
|
||||
-webkit-transition-property: all;
|
||||
-moz-transition-property: all;
|
||||
-o-transition-property: all;
|
||||
-ms-transition-property: all;
|
||||
transition-property: all;
|
||||
top: 0px !important;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.tooltipster-slide {
|
||||
left: -40px;
|
||||
-webkit-transition-property: left;
|
||||
-moz-transition-property: left;
|
||||
-o-transition-property: left;
|
||||
-ms-transition-property: left;
|
||||
transition-property: left;
|
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
|
||||
-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
|
||||
}
|
||||
.tooltipster-slide.tooltipster-slide-show {
|
||||
}
|
||||
.tooltipster-slide.tooltipster-dying {
|
||||
-webkit-transition-property: all;
|
||||
-moz-transition-property: all;
|
||||
-o-transition-property: all;
|
||||
-ms-transition-property: all;
|
||||
transition-property: all;
|
||||
left: 0px !important;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
||||
/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
|
||||
.tooltipster-content-changing {
|
||||
opacity: 0.5;
|
||||
-webkit-transform: scale(1.1, 1.1);
|
||||
-moz-transform: scale(1.1, 1.1);
|
||||
-o-transform: scale(1.1, 1.1);
|
||||
-ms-transform: scale(1.1, 1.1);
|
||||
transform: scale(1.1, 1.1);
|
||||
}
|
191
stylesheets/v8ch.css
Normal file
191
stylesheets/v8ch.css
Normal file
|
@ -0,0 +1,191 @@
|
|||
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
|
||||
|
||||
body{
|
||||
background: #eee !important;
|
||||
font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
|
||||
}
|
||||
|
||||
a{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.boardlist{
|
||||
width: 100% !important;
|
||||
position: fixed !important;
|
||||
z-index: 99999 !important;
|
||||
top: 0 !important;
|
||||
left: 0 !important;
|
||||
color: #222 !important;
|
||||
background: #fff !important;
|
||||
padding: 1em !important;
|
||||
box-sizing: border-box !important;
|
||||
margin-top: 0 !important;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
|
||||
img.banner,
|
||||
img.board_image{
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.board_image,
|
||||
.board_image + header{
|
||||
margin-top: 3.75em !important;
|
||||
margin-bottom: 1em !important;
|
||||
float: left !important;
|
||||
}
|
||||
|
||||
.board_image + header{
|
||||
margin-left: 1em !important;
|
||||
}
|
||||
|
||||
header,
|
||||
header h1,
|
||||
header .subtitle{
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.board_image + header + .banner{
|
||||
width: 100% !important;
|
||||
float: left !important;
|
||||
margin-top: 0 !important;
|
||||
margin-left: 0 !important;
|
||||
padding: 0.5em 0 !important;
|
||||
background-color: #666 !important;
|
||||
}
|
||||
|
||||
form[name=post]{
|
||||
box-sizing: border-box !important;
|
||||
position: fixed !important;
|
||||
bottom: 0 !important;
|
||||
right: 0 !important;
|
||||
background: #fff !important;
|
||||
margin-bottom: 0 !important;
|
||||
padding: 1em !important;
|
||||
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
|
||||
form[name=post] input[type="text"],
|
||||
form[name=post] textarea{
|
||||
width: 100% !important;
|
||||
padding: 0.5em !important;
|
||||
box-sizing: border-box !important;
|
||||
}
|
||||
|
||||
form table tr th{
|
||||
color: #fff !important;
|
||||
background: #222 !important;
|
||||
}
|
||||
|
||||
#expand-all-images,
|
||||
#shrink-all-images,
|
||||
#treeview{
|
||||
right: 1em !important;
|
||||
position: absolute !important;
|
||||
}
|
||||
|
||||
#expand-all-images{
|
||||
margin-top: 4em !important;
|
||||
}
|
||||
|
||||
#treeview{
|
||||
margin-top: 5em !important;
|
||||
}
|
||||
|
||||
#shrink-all-images{
|
||||
margin-top: 6em !important;
|
||||
}
|
||||
|
||||
#expand-all-images + hr,
|
||||
#shrink-all-images + hr{
|
||||
opacity: 0 !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
#treeview + hr{
|
||||
opacity: 0 !important;
|
||||
clear: both !important;
|
||||
}
|
||||
|
||||
#options_handler{
|
||||
margin-top: 3em !important;
|
||||
}
|
||||
|
||||
[id^=thread]{
|
||||
background: #f8f8f8 !important;
|
||||
margin-bottom: 1em !important;
|
||||
padding: 1em 1em 0 1em !important;
|
||||
border: none !important;
|
||||
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2) !important;
|
||||
}
|
||||
|
||||
[id^=thread] hr{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
[id^=thread] div.post.reply {
|
||||
margin: 0.5em 1em !important;
|
||||
padding: 0.5em !important;
|
||||
color: #222 !important;
|
||||
background: #fff !important;
|
||||
border: none !important;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
|
||||
[id^=thread] div.post.reply.highlighted {
|
||||
background: #fec !important;
|
||||
}
|
||||
|
||||
.intro.thread-hidden{
|
||||
padding-bottom: 1em !important;
|
||||
}
|
||||
|
||||
#vechan-reply,
|
||||
#update_thread{
|
||||
float: right;
|
||||
margin-right: 0.25em !important;
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
#update_thread{
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
#update_secs{
|
||||
color: #900 !important;
|
||||
}
|
||||
|
||||
.theme-catalog header{
|
||||
margin-top: 4em !important;
|
||||
}
|
||||
|
||||
.theme-catalog div.threads{
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.theme-catalog div.thread{
|
||||
color: #222 !important;
|
||||
word-break: break-all !important;
|
||||
background: #fff !important;
|
||||
border: none !important;
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
|
||||
.boardlist.bottom,
|
||||
.sub[data-description='1'],
|
||||
.sub[data-description='2'],
|
||||
.sub[data-description='3'],
|
||||
#quick-reply{
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
#favorite-star{
|
||||
text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) !important;
|
||||
}
|
||||
|
||||
pre.prettyprint.prettyprinted{
|
||||
display: block !important;
|
||||
overflow-x: scroll !important;
|
||||
}
|
||||
|
||||
/* If you want to make a redistributable style, be sure to have a Yotsuba B theme selected. */
|
|
@ -27,16 +27,16 @@ a.post_no {
|
|||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
p.intro a.post_no, p.intro a.email {
|
||||
.intro a.post_no, p.intro a.email {
|
||||
margin: 0;
|
||||
}
|
||||
p.intro a.email span.name {
|
||||
.intro a.email span.name {
|
||||
color: #34345C;
|
||||
}
|
||||
p.intro a.email:hover span.name {
|
||||
.intro a.email:hover span.name {
|
||||
color: #ff0000;
|
||||
}
|
||||
p.intro label {
|
||||
.intro label {
|
||||
display: inline;
|
||||
}
|
||||
h2 {
|
||||
|
@ -155,7 +155,7 @@ div.post.op {
|
|||
div.post.op hr {
|
||||
border-color: #D9BFB7;
|
||||
}
|
||||
p.intro {
|
||||
.intro {
|
||||
margin: 0.5em 0;
|
||||
padding: 0;
|
||||
padding-bottom: 0.2em;
|
||||
|
@ -164,19 +164,19 @@ input.delete {
|
|||
float: left;
|
||||
margin: 1px 6px 0 0;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #0F0C5D;
|
||||
font-weight: bold;
|
||||
}
|
||||
p.intro span.name {
|
||||
.intro span.name {
|
||||
color: #117743;
|
||||
font-weight: bold;
|
||||
}
|
||||
p.intro a.capcode, p.intro a.nametag {
|
||||
.intro a.capcode, p.intro a.nametag {
|
||||
color: #F00000;
|
||||
margin-left: 0;
|
||||
}
|
||||
p.intro a {
|
||||
.intro a {
|
||||
margin-left: 8px;
|
||||
}
|
||||
div.delete {
|
||||
|
|
|
@ -2,7 +2,7 @@ body {
|
|||
background: #ffe url('img/fade-yotsuba.png') repeat-x 50% 0%;
|
||||
color: #800000;
|
||||
}
|
||||
a:link, a:visited, p.intro a.email span.name {
|
||||
a:link, a:visited, .intro a.email span.name {
|
||||
color: #0000ff;
|
||||
}
|
||||
a:link:hover {
|
||||
|
@ -22,7 +22,7 @@ div.post.reply.highlighted {
|
|||
div.post.reply div.body a {
|
||||
color: navy;
|
||||
}
|
||||
p.intro span.subject {
|
||||
.intro span.subject {
|
||||
color: #d00;
|
||||
}
|
||||
form table tr th {
|
||||
|
@ -71,6 +71,10 @@ table.modlog tr th {
|
|||
}
|
||||
|
||||
/* options.js */
|
||||
#options_div {
|
||||
#options_div, #alert_div {
|
||||
background: #f0e0d6;
|
||||
}
|
||||
|
||||
.desktop-style div.boardlist:nth-child(1) {
|
||||
background-color: #F0E0D6;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue