Reverted back to hyde-x theme and removed all meetup related content

This commit is contained in:
Salar Rahmanian 2018-02-18 00:25:45 -08:00
parent 1e44952695
commit 1a64efac69
293 changed files with 6963 additions and 3234 deletions

14
static/css/style.css Normal file
View file

@ -0,0 +1,14 @@
/* Table of contents */
.toc ul { list-style: none; margin: 0; padding: 0 5px; }
.toc ul li { display: inline; }
#TableOfContents > ul > li > ul > li > ul li { margin-right: 8px; }
#TableOfContents > ul > li > ul > li > a, #TableOfContents > ul > li > a { font-weight: bold; background-color: #eeeeee; padding: 0 10px; margin: 0 2px; }
#TableOfContents > ul > li > ul > li > a { font-style: italic; }
.toc.compact ul > li > ul > li > ul { display: none; }
#toc {
position:fixed;
/*background-color: rgba(0, 0, 0, 0.1);*/
padding: 10px 50px 10px 800px;
}