Difference between revisions of "Team:SCUT/Gallery"
(Created page with "<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <!-- mobile meta tag --> <meta name="viewport" content...") |
|||
Line 1: | Line 1: | ||
− | < | + | <html xmlns="http://www.w3.org/1999/xhtml"> |
− | <html | + | <head> |
− | < | + | <style> |
+ | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
+ | |||
+ | <!-- mobile meta tag --> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
+ | |||
+ | /* hiding the top section*/ | ||
+ | body{position:absolute; top:0px; width:100%;height:auto;font-family:微软雅黑;background:transparent;} | ||
+ | #top-section{ | ||
+ | height:0px; | ||
+ | border:none; | ||
+ | width:980px; | ||
+ | margin:5px auto; | ||
+ | padding:0 0 0 0; | ||
+ | background-color:transparent; | ||
+ | } | ||
+ | #p-logo{display:none;} | ||
+ | #search-controls{display:none;} | ||
+ | #top{display:none;} | ||
+ | .firstHeading{display:none;} | ||
+ | /* end of hiding the top section*/ | ||
+ | |||
+ | /* global setting*/ | ||
+ | #globalWrapper{position:absolute; top:0px;left:0px; width:100%; padding:0 0 0 0;margin:0 0 0 0;height:100%;font-family: calibri, Arial, Helvetica, sans-serif;} | ||
+ | #content{ | ||
+ | position:absolute; | ||
+ | background-color:transparent; | ||
+ | border:none; | ||
+ | width:100%; | ||
+ | height:auto; | ||
+ | marign:0 auto; | ||
+ | padding:0 0 0 0; | ||
+ | top:0px; | ||
+ | } | ||
+ | #bodyContent{ | ||
+ | background-color:transparent; | ||
+ | border:none; | ||
+ | |||
+ | } | ||
+ | siteSub{ | ||
+ | display:none; | ||
+ | border:none; | ||
+ | } | ||
+ | contentSub{ | ||
+ | display:none; | ||
+ | } | ||
+ | /* end of global setting*/ | ||
+ | |||
+ | /*hiding the footer-box*/ | ||
+ | #footer-box{display:none;} | ||
+ | #catlinks{display:none;} | ||
+ | /*end of hiding the footer book*/ | ||
+ | |||
+ | /* menu (page, edit ...) */ | ||
+ | #menubar { | ||
+ | background-color:transparent; | ||
+ | position: relative; | ||
+ | float:left; | ||
+ | white-space: nowrap; | ||
+ | top:-6px; | ||
+ | width:490px; | ||
+ | z-index: 5000; | ||
+ | font-family: sans-serif; | ||
+ | font-size: 95%; | ||
+ | line-height: 1em; | ||
+ | z-index:99; | ||
+ | } | ||
+ | |||
+ | .left-menu{margin-left:-180px;} | ||
+ | .left-menu, .left-menu a { | ||
+ | text-align: left; | ||
+ | |||
+ | text-transform:lowercase; | ||
+ | } | ||
+ | |||
+ | .left-menu:hover { | ||
+ | |||
+ | background-color: transparent; | ||
+ | display:block; | ||
+ | } | ||
+ | |||
+ | .right-menu{width:400px; float:right;margin-left:100px;} | ||
+ | .right-menu, .right-menu a { | ||
+ | right: 0px; | ||
+ | text-align: right; | ||
+ | color: #999999; | ||
+ | |||
+ | } | ||
+ | #menubar ul { | ||
+ | color: #999999; | ||
+ | list-style: none; | ||
+ | } | ||
+ | #menubar li { | ||
+ | display: inline; | ||
+ | position: relative; | ||
+ | cursor: pointer; | ||
+ | padding-left: 0px; | ||
+ | padding-right: 0px; | ||
+ | } | ||
+ | .left-menu li a { | ||
+ | padding: 0px 10px 0px 0px; | ||
+ | color:black; | ||
+ | } | ||
+ | .left-menu .selected { | ||
+ | # color: #999999; | ||
+ | } | ||
+ | #.left-menu .selected:hover { | ||
+ | # color: #999999; | ||
+ | #} | ||
+ | |||
+ | .left-menu:hover a { | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | .left-menu li a:hover { | ||
+ | color: #D00000; | ||
+ | text-decoration: underline; | ||
+ | color:white; | ||
+ | } | ||
+ | |||
+ | |||
+ | .right-menu li { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | .right-menu li a { | ||
+ | padding: 0px 15px 0px 0px; | ||
+ | color: #999999;; | ||
+ | background-color: transparent; | ||
+ | color:white; | ||
+ | } | ||
+ | .right-menu li a:hover { | ||
+ | color: #D00000; | ||
+ | text-decoration: underline; | ||
+ | color:white; | ||
+ | } | ||
+ | /* end menu (edit, page ...) */ | ||
+ | </style> | ||
+ | |||
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
Revision as of 03:58, 17 September 2015