|
|
(433 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| @import "http://static.anidb.net/css/sub-silver/sub-silver.css"; | | @import "http://static.anidb.net/css/sub-silver/sub-silver.css"; |
|
| |
|
| #layout-content | | #layout-menu ul li |
| {
| | margin-top: 0; |
| margin-top: 10px;
| | border-top-width: 0; |
| }
| | padding-top: 0; |
| | | margin-bottom: -2px; |
| #layout-tabs
| | border-bottom-width: 0; |
| {
| | padding-bottom: 0; |
| margin-left: 165px;
| |
| padding: 1em;
| |
| padding-bottom: 0;
| |
| margin-top: 0;
| |
| padding: 0;
| |
| }
| |
| | |
| #layout-tabs ul
| |
| {
| |
| margin-top: 5px;
| |
| margin-left: 6px;
| |
| display: inline;
| |
| cursor: pointer;
| |
| border: none;
| |
| background-color: inherit;
| |
| }
| |
| #layout-tabs ul li
| |
| {
| |
| display: inline;
| |
| padding: 1px 6px 1px 6px;
| |
| border: 1px #867f6a solid;
| |
| border-bottom: 0;
| |
| }
| |
| #layout-tabs ul li:hover,
| |
| #layout-tabs ul li.selected
| |
| {
| |
| background-color: #cedadb;
| |
| }
| |
| #layout-tabs ul li.selected
| |
| {
| |
| border-bottom: 2px solid #cedadb;
| |
| }
| |
| | |
| #layout-tabs ul li+li
| |
| {
| |
| margin-left: 6px;
| |
| } | | } |