相对于之前的主题主要做减法,将原来比较看起来比较重的颜色标签用更亮、更轻的颜色代替。
/* Mint
* Theme by Hanamura at 20200324.
* Please notice that this theme is still in developing.
* Using CSS 3,Chorme is recommended.
* Use your computer for a better user experience.
* Use the Begonia Season theme for a better user experience.
*/
/*General Style*/
body {
background: #dfe2cf url("/attachments/202003/202003241129232fc5498a42f468711c5eb91e1df3d0de.jpg") repeat-y;
}
body, p ,h1, h2, h3, h4, h5, h6, ul, dl, dt, form, input{
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
em {
font-style: normal;
}
img {
border: 0px;
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
}
html body {
font-family: 'Titillium Web', Tahoma, Arial;
}
/*Fix issues*/
.inframe {
}
/*Navi Bar*/
#nav_block #mainmenu {
background-color: rgb(255, 255, 255);
}
ul.menu li a:link, ul.menu li a {
color: #000;
font-family: 'Titillium Web', Tahoma, Arial;
font-size: 14px;
}
ul.menu li a:link, ul.menu li a:visited {
color: #000;
font-size: 14px;
}
ul.menu li a:hover, ul.menu li.selected a, ul.menu li.selected a:hover {
border-bottom: 0px #fff;
border-color: #3bc;
}
#nav_block ul.menu li a:hover, ul.menu li.selected a, ul.menu li.selected a:hover {
border-bottom: 0px #fff;
background: none;
color: rgba(0, 0, 0, 0.5);
font-weight: normal;
}
#nav_block ul.menu li.selected a {
color: #000;
}
/*Fix Color*/
#info_block {
background-color: rgba(255, 255, 255, 0.75)
}
#outer {
background-color: rgba(255, 255, 255, 0.75)
}
td.colhead {
border-top: 1px solid rgba(0, 0, 0, 0.15);
color: #000;
}
form {
margin-top: 5px;
}
font.color_bonus, font.color_invite, font.color_ratio, font.color_uploaded, font.color_downloaded, font.color_active, font.color_connectable, font.color_slots {
color: #000;
}
select, textarea, option {
background: none;
border: solid 1px rgba(0, 0, 0, 0.15);
}
td.colhead a, h2{
color: #000;
}
button, .btn, a .btn {
background-color: rgba(51, 187, 204, 1);
color: #fff;
}
/*Footer*/
body #footer, body #footer a {
}
body #footer a:hover {
color: #87cefa;
}
/*button*/
input, #btn, tbody tr td form input, tbody input#qr, #hbsubmit, #outer table .btn {
margin: 5px;
background-color: rgba(51, 187, 204, 1);
border: solid 0px rgba(0, 0, 0, 0.3);
color: #fff;
padding: 5px 5px;
}
td.embedded #searchinput, td.embedded #searchinput:hover, tbody tr td.rowfollow input, #shbox_text, #outer table a .btn, #specialboxg, .toolbox input {
background-color: #fff;
border: solid 1px rgba(0, 0, 0, 0.3);
color: #000;
padding: 5px 5px;
}
/*tag*/
.tag-tjupt {
background-color: #46A3FF;
}
.tag-internal-team {
background-color: #93FF93;
}
.tag-hot {
background-color: #FFAF60;
}
.tag-classic {
background-color: #1AFD9C;
}
.tag-recommended {
background-color: #BE77FF;
}
.tag-zeroday {
background-color: #ADADAD;
}
.tag-exclusive {
background-color: #FF5151;
}
.tag-banned {
background-color: #FF2D2D;
}
.tag-keepseed {
background-color: #81C0C0;
}
.tag-response {
background-color: #7D7DFF;
}
.tag-chinese {
background-color: #FF60AF;
}
.tag-sticky {
background-color: #FF9D6F;
}
.tag-imdb {
background-color: #FFDC35;
}
.conn-yes {
background-color: #02DF82;
}
.conn-- {
background-color: #FFDC35;
}
.conn-no {
background-color: #FF5151;
}
td a b {
font-weight: 600;
}
/*temporary*/
.logo_img {
display: none;
}