⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 style3.css

📁 关于java web开发动态网页的资料
💻 CSS
📖 第 1 页 / 共 3 页
字号:
/* DEFAULT CSS VALUES FOR CONSISTENCY ACROSS BROWSERS */
/* ========================================================== */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0; clear: none;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight: 100; }
q:before,q:after{content:'';}


/* =+=+=+=+=+= =+=+=+=+=+= OVERRIDDEN HTML =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

html, body {
	height: 100.1%;
}

body {
	background: #000000 url(../images/bg_tile.jpg) repeat-x top;
	color: #FFFFFF;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 17px;
}
	
h1 { font-size: 30px; line-height: 32px; font-weight: bold; }
h2 { font-size: 21px; line-height: 24px; font-weight: bold; }
h3 { font-size: 18px; line-height: 24px; color: #CCCCCC; margin-bottom: 20px; font-weight: bold; }
h4 { font-size: 16px; line-height: 20px; color: #FCAD02; margin-bottom: 2px; }
h5 { font-size: 12px; line-height: 16px; color: #FCAD02; }
h6 { font-size: 10px; line-height: 14px; color: #FFF; }

a img { border: none; }

a:link { color: #FCAD02; text-decoration: underline; }
a:visited { color: #B0B0B0; text-decoration: underline; }
a:hover { color: #CC6600; text-decoration: underline; }
a:active { color: #FCAD02; text-decoration: underline; border: none; }

hr {
	border: 0;
	color: #5A5A5A;
	background-color: #5A5A5A;
	margin: 10px 0 2em 0;
	height: 1px;
}

p {
	margin-bottom: 2em;
}

ul {
	margin-bottom: 2em;
}

li { margin-bottom: .5em; }

form {
	margin-bottom: 2em;
}

 ul {
	list-style: disc;
	margin-left: 1em;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
	margin-bottom: 2em;
}

ol ol  {
	list-style: lower-alpha;
	margin-left: 2em;
	margin-bottom: 1em;
	margin-top: 1em;
}


/* ------------------------------------------------------------- */


/* =+=+=+=+=+= =+=+=+=+=+= STRUCTURAL CSS  =+=+=+=+=+= =+=+=+=+=+= */
/* =============================================================== */

#outerContainer {
	width: 989px;
	margin: 0 auto;
	position: relative;
}

#mainContainer {
	width: 989px;
	position: relative;
}

#mainColumn {
	margin-bottom: 20px;
	float: right;
	width: 989px;
	position: relative;
}

/* -------------------------------------------------------------
/  Footer
/* ------------------------------------------------------------- */

#footer {
	font-size: 10px;
	clear: both;
	border-top: 1px solid #262626;
	padding-top: 10px;
	padding-bottom: 50px;
}

#footer a:link { color: #FFFFFF; text-decoration: none; }
#footer a:visited { color: #FFFFFF; text-decoration: none; }
#footer a:hover { color: #FCAD02; text-decoration: none; }
#footer a:active { color: #FCAD02; text-decoration: none; }

#footer ul li {
	font-size: 9px;
	margin: 0 5px;
	display: inline;
}

#footer ul li.selected {
	color: #F86A13;
}

#footer ul.left {
	float: left;
}

#footer ul.right {
	float: right;
}

/* -------------------------------------------------------------
/  Left Column
/* ------------------------------------------------------------- */

#leftColumn {
	float: left; 
	width: 235px;
	margin-bottom: 50px;
}

		/*-------------------------
		 Home Link (Nike Logo)
		--------------------------*/

#nikeLogo a {
	display: block;
	margin: 27px;
	width: 62px;
	height: 21px;
	background: url(../images/bg_logo_swoosh.gif) no-repeat;
	margin-bottom: 100px;
}
	#nikeLogo a:link { background: url(../images/bg_logo_swoosh.gif) no-repeat; }
	#nikeLogo a:visited { background: url(../images/bg_logo_swoosh.gif) no-repeat; }
	#nikeLogo a:hover { background: url(../images/bg_logo_swoosh.gif) no-repeat 0 -21px; }
	#nikeLogo a:active { background: url(../images/bg_logo_swoosh.gif) no-repeat 0 -21px; }
	
	#nikeLogo span { display: none; }


		/*-------------------------
		 Press Release
		--------------------------*/
		img#nikeLogo { margin: 27px; margin-bottom: 46px; }
	
		#leftColumn h2 { border: none; padding: 0; margin: 0; margin-left: 30px; margin-bottom: 50px; }
		#leftColumn a#close { text-decoration: none; margin-left: 30px; }
		

		/*-------------------------
		 SubNav
		--------------------------*/
		#leftColumn .subNav {
			margin-left: 30px;
			list-style: none;
		}
		
		#leftColumn #subNavHeader {
			
		}
		
		#leftColumn .subNav a:link { text-decoration: none; }
		#leftColumn .subNav a:visited { text-decoration: none; }
		#leftColumn .subNav a:hover { text-decoration: none; }
		#leftColumn .subNav a:active { text-decoration: none; }

		/*-------------------------
		 Search Form
		--------------------------*/

#searchForm {
	margin-bottom: 5px;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	color: #717070;
	height: 20px;
}

	#searchForm input { font-size: 9px; }

#searchInput {
	border: 1px solid #D0D0D0;
	height: 12px;
	padding: 1px 10px;
	padding-top: 4px;
	margin-right: 4px;
	color: #717070;
	width: 146px;
	text-align: center;
	vertical-align: middle;
}

#searchBtn {
	vertical-align: middle;
}

#searchFilter {
	margin-top: 20px;
	border-top: 1px solid #5A5A5A;
	padding-top: 15px;
}

	#searchFilter select {
		display: block;
		width: 358px;
		margin-bottom: 20px;
	}
	
	#searchFilter #searchTerm {
		width: 350px;
		margin-right: 10px;
	}
	
#searchResults {
	width: 465px;
	float: left;
}

#topSearches {
	float: right;
	width: 237px;
}
	
div.searchResult, div.topSearch {
	margin-bottom: 1.5em;
}
	div.searchResult a { display: block; }
	div.topSearch a { display: block; }
	
	span.resultNum { font-size: 18px; font-weight: bold; color: #A1A1A0; }
	span.resultLink { color: #A1A1A0; }
	
		/*-------------------------
		 Main Nav
		--------------------------*/

#mainNav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: normal;
	width: 233px;
}
	#mainNav ul { margin: 0; }
	#mainNav a:link { color: #FFFFFF; text-decoration: none; }
	#mainNav a:visited { color: #FFFFFF; text-decoration: none; }
	#mainNav a:hover { color: #FFFFFF; text-decoration: none; }
	#mainNav a:active { color: #FFFFFF; text-decoration: none; }

#mainNav li {
	display: block;
	width: 233px;
	height: 20px;
	text-transform: uppercase;
	font-size: 9px;
	margin: 0;
}

#mainNav li a {
	display: block;
	width: 213px;
	height: 10px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 10px;	
}

#mainNav h3 {
	display: block;
	width: 233px;
	height: 20px;
	text-transform: uppercase;
	font-size: 9px;
	line-height: normal;
	margin-bottom: 0;
	font-weight: normal;
}

#mainNav h3.secondLevel {
	display: block;
	width: 233px;
	height: 20px;
	text-transform: uppercase;
	font-size: 9px;
}

#mainNav h3.secondLevel a {
	display: block;
	width: 213px;
	height: 10px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 0px;
	padding-left: 20px;
}

#mainNav h3 a {
	display: block;
	width: 213px;
	height: 10px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 10px;
}

#mainNav h3.secondLevelwSub {
	display: block;
	width: 213px;
	height: 10px;
	text-transform: uppercase;
	font-size: 9px;
	padding: 5px 0px;
	padding-left: 20px;
	color: #FFF;
	cursor: pointer;
}

#mainNav h3.secondLevelwSub_active { cursor: pointer; }

.accordion {
	overflow: hidden;
}

.subAccordion {
	overflow: hidden;
}


/* ---------------- FIRST LEVEL NAV ------------------- */
#mainNav h3.firstLevel a:link { background: url(../images/bg_primaryNav_b.gif) no-repeat; }
#mainNav h3.firstLevel a:visited { background: url(../images/bg_primaryNav_b.gif) no-repeat; }
#mainNav h3.firstLevel a:hover, #mainNav h3.firstLevel_active { background: url(../images/bg_primaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.firstLevel a:active { background: url(../images/bg_primaryNav_b.gif) no-repeat 0 -20px; }


/* ---------------- SECOND LEVEL NAV ------------------- */
#mainNav h3.secondLevel a:link { background: url(../images/bg_secondaryNav_b.gif) no-repeat; }
#mainNav h3.secondLevel a:visited { background: url(../images/bg_secondaryNav_b.gif) no-repeat; }
#mainNav h3.secondLevel a:hover, #mainNav h3.secondLevel a.selected { background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevel a:active { background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }


/* ---------------- SECOND LEVEL  w/SUB NAV ------------------- */
#mainNav h3.secondLevelwSub { background: url(../images/bg_secondaryNav_c.gif) no-repeat; }
#mainNav h3.secondLevelwSub:hover { background: url(../images/bg_secondaryNav_c.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevelwSub_active { background: url(../images/bg_secondaryNav_c.gif) no-repeat 0 -40px; }
#mainNav h3.secondLevelwSub_active:hover { background: url(../images/bg_secondaryNav_c.gif) no-repeat 0 -40px; }

#mainNav h3.secondLevelwSub_active a:link { background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevelwSub_active a:visited{ background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevelwSub_active a:hover { background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }
#mainNav h3.secondLevelwSub_active a:active{ background: url(../images/bg_secondaryNav_b.gif) no-repeat 0 -20px; }


/* ---------------- THIRD LEVEL NAV ------------------- */
#mainNav div.subAccordion li a { padding-left: 20px; padding-right: 0; }
#mainNav div.subAccordion li a:link { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat }
#mainNav div.subAccordion li a:visited { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat }
#mainNav div.subAccordion li a:hover { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
#mainNav div.subAccordion li a:active { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
div.subAccordion li:hover { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }

#mainNav div.subAccordion li a.selected:link { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
#mainNav div.subAccordion li a.selected:visited { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
#mainNav div.subAccordion li a.selected:hover { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }
#mainNav div.subAccordion li a.selected:active { color: #383838; background: url(../images/bg_tertiaryNav_b.gif) no-repeat 0 -20px; }


/* -------------------------------------------------------------
/  Header
/* ------------------------------------------------------------- */
#header {
	border-left: 5px solid #FFFFFF;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.fixedHeader { height: 318px; }

#header p {
	width: 483px;
}

#header img { border: none; padding: 0; margin: 0; }

#pageTitleTxt {
	padding: 50px 0 15px 0;
	margin-left: 10px;
	border-bottom: 1px solid #5A5A5A;
}

#header h3 { margin: 0; padding: 0; }

#header #pageTitleImg {
	padding: 18px 0 50px 0;
	margin-left: 10px;
}

#headerSubNav { margin-top: 2px; }

div.breadCrumb {
	width: 728px;
	position: relative;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #A3ADA3;
	height: 20px;
	font-size: 10px;
	line-height: 12px;
	padding: 10px 0 0 14px;
	background: url(../images/bg_header_742.gif) no-repeat;
}

	div.breadCrumb a:link { color: #808180; text-decoration: none; }
	div.breadCrumb a:visited { color: #808180; text-decoration: none; }
	div.breadCrumb a:hover { color: #FFFFFF; text-decoration: none; }
	div.breadCrumb a:active { color: #FFFFFF; text-decoration: none; }
	
#textSize {
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/textSize.gif) no-repeat 0 2px;
	height: 20px;
	padding-left: 50px;
}

	#textSize span { display: none; }
	
	a#increaseText {
		display: block; 
		width: 11px;
		height: 11px;
		background: url(../images/increaseText.gif) no-repeat;
		float: left;
		margin-left: 5px;
	}
		/* will need to adjust for IE 6 */
		a#increaseText.inactive { background: url(../images/increaseText_inactive.gif) no-repeat; }
		
	a#decreaseText {
		display: block; 
		width: 11px;
		height: 11px;
		background: url(../images/decreaseText.gif) no-repeat;
		float: left;
		margin-left: 5px;
	}
	
		a#decreaseText.inactive { background: url(../images/decreaseText_inactive.gif) no-repeat; }


/* -------------------------------------------------------------
/  Main Content Area
/* ------------------------------------------------------------- */

#mainColumn {
	width: 747px;
}

#mainContent {
	padding-right: 25px;
	padding-left: 15px;
	width: 455px;
	float: left;
	margin-bottom: 50px;
	position: relative;
}

#mainContent.full {
	padding-right: 0;
	width: 732px;
	float: left;
	margin-bottom: 50px;
	position: relative;
}


#flashContainer {
	width: 742px;
	border-left: 5px solid #FFF;
}

#locationsContainer {
	width: 742px;
	border-left: 5px solid #FFF;
	padding-bottom: 50px; 
}

#locationsContainer #flashcontent { padding-bottom: 0; margin-bottom: 0; border-bottom: 1px solid #FFF; }
	/* #mainContent.full p, #mainContent.full ul { width: 483px; } */


.topLeftBorder {
	background: url(../images/bg_contentTopLBorder.gif) no-repeat top left;
	padding-top: 16px;
}

#mainContent h2 { margin-bottom: 1.5em; }


#mainContent #pageTitle {
	padding-top: 20px;
}

.ruled {
	border-top: 1px solid #4F4F4F;
	padding-top: 10px;
}

#mastContent {}

#mastContent ul { list-style: none; margin-left: 0; margin-bottom: 20px; }
#mastContent ul li { margin-bottom: 0; }

.mastSubNav ul { list-style: none; margin-left: 0; margin-bottom: 20px; }
.mastSubNav ul li { margin-bottom: 0; }

#actionLinks {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 10px;
}

	#printLink { 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -