Difference between revisions of "Template:SJTU-Software/wikiCss"
Ricky chen (Talk | contribs) |
Ricky chen (Talk | contribs) |
||
(47 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | ||
− | + | ||
.mainTitle{ | .mainTitle{ | ||
text-align: left; | text-align: left; | ||
Line 7: | Line 5: | ||
} | } | ||
.base-frame{ | .base-frame{ | ||
− | border-radius: | + | border-radius: 8px; |
− | border:1px solid; | + | border:1px solid; |
− | border-color: | + | border-color:transparent; |
− | + | background-color:rgba(255,255,255,0.5); | |
− | + | ||
margin:0 auto; | margin:0 auto; | ||
+ | } | ||
+ | .panelTitle{ | ||
+ | margin:25px; | ||
+ | font-size: 14px; | ||
} | } | ||
.navItem{ | .navItem{ | ||
Line 19: | Line 20: | ||
margin:0; | margin:0; | ||
padding: 0; | padding: 0; | ||
+ | z-index:-10000; | ||
+ | } | ||
+ | img.navItem{ | ||
+ | z-index:-100; | ||
} | } | ||
− | |||
.navPhoto{ | .navPhoto{ | ||
margin: auto; | margin: auto; | ||
Line 29: | Line 33: | ||
} | } | ||
p.navPhoto{ | p.navPhoto{ | ||
− | color: # | + | color: #545454; |
font-size: 16px; | font-size: 16px; | ||
margin-top: 0; | margin-top: 0; | ||
margin: auto; | margin: auto; | ||
text-align: center; | text-align: center; | ||
− | + | ||
line-height: 0.7; | line-height: 0.7; | ||
Line 41: | Line 45: | ||
.mainNav{ | .mainNav{ | ||
float:center; | float:center; | ||
− | width: | + | width:70%; |
− | margin | + | margin: auto!important; |
− | + | z-index:-10000; | |
} | } | ||
.baseTitle{ | .baseTitle{ | ||
color:#33FFCC; | color:#33FFCC; | ||
− | + | text-align:center; | |
− | + | margin:0 auto; | |
+ | |||
} | } | ||
.border-line{ | .border-line{ | ||
− | height: | + | visibility:hidden; |
+ | height: 100px; | ||
width:80%; | width:80%; | ||
} | } | ||
.fixed-nav{ | .fixed-nav{ | ||
position:fixed; | position:fixed; | ||
− | top:200px; | + | top:200px !important; |
− | left:0; | + | left:0 !important; |
} | } | ||
p.navText{ | p.navText{ | ||
color:#838383; | color:#838383; | ||
− | font-size: 16px; | + | font-size: 16px !important; |
− | text-shadow:1px 1px 0px #222; | + | text-shadow:1px 1px 0px #222 !important; |
− | margin-bottom: 7px; | + | margin-bottom: 7px !important; |
− | margin-top: 30px; | + | margin-top: 30px !important; |
} | } | ||
.aside-nav{ | .aside-nav{ | ||
Line 76: | Line 82: | ||
position: relative; | position: relative; | ||
margin: auto; | margin: auto; | ||
+ | |||
} | } | ||
Line 82: | Line 89: | ||
.navs{ | .navs{ | ||
height: 4200px; | height: 4200px; | ||
− | padding-left:0; | + | padding-left:0 !important; |
margin-top: 80px; | margin-top: 80px; | ||
} | } | ||
.subNav{ | .subNav{ | ||
− | + | font-size:16px !important; | |
+ | margin-left:0 !important; | ||
padding:0; | padding:0; | ||
+ | } | ||
+ | .baseTitle{ | ||
+ | font-size: 16px; | ||
+ | } | ||
+ | |||
+ | |||
+ | a.subNavItem{ | ||
+ | color:#DADADA; | ||
+ | font-size:20px; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | a.subNavItem:hover{ | ||
+ | color:#white; | ||
} | } |
Latest revision as of 19:58, 18 September 2015
.mainTitle{ text-align: left; font-size: 40px; } .base-frame{ border-radius: 8px; border:1px solid; border-color:transparent;
background-color:rgba(255,255,255,0.5);
margin:0 auto; } .panelTitle{ margin:25px; font-size: 14px; } .navItem{ vertical-align: text-bottom; text-align: center; margin:0; padding: 0;
z-index:-10000;
} img.navItem{
z-index:-100;
} .navPhoto{ margin: auto; border:none; color:#000; width:50%; height:50%; } p.navPhoto{ color: #545454; font-size: 16px; margin-top: 0; margin: auto; text-align: center;
line-height: 0.7;
}
.mainNav{
float:center;
width:70%;
margin: auto!important; z-index:-10000;
}
.baseTitle{ color:#33FFCC;
text-align:center; margin:0 auto;
} .border-line{
visibility:hidden;
height: 100px; width:80%; } .fixed-nav{ position:fixed; top:200px !important; left:0 !important; } p.navText{
color:#838383; font-size: 16px !important; text-shadow:1px 1px 0px #222 !important; margin-bottom: 7px !important; margin-top: 30px !important;
} .aside-nav{ width:500%; height:500%; margin-bottom: 7px; }
- home{
width: 60%; position: relative; margin: auto;
}
.navs{ height: 4200px; padding-left:0 !important; margin-top: 80px; } .subNav{
font-size:16px !important; margin-left:0 !important;
padding:0; } .baseTitle{
font-size: 16px;
}
a.subNavItem{
color:#DADADA; font-size:20px; background-color:transparent;
} a.subNavItem:hover{
color:#white;
}