瀏覽代碼

Remove more OT colours from Sugoi CSS

undefined
Tomochin 4 年之前
父節點
當前提交
5dce747522
共有 1 個文件被更改,包括 9 次插入10 次删除
  1. +9
    -10
      static/styles/sugoi/style.css

+ 9
- 10
static/styles/sugoi/style.css 查看文件

@@ -54,7 +54,7 @@ button:hover, input[type=button]:hover, input[type=submit]:hover {
background: #081654;
}
button:focus, input[type=button]:focus, input[type=submit]:focus {
background: #D48DD8;
background: #6687ff;
}

.spoilerButton {
@@ -64,13 +64,13 @@ button:focus, input[type=button]:focus, input[type=submit]:focus {
.forum_post .body a:not([href="#"]), .rule_summary a, .wiki_article a, #actual_rules a, .news_post .pad a, .store_table a {
text-decoration: none;
border: none;
color: #862A5E;
color: #000045;
}

.forum_post .body a:hover:not([href="#"]), .rule_summary a:hover, .wiki_article a:hover, #actual_rules a:hover, .news_post .pad a:hover, .store_table a:hover {
text-decoration: underline;
border: none;
color: #B65A8E;
color: #0B2592;
}

h1,h2,h3,h4 {
@@ -153,7 +153,7 @@ ul.thin li { margin:0px 0px; padding:0px; }
}

#logo {
width: 620px;
width: 300px;
height: 197px;
background: url('images/logo.png') no-repeat center center;
margin: 0 auto;
@@ -648,7 +648,6 @@ color: #FFFFFF;
}

.colhead_dark {
/* background: #E1E1E1; */
background: #081654;
color: #FFF;
}
@@ -1103,10 +1102,10 @@ div[class~=tooltipster-content] > a {
margin-bottom: 5px;
}
#request_table .request:nth-of-type(odd){
background: #FAD1E3;
background: #6687ff;
}
#request_table .request:nth-of-type(even){
background: #EDC5F4;
background: #335fff;
}

/* workaround for calendar display issue */
@@ -1123,12 +1122,12 @@ ol {
}

#coverCont {
background-color: #FF5AA5;
background-color: #335fff;
padding: 5px;
box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
#coverCont img {
background-color: #FFD2E6;
background-color: #335fff;
}
.torrent_info {
font-size: 100%;
@@ -1150,7 +1149,7 @@ ol {
}

.row_hl {
background-color: #EED5F1;
background-color: #4d73ff;
}

input.inputtext {


Loading…
取消
儲存