Difference between revisions of "Template:SJTU-Software/wikiCss"
Ricky chen (Talk | contribs) |
Ricky chen (Talk | contribs) |
||
Line 5: | 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: 12px; | ||
} | } | ||
.navItem{ | .navItem{ | ||
Line 99: | Line 102: | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
− | + | ||
− | + | ||
− | + | ||
a.subNavItem{ | a.subNavItem{ | ||
color:#DADADA; | color:#DADADA; |
Revision as of 11:08, 15 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: 12px; } .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: #DADADA; font-size: 16px; margin-top: 0; margin: auto; text-align: center; text-shadow:5px 4px 5px #444; line-height: 0.7;
}
.mainNav{
float:center;
width:80%;
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;
} .panelTitle{
font-size: 16px;
}
a.subNavItem{
color:#DADADA; font-size:20px; background-color:transparent;
} a.subNavItem:hover{
color:#white;
}