亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來(lái)到蟲(chóng)蟲(chóng)下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲(chóng)蟲(chóng)下載站

?? book.css

?? CSS網(wǎng)頁(yè)布局與美化
?? CSS
字號(hào):
 /* CSS Mastery: Advanced Web Standards Solutions - Simon Collison's tutorial */

/* the appropriate background class will be applied based on class attached to the body */

body {
margin: 0;
padding: 0;
font:70% 'Lucida Grande',Verdana, Helvetica, sans-serif;
}
#threeColLayout {
background: #CAC78A url(background.gif) repeat-x fixed;
}
#twoColLayout {
background: #CAC78A url(background.gif) repeat-x fixed;
}
#oneColLayout {
background: #CAC78A url(background.gif) repeat-x fixed;
}

/* default links */

a:link {
background-color: transparent;
text-decoration: underline;
color: #666;
}
a:hover {
background-color: #FFC;
text-decoration: underline;
color: #990;
}
a:visited {
background-color: transparent;
text-decoration: underline;
color: #666
}

/* headers here */

h1 {
margin: 0;
padding: 30px;
font-size: 150%;
color: #FF0000;
text-indent: -9000px;
}

h2 {
margin: 0 10px 0 10px;
padding: 2px;
font-size: 130%;
color: #A3A06F;
background: #E5E2A9;
}

/* and then these h3 statements, unique to whichever section has been attached above, will give the headers the appropriate background color */

h3 {
text-transform: uppercase;
display: inline;
font-size: 92%;
margin: 10px 5px 0 5px;
padding: 2px;
}

.default h3 {
background: #F6CE45;
}
.careers h3 {
background: #F762E0;
}
.one_man h3 {
font-size: 110%;
background: #B18FD1;
}
.interviews h3 {
font-size: 110%;
background: #D7D493;
}
.profiles h3 {
background: #C4DDB8;
}

/* main wrapper that holds it all centrally */

#wrapper {
width:750px;
margin:0 auto;
background-color: #D7D493;
padding: 0 10px 10px 10px;
}

/* default masthead holding the banner and mainNav */

#header {
width: 750px;
height: 170px;
background:url(header.gif);
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
float:left;
width:750px;
display:inline;
margin: 0 0 20px 0;
}

/* note here that specifying threeColLayout in the body will activate the following div instead of the default primaryContent */

#threeColLayout #primaryContent {
float:left;
width:270px;
margin: 0 0 20px 195px;
}

/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
width:555px;
float:left;
margin: 0 0 20px 195px;
}

/* just incase twoColLayout is specified in body, and secondaryContent is left in, we turn it off - not ideal, but it works */

#twoColLayout #secondaryContent {
display: none;
}

#secondaryContent{
float:left;
width:270px;
margin: 0 0 20px 15px;
}

#sideContent{
float:left;
width:180px;
margin: 0 0 20px -750px;
}

/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */

#twoColContent{
width:555px;
float:left;
margin: 0 0 20px 195px;
}

/* cbSide controls non-rounded boxes in the thinner left column, known as sideContent */

.cbSide {
width:160px;
margin: 5px 0 0 10px;
padding: 10px 0 5px 0;
background: #FFF;
}
.cbSide p {
margin: 0;
padding: 0 5px 2px 5px;
font-size: 90%;
color: #666;
}

/* box is the shaded area that holds a rounded corner box or flat box, fitting the given width of the column it is in. Usually combined with another class to control inner elements, eg box default */

.box {
margin: 15px 0 0 0;
padding: 5px 0 5px 0;
background:url(diags.gif);
}

/* Styling of the boxes if there is no JavaScript support */

.cbb {
margin: 0 10px 0 10px;
background: #FFF;
padding: 5px 0 5px 0;
line-height: 170%;
}

/* paragraph styles for any main boxes */
.cbb p, .cb p {
margin: 0;
padding: 0 5px 5px 50px;
color: #333;
}

/* Insert the custom corners and borders for browsers with sufficient JavaScript support */

.cb {
margin: 0.5em 0;
line-height: 170%;
	}

/* Rules for the top corners and border */
.bt {
	background:url(box.png) no-repeat 100% 0 !important;
	background:url(box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:27px;
	}
.bt div {
	height:27px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(box.png) no-repeat 0 0 !important;
	background:url(box.gif) no-repeat 0 0;
	}

/* Rules for the bottom corners and border */
.bb {
	background:url(box.png) no-repeat 100% 100% !important;
	background:url(box.gif) no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:14px;
	}
.bb div {
	height:14px;
	width:12px;
	position:relative;
	left:-12px;
	background:url(box.png) no-repeat 0 100% !important;
	background:url(box.gif) no-repeat 0 100%;
	}

/* Insert the left border */
.i1 {
	padding: 0 0 0 12px;
	background:url(borders.png) repeat-y 0 0 !important;
	background:url(borders.gif) repeat-y 0 0;
	}
/* Insert the right border */
.i2 {
	padding: 0 12px 0 0;
	background:url(borders.png) repeat-y 100% 0 !important;
	background:url(borders.gif) repeat-y 100% 0;
	}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#FFF;
border: 1px solid #FFF;
	border-width:1px 0;
	padding:0 5px;
	}
/* CSS for the box ends here */

/* date and posted control the small text info in article blurbs */

.date {
font-size: 85%;
font-weight: bold;
color: #666;
}

.posted {
display: block;
margin: -5px 0 0 50px;
padding: 0 0 10px 0;
font-weight: bold;
color: #666;
}

.postedUnderline {
display: block;
margin: 0 5px 5px 50px;
padding: 0 0 5px 0;
font-weight: bold;
color: #666;
border-bottom: 1px solid #999;
}

address {
margin-left: 50px;
}

/* erm, the footer */

#footer{
	clear:both;
width: 750px;
height: 85px;
background: transparent url(footer.gif);
padding: 0px;
}
#footer p {
margin: 10px 10px 0 0;
padding: 50px 4px 4px 0;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #D7D493;
}
#footer a:hover {
color: #000;
background: #D7D493;
}

/* image control. First we define stuff common to ALL images on the page. It is then up to other styles to override these. By default, all images will have a 2px border, and bottom and right margins of 5px. They will all float left. */

img {
float: left;
margin: 0px 0 2px 5px;
border: 2px solid #C5BDBD;
}

/* For any images in the default boxes - the pencil icons - I don't want the 2px border. So I set border to 0 */

.default img {
border: 0;
}

/* For these larger images, I don't want them to float, for that causes the h3 above to be pushed to the right. I also declare a top margin to space the header and image apart, and also increase the border width slightly.  We also set it to display:block so that if body id is twoColLayout, the image will force the header and other bits to wrap around it */

.mainImage {
display: block;
float: none;
margin-top: 4px;
border: 3px solid #C5BDBD;
}

/* drop shadow effect for the gallery thumbnails. Sadly this requires a div to be wrapped around the image markup, which is a shame */

.img-wrapper {
margin: 20px 40px 0 0;
background: url(shadow.gif) no-repeat bottom right;
float:left;
line-height:0;
}
 
.img-wrapper img {
float:none;
margin:0;
background:#fff;
padding:4px;
border:1px solid #C5BDBD;
position:relative;
left:-5px;
top:-5px;
}

/* used to ensure all our floated thumbnails stay the right width away from the left side of the box */

.thumbnails {
margin: 0 0 20px 50px;
}

/* spacer used immediately after the floated gallery thumbnails to ensure the box expands to hold them all */

.spacer {
clear: both;
}

/* CSS for the ticked off links. Note, I am not ordering things in the LVHA way, as I prefer the visited tick to work above the arrow once visited. */

.cbSide ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0;
padding: 3px;
}

.cbSide li a:link {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:active {
color:#333;
line-height:150%;
text-decoration:none;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
}

.cbSide li a:hover {
color:#990000;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif) 0px -20px;
text-decoration:none;
}

.cbSide li a:visited {
color: #999;
text-decoration:none;
line-height:150%;
display:block;
width:154px;
border-bottom: 1px solid #EDEAEB;
background: #FFF url(ticks.gif);
background-position: 0 -40px;
}

/* horizontal main menu navigation - based on a method from Richard Rutter */

 #mainNav
{
margin: 30px 0 0 0;
padding: 0;
width: 750px;
height: 35px;
font-weight: bold;
font-size: 90%;
}

#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#mainNav a
{
color: #D7D493;
display: inline;
width: auto;
text-decoration: none;
background: #000;
margin: 0;
padding: 10px 10px;
border-right: 1px solid #FFF;
}

#mainNav a:hover, #mainNav a:active { background: #D7D493;color: #000; }

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: bold;
}

/* Highlighting the current page */

body.home #mainNav a#home, body.gallery #mainNav a#gallery, body.contact #mainNav a#contact { 
  color: #fff;
text-decoration: underline;
}
body.home #mainNav a:hover#home, body.gallery #mainNav a:hover#gallery, body.contact #mainNav a:hover#contact { 
  color: #000;
}

/* Highlighting external links ONLY in the main text areas, so as not to screw up the ticked-off links */

.box.default a[href^="http:"] { 
  background: url(external.gif) no-repeat right top;
  padding-right: 10px; 
} 
 .box.default a[href^="http://www.collylogic.com"], .box.default a[href^="http://www.collylogic.com"] { 
  background-image: none; 
  padding-right: 0; 
}

/* form styling - not much though kids */

form {
margin: 0;
padding: 0;
font-size: 80%;
}

fieldset {
width: 146px;
border: 0;
margin: 0 0 10px 0;
padding: 5px;
}

.default fieldset {
width: auto;
border: 0;
margin: 10px 0 10px 50px;
padding: 0;
}

legend {
text-transform: uppercase;
font-size: 110%;
font-weight: bold;
margin: 10px 0 2px 0px;
padding: 2px;
background: #D72E2E;
color: #FFF;
}

.default legend {
display: none;
}

label {
display: none;
}

.default label {
display: block;
font-weight: bold;
}

input {
margin-top:0;
padding: 2px;
border: 0;
background: #D7E7E9;
color: #333;
}

textarea {
margin-top:0;
padding: 2px;
border: 0;
background: #D7E7E9;
color: #333;
}

.default input {
display: block;
}

input.submit {
	border: 0;
	margin-bottom: -6px;
padding: 2px;
	background: transparent;
	font-size: 10px;
}

?? 快捷鍵說(shuō)明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日本一区二区电影| 中文字幕亚洲在| 欧美日本韩国一区| 在线精品视频小说1| 91一区一区三区| 97精品超碰一区二区三区| www.一区二区| 不卡的av网站| 91丨porny丨蝌蚪视频| 99vv1com这只有精品| 91美女视频网站| 91蜜桃视频在线| 欧美综合一区二区三区| 欧美色图片你懂的| 欧美一区二区三级| 精品国免费一区二区三区| 2014亚洲片线观看视频免费| 国产日韩欧美精品在线| 国产精品美女久久久久aⅴ国产馆| 中文字幕一区二区三区精华液 | 天天操天天色综合| 亚洲综合男人的天堂| 亚洲mv在线观看| 男女男精品网站| 国产在线观看免费一区| 岛国精品一区二区| 91片黄在线观看| 5566中文字幕一区二区电影| 欧美videofree性高清杂交| 国产亚洲一本大道中文在线| 亚洲欧美中日韩| 亚洲成人精品影院| 韩国欧美国产1区| 97精品电影院| 7777精品伊人久久久大香线蕉超级流畅 | 日本va欧美va精品发布| 91麻豆精品国产综合久久久久久| 日韩网站在线看片你懂的| 国产日韩欧美激情| 亚洲午夜日本在线观看| 久久成人18免费观看| 成人午夜激情片| 欧美日韩国产在线播放网站| 国产亚洲一区二区三区在线观看| 亚洲男女毛片无遮挡| 蜜臀91精品一区二区三区 | 一本色道久久加勒比精品| 欧美电影影音先锋| 久久久国产综合精品女国产盗摄| 一区二区三区国产精华| 精品一区二区三区香蕉蜜桃| 99在线视频精品| 日韩免费看的电影| 中文字幕日韩欧美一区二区三区| 日本成人在线一区| 99久久精品国产精品久久| 日韩一区二区在线观看视频| 中文字幕一区二区三区色视频| 蜜臀av在线播放一区二区三区| 成人免费毛片app| 欧美一级爆毛片| 亚洲免费观看高清完整版在线观看熊| 免费观看在线综合色| 一本一道久久a久久精品| 精品欧美一区二区久久| 亚洲午夜精品久久久久久久久| 91小视频免费观看| 欧美乱熟臀69xxxxxx| 中文字幕在线不卡一区二区三区| 美日韩一级片在线观看| 在线一区二区三区四区五区| 久久久99久久精品欧美| 亚洲二区在线观看| 99久久免费国产| 久久久久久久久久久久电影 | 免费高清在线视频一区·| 91看片淫黄大片一级在线观看| 奇米影视一区二区三区| 91欧美一区二区| 欧美激情综合在线| 国产一区二区h| 欧美电影精品一区二区| 亚洲va国产天堂va久久en| 91免费国产在线| 国产精品伦一区| 国产精品一二二区| 亚洲精品一区二区三区99| 婷婷激情综合网| 欧美日韩国产系列| 亚洲一区二区四区蜜桃| 91丨九色丨尤物| **性色生活片久久毛片| 成人美女在线观看| 国产日本亚洲高清| 国产成人综合网| 久久久久久97三级| 国产原创一区二区| 26uuu精品一区二区三区四区在线| 日韩国产欧美视频| 欧美日韩中文国产| 亚洲成av人影院在线观看网| 在线看国产一区二区| 一区二区成人在线| 欧美专区亚洲专区| 午夜久久久久久久久| 7799精品视频| 免费在线看成人av| 日韩西西人体444www| 久久99精品国产.久久久久久| 日韩精品专区在线| 国产在线麻豆精品观看| 国产日韩亚洲欧美综合| 波多野结衣在线一区| 亚洲婷婷综合久久一本伊一区| 一本色道久久加勒比精品| 亚洲精品国产a| 欧美人狂配大交3d怪物一区| 日韩高清不卡在线| 精品乱码亚洲一区二区不卡| 国产一区二三区| 国产精品免费网站在线观看| 97久久超碰国产精品电影| 亚洲亚洲人成综合网络| 91精品国产综合久久久蜜臀图片| 久久精品国产秦先生| 久久久99精品久久| 成人国产精品免费| 一区二区不卡在线播放| 9191久久久久久久久久久| 国产综合色产在线精品| 国产精品久线在线观看| 欧美日精品一区视频| 久久超碰97中文字幕| 国产精品三级视频| 在线亚洲一区二区| 另类专区欧美蜜桃臀第一页| 国产欧美视频在线观看| 色播五月激情综合网| 琪琪一区二区三区| 国产精品青草久久| 欧美日韩成人在线一区| 国产精品白丝av| 亚洲高清在线精品| 久久蜜桃av一区精品变态类天堂 | 欧美日韩国产高清一区二区| 日本不卡视频在线| 国产精品―色哟哟| 欧美精品亚洲一区二区在线播放| 激情av综合网| 亚洲一级二级在线| 欧美精品一区二区在线观看| 色偷偷久久人人79超碰人人澡| 奇米影视一区二区三区小说| 亚洲欧洲精品一区二区三区| 51午夜精品国产| av午夜精品一区二区三区| 日韩在线观看一区二区| 国产精品无圣光一区二区| 9191国产精品| 99久久99久久精品免费观看| 日本成人在线不卡视频| 亚洲欧洲日产国码二区| 欧美不卡123| 欧美丝袜自拍制服另类| 成人妖精视频yjsp地址| 日本在线不卡视频一二三区| 中文字幕字幕中文在线中不卡视频| 日韩一卡二卡三卡四卡| 欧美亚洲动漫精品| 成人的网站免费观看| 精品亚洲aⅴ乱码一区二区三区| 一区二区高清在线| 一色桃子久久精品亚洲| xfplay精品久久| 91精品婷婷国产综合久久 | 亚洲欧洲日韩一区二区三区| 亚洲精品在线观看网站| 91超碰这里只有精品国产| 色婷婷综合视频在线观看| 国产激情视频一区二区三区欧美 | 国产ts人妖一区二区| 日韩制服丝袜先锋影音| 怡红院av一区二区三区| 国产精品久久久久婷婷二区次| 精品久久久久久久久久久久久久久| 欧美日韩国产小视频| 日本精品免费观看高清观看| 成人黄色电影在线 | 久久国产精品区| 婷婷成人激情在线网| 一级精品视频在线观看宜春院| 国产精品电影一区二区| 久久久精品人体av艺术| www久久久久| 欧美精品一区二区三区视频| 欧美一区二区三区系列电影| 欧美日韩国产大片| 欧美久久久影院| 欧美日韩国产首页| 欧美日韩黄视频|