1
0
Fork 0
oldhaven/public/stylesheets/misc.css

78 lines
1.8 KiB
CSS
Raw Normal View History

2011-06-14 16:05:12 +00:00
.fullscreen {
2011-06-27 11:14:14 +00:00
width: 100%;
height: 100%;
text-align: center; }
.button {
2011-06-27 11:14:14 +00:00
display: inline;
width: auto;
padding: 5px 10px;
border: 1px solid;
cursor: pointer;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.button.gray {
background-color: #EEE;
color: #444;
border-color: #DDD; }
2011-06-15 01:42:50 +00:00
2011-06-27 11:14:14 +00:00
/* Scrollbars */
.css-scrollbar .scrollbar-pane {
margin-right: 8px; }
.css-scrollbar .scrollbar-handle-container {
width: 8px; }
.css-scrollbar .scrollbar-handle {
width: 8px; }
.css-scrollbar.data-container .scrollbar-handle-container {
background-color: #FFF; }
.css-scrollbar.data-container .scrollbar-handle {
background-color: #CCC; }
.css-scrollbar.data-container .scrollbar-handle:hover {
background-color: #999; }
.css-scrollbar.data-container .scrollbar-handle.move {
background-color: #AAA; }
.css-scrollbar.player-container .scrollbar-handle-container {
background-color: #222; }
.css-scrollbar.player-container .scrollbar-handle {
background-color: #444; }
.css-scrollbar.player-container .scrollbar-handle:hover {
background-color: #666; }
.css-scrollbar.player-container .scrollbar-handle.move {
background-color: #888; }
2011-06-15 01:42:50 +00:00
2011-06-27 11:14:14 +00:00
.error_page {
position: relative;
width: 600px;
text-align: center;
top: 100px;
left: 50%;
margin-left: -300px; }
.error_page h1 {
font-size: 150px; }
.error_page span {
font-size: 24px; }
2011-06-15 01:42:50 +00:00
2011-06-16 00:19:40 +00:00
.kaboom {
2011-06-27 11:14:14 +00:00
width: 100%;
height: 30px;
clear: both; }
.auth_notice {
2011-06-27 11:14:14 +00:00
display: none;
position: absolute;
background-color: #07F;
color: #FFF;
top: 32px;
left: 230px;
padding: 8px;
border: #05D 1px solid;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px; }
.auth_notice .arrow {
float: left;
margin: -8px 15px 0 8px;
font-size: 25px;
font-weight: bold; }