1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 07:56:39 +02:00
Files
anope/modules/extra/webcpanel/templates/default/style.css
T
MatthewM 1075f3b457 Allow opers to drop channels
Added chanserv drop to web panel
Allow long lists of akills to scroll
2012-12-14 16:44:14 -05:00

121 lines
1.6 KiB
CSS

html {
font-family: 'Cabin', Helvetica, Arial, sans-serif;
}
body {
overflow:hidden;
}
.master {
margin-left:0px;
margin-right:0px;
height:100%;
background: #FFF;
border-width: 1px;
border-style: solid;
overflow: hidden;
}
.header {
height: 33px;
padding-left: 5px;
width: auto;
background: #EEE;
border-width: 1px;
border-bottom-style: solid;
}
.sidebar {
width: 185px;
background: #EEE;
height: 500px;
border-width: 1px;
border-right-style: solid;
padding-top:15px;
padding-left:15px;
}
.loggedinas {
right:15px;
top:15px;
position:absolute;
}
#button {
padding: 0;
height:30px;
margin: 0px;
padding-bottom: 2px;
}
#button li {
display: inline;
}
#button li a {
font-family: Arial;
font-size:11px;
text-decoration: none;
float:left;
padding: 10px;
background-color: #EEE;
height:13px;
color: #000;
}
#button li a:hover {
background-color: #A8BEE3;
padding-bottom:10px;
}
#a.current {
color:navy;
}
.content {
left:220px;
top:50px;
position:absolute;
}
.footer {
margin-left:auto;
margin-right:auto;
text-align:center;
height: 30px;
width:100%;
background: #FFF;
overflow: hidden;
}
.sidenav {
list-style-type: none;
background: #EEE
}
.sidenav a {
color:black;
text-decoration:none;
}
.sidenav a:hover{
color:black;
background:#FFF;
text-decoration:underline;
}
.scroll {
overflow-x: scroll;
height: 125px;
}
.akillR1 {
width: 80px;
text-align: left;
}
.akillR2 {
width: 250px;
text-align: left;
}
.akillR3 {
width: 100px;
text-align: left;
}
.danger {
color: red;
weight: bolder;
}