mirror of
https://github.com/SWG-Source/auth-site.git
synced 2026-07-13 22:01:16 -04:00
32 lines
499 B
CSS
32 lines
499 B
CSS
body {
|
|
background: #f7f7f7;
|
|
padding: 5px;
|
|
}
|
|
|
|
#popup_container {
|
|
background: #fff;
|
|
padding: 5px;
|
|
}
|
|
|
|
#content {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.popup_title {
|
|
font-family: 'Lucida Grande', 'Trebuchet MS', Verdana, Sans-Serif;
|
|
font-size: 170%;
|
|
letter-spacing: -1px;
|
|
font-weight: bold;
|
|
color: #666;
|
|
margin: 0 0 5px 0;
|
|
border-bottom: 2px solid #999;
|
|
}
|
|
|
|
.close_link {
|
|
float: right;
|
|
font-size: 13px;
|
|
margin-top: 7px;
|
|
font-weight: normal;
|
|
letter-spacing: normal;
|
|
} |