|
|
(32 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| @import "http://static.anidb.net/css-dev/test/test.css";
| | /* Main */ |
| | | body { margin:15px;font: 10pt "Trebuchet MS"; } |
| | | /* Links */ |
| #layout-menu li.sub-menu ul li#user-xauth
| | a.sort { text-decoration:none; color: #001337; font-weight: bold; font-size: 15pt; } |
| { | | a { color:#303D50;text-decoration:none;font-weight:bold; } |
| background:url("http://static.anidb.net/css/icons/orange/button_logon.gif") no-repeat scroll 0 0 transparent;
| | a:hover { color:#303D50;text-decoration:underline;font-weight:bold; } |
| height:12px;
| | /* Tabelle */ |
| width:42px;
| | th,td { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size: 12px; } |
| /*
| | table.main { padding:0px; border-spacing:0px; width=42%; } |
| margin:3px 2px 3px 10px;
| | table.tv {border: 1px #808080 solid; padding:0px; border-spacing:0px;} |
| float:left;
| | table.tv tr th { padding:3px; background-color:#ccc; border-bottom: 1px #808080 solid; text-align:left;} |
| */
| | table.tv tr td { padding:6px;} |
| margin:-15px 2px 3px 58px;
| | table.tv tr:hover { background-color: #B0B0B0 } |
| padding:0;
| | table.tv tr td + td, table.tv th + th {border-left: 1px #808080 solid;} |
| | | table.tv tr + tr td {border-top: 1px #808080 solid;} |
| } | |
| | |
| #layout-menu li.sub-menu ul li#user-signup
| |
| { | |
| background:url("http://static.anidb.net/css/icons/orange/button_signup.gif") no-repeat scroll 0 0 transparent;
| |
| height:12px;
| |
| width:42px;
| |
| /* | |
| float:right;
| |
| margin:3px 10px 3px 2px;
| |
| */ | |
| margin:3px 10px 3px 8px;
| |
| padding:0;
| |
| } | |
| | |
| | |
| #layout-menu li.sub-menu ul li#user-signup button,
| |
| #layout-menu li.sub-menu ul li#user-xauth button
| |
| { | |
| background:none repeat scroll 0 0 transparent;
| |
| border:medium none; | |
| cursor:pointer;
| |
| height:12px;
| |
| display:block;
| |
| } | |
| | |
| #layout-menu li.sub-menu ul li#user-xauth button span,
| |
| #layout-menu li.sub-menu ul li#user-signup a span
| |
| { | |
| display: none;
| |
| }
| |
| | |
| #layout-menu li.sub-menu ul li#user-xpass:hover,
| |
| #layout-menu li.sub-menu ul li#user-xname:hover, | |
| #layout-menu li.sub-menu ul li#user-xkeep:hover,
| |
| #layout-menu li.sub-menu ul li#user-xauth:hover
| |
| { | |
| background-color: #34394D; | |
| } | |
| | |
| #layout-menu li.sub-menu ul li#user-xpass input,
| |
| #layout-menu li.sub-menu ul li#user-xname input
| |
| { | |
| font-size:13px;
| |
| }
| |
| | |
| #layout-menu li.sub-menu ul li.alert | |
| {
| |
| clear:right;
| |
| } | |
| | |
| #layout-menu li.sub-menu ul li#user-xname,
| |
| #layout-menu li.sub-menu ul li#user-pass
| |
| { | |
| padding-bottom: 0.2em;
| |
| } | |