mirror of
https://github.com/softinio/softinio.com.git
synced 2025-09-03 18:46:40 -07:00
Initial Version
This commit is contained in:
commit
76ee2dd12c
91 changed files with 7690 additions and 0 deletions
14
static/css/style.css
Normal file
14
static/css/style.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue