mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +00:00
152 lines
2.7 KiB
CSS
152 lines
2.7 KiB
CSS
body
|
|
{
|
|
margin: 20px;
|
|
padding: 0;
|
|
font: 80%/1.2 helvetica, arial, sans-serif;
|
|
color: #444;
|
|
background: #000;
|
|
}
|
|
|
|
#container
|
|
{
|
|
margin: 0 auto;
|
|
width: 800px;
|
|
background:#fff;
|
|
}
|
|
|
|
#header
|
|
{
|
|
background:#ccc;
|
|
padding: 20px;
|
|
}
|
|
|
|
#header h1 { margin: 0; }
|
|
|
|
#navigation
|
|
{
|
|
float: left;
|
|
width: 800px;
|
|
background:#333;
|
|
}
|
|
|
|
#navigation ul
|
|
{
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#navigation ul li
|
|
{
|
|
list-style-type: none;
|
|
display: inline;
|
|
}
|
|
|
|
#navigation li a
|
|
{
|
|
display: block;
|
|
float: left;
|
|
padding: 5px 10px;
|
|
color:#fff;
|
|
text-decoration: none;
|
|
border-right: 1px solid#fff;
|
|
}
|
|
|
|
#navigation li a:hover { background:#383; }
|
|
|
|
#content
|
|
{
|
|
clear: left;
|
|
padding: 20px;
|
|
}
|
|
|
|
#content h2
|
|
{
|
|
color:#000;
|
|
font-size: 160%;
|
|
margin: 0 0 .5em;
|
|
}
|
|
|
|
#footer
|
|
{
|
|
background:#ccc;
|
|
text-align: right;
|
|
padding: 20px;
|
|
height: 1%;
|
|
}
|
|
|
|
#content #messagelist
|
|
{
|
|
width: 760px;
|
|
border: 1px solid #efefef;
|
|
background: #ffc;
|
|
list-style-type: none;
|
|
margin: 0px;
|
|
padding: 0px 0px 5px;
|
|
}
|
|
#content #messagelist li
|
|
{
|
|
margin: 0px;
|
|
padding-left: 5px;
|
|
padding-top: 2px;
|
|
}
|
|
|
|
table
|
|
{text-align: center;
|
|
font-weight: normal;
|
|
font-size: 11px;
|
|
color: #fff;
|
|
background-color: #666;
|
|
border: 0px;
|
|
border-collapse: collapse;
|
|
border-spacing: 0px;}
|
|
|
|
table td
|
|
{
|
|
color: #000;
|
|
padding: 4px;
|
|
text-align: left;
|
|
border: 1px #fff solid;}
|
|
|
|
table tr { background-color: #CCC; }
|
|
table tr:nth-child(odd) { background-color: #ddd; }
|
|
table tr:hover { background-color: #eed; }
|
|
table tr#alt-application { background-color: #FFA545; }
|
|
|
|
table th
|
|
{background-color: #333;
|
|
color: #fff;
|
|
padding: 4px;
|
|
text-align: left;
|
|
border-bottom: 2px #fff solid;
|
|
font-size: 12px;
|
|
font-weight: bold;}
|
|
|
|
table th a
|
|
{color: #fff;
|
|
}
|
|
|
|
table th a:visted
|
|
{color: #fff;
|
|
}
|
|
|
|
|
|
.character_info > div { margin-bottom: 2em; }
|
|
.character_info .character_portrait, .character_info .character_corporation, .character_info .character_alliance { float: right; }
|
|
.character_info .character_corporation { clear: right; margin-left: 2em; }
|
|
.character_info .character_corporation span, .character_info .character_alliance span { font-weight: bold; display: block; text-align: center; }
|
|
.character_info .character_attributes ul { margin: .25em 2em; padding: 0; }
|
|
.character_info .character_skills table { width: 100%; }
|
|
.character_info .character_skills .intraining { background-color: #cc6600; }
|
|
.character_info .character_stats table { width: 300px; }
|
|
.character_info .character_attributes .stat { font-weight: bold; }
|
|
.character_skills th { cursor:pointer;cursor:hand; }
|
|
.toggle_off th { background-color: #000; }
|
|
.skill_controls { margin-bottom: .5em; }
|
|
.skill_controls a {
|
|
background: none repeat scroll 0 0 #CC6600;
|
|
color: #FFFFFF;
|
|
display: inline-block;
|
|
padding: 4px 12px 4px;
|
|
text-decoration: none;
|
|
}
|