1
0
Fork 0

finshed (enough) side panel

This commit is contained in:
Rylie James Thomas 2018-11-10 00:04:04 +11:00
parent 822fa40aeb
commit e297a6175c
1 changed files with 70 additions and 12 deletions

View File

@ -96,6 +96,33 @@ mark { background-color:#fff200; }
pre,code { tab-size:4; }
.Button {
background-color:#ffaec9;
border:1px solid #fff200;
font-size:1em;
padding:0.8em 1em;
}
.Button:hover,
.BigButton:hover {
border-color:#fff200;
border-radius:0;
color:#ed1c24;
}
.BigButton {
border-left:none;
border-right:none;
}
a.NewDiscussion::before {
content:"☞ ";
}
a.NewDiscussion::after {
content:" ☜";
}
/*
Hackx - - - - - - - - - - - - ^HACKX
*/
@ -180,24 +207,55 @@ aside {
margin-top:8em;
}
aside > form {
margin-bottom:1em;
/* Little numbers */
aside .Aside {
float:right;
}
aside .Count {
background-color:#ffaec9;
border-radius:0;
text-decoration:none;
font-size:0.7em;
margin-left:0.5em;
padding:0.2em 0.5em;
}
aside #Panel .FilterMenu li,
aside .PanelInfo li,
aside #Panel .FilterMenu li:first-child,
aside .PanelInfo li:first-child {
border:none;
}
aside .TagCloud li {
border:none;
}
/* Search area */
aside form > div {
background-color:#ffaec9;
}
aside input#Form_Search,
aside input#Form_Go {
padding:0.8em 1em;
}
aside input#Form_Search {
border:0;
border-bottom:1px solid #ffaec9;
border-right:1px solid #ffaec9;
display:inline-block;
width:auto;
box-shadow:inset 0 1px 4px rgba(0,0,0,0.3);
width:100%;
}
aside input#Form_Go {
display:none;
/*border-color:#ffaec9;
font-size:HACK;*/
}
aside input#Form_Go {
border:0;
border-bottom:1px solid #ffaec9;
display:inline-block;
width:4em;
aside .BoxFilter.BoxDiscussionFilter,
aside .Box.BoxCategories,
aside .Box {
padding: 0.5em 1em;
}
/*