|
|
(404 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: 1px;
| | 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-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: silver;
| |
| }
| |
| #layout-tabs ul li.selected
| |
| {
| |
| border-bottom: 2px solid #inherit;
| |
| }
| |
| | |
| #layout-tabs ul li+li
| |
| {
| |
| margin-left: 6px;
| |
| }
| |
| | |
| *.i_comment_add
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/comment_add.png);
| |
| }
| |
| | |
| *.i_comment_delete
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/comment_delete.png);
| |
| }
| |
| | |
| *.i_comment_edit
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/comment_edit.png);
| |
| }
| |
| | |
| *.i_user_add
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/user_add.png);
| |
| }
| |
| | |
| *.i_user_delete
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/user_delete.png);
| |
| }
| |
| | |
| *.i_user_info
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/user_info.png);
| |
| }
| |
| | |
| *.i_user_mylist
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/user_mylist.png);
| |
| }
| |
| | |
| *.i_user_page
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/user_page.png);
| |
| }
| |
| | |
| *.i_user_send
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/user_send.png);
| |
| }
| |
| | |
| *.i_user_votes
| |
| {
| |
| background-image: url(http://static.anidb.net/css/icons/test/user_votes.png);
| |
| }
| |
| | |
| | |
| *.i_icon
| |
| {
| |
| text-indent: 0px;
| |
| overflow: hidden;
| |
| line-height: 500px;
| |
| }
| |
| | |
| *.icons
| |
| {
| |
| float: right;
| |
| } | | } |
Latest revision as of 01:30, 17 February 2008
@import "http://static.anidb.net/css/sub-silver/sub-silver.css";
#layout-menu ul li
margin-top: 0;
border-top-width: 0;
padding-top: 0;
margin-bottom: -2px;
border-bottom-width: 0;
padding-bottom: 0;
}