archive/static/style.css

249 lines
3.9 KiB
CSS
Raw Normal View History

2017-08-13 05:02:56 +00:00
/* archive/style.css */
2017-08-13 01:57:08 +00:00
/* Page style */
html {
overflow-y:scroll;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
html,body {
margin:0;padding:0;border:0;
font-family:"Segoe UI",Arial,sans-serif;
font-size:12px;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
a {
color: blue;
2017-08-13 04:41:34 +00:00
cursor: pointer;
2017-08-13 01:57:08 +00:00
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
ul {
margin:0;
padding-left:20px;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
.mini-separator {
display: inline-block;
zoom: 1;
height: 16px;
width: 0px;
border-left: 1px solid darkgrey;
border-right: 1px solid #DDD;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
select {
margin:0;
}
/* Layout */
.layout-top {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 22px;
2017-08-13 05:02:56 +00:00
padding: 3px;
margin-bottom: 8px;
2017-08-13 01:57:08 +00:00
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
.layout-body {
margin-top:40px;
padding:3px;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
.layout-pushdown {
position:relative;
top:3px;
}
/* Chat styling */
#chatarea {
word-break:break-word;
}
2017-08-13 05:02:56 +00:00
.timestamp {
color: #BBB;
}
.chat {
font-weight:bold;
color: darkblue;
}
.sys {
font-style:italic;
color: darkgreen;
}
.logo {
width: 102px;
height: 37px;
display: block;
border:0;
padding-bottom: 1.0em;
}
.gt {
color:#0A0;
font-weight:bold;
}
2017-08-13 01:57:08 +00:00
.line-highlighted {
background:lightyellow;
}
/* Toolbar styling */
2017-08-13 05:02:56 +00:00
.pad {
display:inline;
padding:0 8px;
}
2017-08-13 01:57:08 +00:00
.nav {
2017-08-13 05:02:56 +00:00
background: #DDD;
box-shadow: 0px 4px 24px #CCC;
}
.nav form {
display: inline;
}
.nav .btn {
background: white;
color:black;
border: 1px solid lightgrey;
padding: 0 6px;
text-decoration:none;
2017-08-13 01:57:08 +00:00
}
2017-08-13 05:02:56 +00:00
.nav a:hover {
border-color: grey black black grey;
}
2017-08-13 01:57:08 +00:00
.area-search {
float:right;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
#searchbox {
width:170px;
}
#logo {
display:inline-block;
width:16px;
height:16px;
background:transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAbtJREFUOMt9kb1qAlEQhacJ6QJBTJEiTSDpEqw1jYWIpQ9gIYIWghamELGysRE0Eo0GRRQrCyslIKIi/hUawVIEfYW8wGTOjbssyZqFbznMOeeyO5cOhwOdotls+sB/mZNGvV73tdttBtAnD9jv96aUy+XNZDJhAH0qR7vd7g+VSuWuVCrxZrNRQGNmlqXtdkvFYtFeKBR8uVzuTWgIH/j01WqlgMbs6L0hiw66JAN7NpvlfD7P1WoV/8uyOB4OhzydThXQmMFDBll00KVMJvOYSqV4Pp/zbDbjfr//L8ggiw66tF6vKZlMvkejUe71emppnU7HFHjIIIsOurRcLhWJROI5HA7v8KmtVssUeMggq/VosVjoiGEPBoNcq9VMgYeMsUOyJJ1QKPQai8VYNqyurtvtKqAxg4eMsUPj8VjH6/V+xuNxbjQaamHpdFoBjRk8ZIwdGo1GOg6H40u7Lo/Hg/AEQGvXi4yxQ4PBQBGJRC5sNhv7/X52u93bQCAQ1TxozOAhg6zm/byIboVHi8XidLlcr6KdgucXTjnkxWq1Pol+QEd15TQdec4Ei3AlXAv3R26Os0vh3Nj5Bg36USLeWI8KAAAAAElFTkSuQmCC') no-repeat 0 0;
2017-08-13 01:57:08 +00:00
margin-left:2px;
margin-right:4px;
}
2017-08-13 04:41:34 +00:00
/* Dropdown */
2017-08-13 05:02:56 +00:00
2017-08-13 04:41:34 +00:00
.ddmenu {
display:block;
position:absolute;
top:28px;
left:0px;
width:180px;
border-top:1px solid #999;
box-shadow: 0px 4px 24px #CCC;
z-index: 2;
}
2017-08-13 05:02:56 +00:00
2017-08-13 04:41:34 +00:00
.ddmenu a {
color:black;
display:inline-block;
border:1px solid #999;
border-top:0px;
width:170px;
padding:4px;
background:#EEE;
text-decoration:none;
}
2017-08-13 05:02:56 +00:00
2017-08-13 04:41:34 +00:00
.ddmenu a:hover {
background:#FFF;
-moz-transition:all 0.1s linear;
-webkit-transition:all 0.1s linear;
}
2017-08-13 05:02:56 +00:00
2017-08-13 04:41:34 +00:00
#tr1 {
2017-08-13 05:02:56 +00:00
width:0px;
height:0px;
border-bottom:10px solid #999;
border-right:10px solid transparent;
border-left:10px solid transparent;
position:absolute;
top:18px;
left:3px;
z-index:1;
2017-08-13 04:41:34 +00:00
}
2017-08-13 05:02:56 +00:00
2017-08-13 04:41:34 +00:00
#tr2 {
2017-08-13 05:02:56 +00:00
width:0px;
height:0px;
border-bottom:10px solid #EEE;
border-right:10px solid transparent;
border-left:10px solid transparent;
position:absolute;
top:19px;
left:3px;
z-index:3;
2017-08-13 04:41:34 +00:00
}
2017-08-13 01:57:08 +00:00
/* Mobile view */
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
@media (max-width: 600px) {
2017-08-13 04:41:34 +00:00
2017-08-13 01:57:08 +00:00
.nav {
height: 55px;
text-align:center;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
.nav, .nav select {
font-size: 16px;
line-height:16px;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
.nav .btn {
padding: 2px 12px;
margin: 4px 0;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
.pad {
display:block;
padding:0;
height:8px;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
.layout-body {
margin-top:75px;
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
.mini-separator {
display:none;
}
.area-search {
float:none;
}
#searchbox {
width:auto;
}
}
2017-08-13 05:02:56 +00:00
2017-08-13 01:57:08 +00:00
@media (max-width: 400px) {
2017-08-13 05:02:56 +00:00
2017-08-13 04:41:34 +00:00
.area-nav select {
max-width:60px;
}
2017-08-13 05:02:56 +00:00
.ts_split_d, .ts_split_s {
display:none;
}
2017-08-13 01:57:08 +00:00
}