first work on bootstrap implemation. add router.css. add some html bootstrap markup
[tails/tchou.git] / wiki / src / router.css
blobc89f2b90dd2c29d1ad642bfb2f2e3bd436e754d2
4 .square {
5 padding:20px;
9 #pagebody a {
10 color: rgb(20,20,20);
11 border-bottom: 0px solid #0a0;
15 small, small a {
16 color: rgb(100,100,100) !important;
20 small a {
21 color: rgb(200,200,200) !important;
26 /* remove non usefull informations */
28 .banner {
29 opacity: 0.7;
30 margin-bottom: 20px;
34 body {
35 background: white;
39 .sidebar {
40 display: none;
43 .parentlinks {
44 display: none;
47 #footer {
48 display: none;
51 .title {
52 display: none !important;