- From: <bugzilla@jessica.w3.org>
- Date: Tue, 27 Dec 2011 07:14:57 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15341
Summary: /* CSS Document */ body { margin:0; color:#555;
font:12px Arial; background-color: #587412; }
/*---------- Resets ----------*/ h1, h2, h3, h4, h5,
p, ul, ol { margin:0; padding:0; } a {
text-decoration:none; color:#555; outline:none; }
a:hover { text-deco
Product: HTML WG
Version: unspecified
Platform: Other
URL: http://www.whatwg.org/specs/web-apps/current-work/#top
OS/Version: other
Status: NEW
Severity: normal
Priority: P3
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: contributor@whatwg.org
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
Specification: http://www.w3.org/TR/html5/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top
Comment:
/* CSS Document */
body {
margin:0;
color:#555;
font:12px Arial;
background-color: #587412;
}
/*---------- Resets ----------*/
h1, h2, h3, h4, h5, p, ul, ol {
margin:0;
padding:0;
}
a {
text-decoration:none;
color:#555;
outline:none;
}
a:hover {
text-decoration:underline;
}
img {
border:none;
}
ul {
list-style:none;
}
p {
line-height:140%;
}
.clear {
clear:both;
}
.clear5 {
clear:both;
height:5px
}
.clear10 {
clear:both;
height:10px
}
.clear15 {
clear:both;
height:15px
}
.clear20 {
clear:both;
height:20px
}
.main {
margin:0 auto;
}
.top_main {
background-color: #06102d;
height: 41px;
}
.bodywrap {
width: 1030px;
margin:0 auto;
position:relative;
}
.menu {
width: 370px;
float:left;
}
.menu li {
float: left;
}
.red {
background:url(../images/compare-btn.png) no-repeat;
display: block;
height: 41px;
width: 65px;
}
.red:hover {
background:url(../images/compare-btn_hover.png) no-repeat;
}
.yellow {
background:url(../images/stores-btn.png) no-repeat;
display: block;
height: 41px;
width: 47px;
}
.yellow:hover {
background:url(../images/stores-btn_hover.png) no-repeat;
}
.orange {
background:url(../images/brands-btn.png) no-repeat;
display: block;
height: 41px;
width: 49px;
}
.orange:hover {
background:url(../images/brands-btn_hover.png) no-repeat;
}
.purple {
background:url(../images/top100-btn.png) no-repeat;
display: block;
height: 41px;
width: 55px;
}
.purple:hover {
background:url(../images/top100-btn_hover.png) no-repeat;
}
.green {
background:url(../images/groups-btn.png) no-repeat;
display: block;
height: 41px;
width:52px;
}
.green:hover {
background:url(../images/groups-btn_hover.png) no-repeat;
}
.blue {
background:url(../images/community-btn.png) no-repeat;
display: block;
height: 41px;
width: 77px;
}
.blue:hover {
background:url(../images/community-btn_hover.png) no-repeat;
}
.menu li a {
display:block;
}
.seperator-img {
background-image: url("../images/sepertaor-img.png");
background-repeat: no-repeat;
height: 25px;
margin: 10px 2px 0;
width: 1px;
}
.logo {
float: left;
height: 49px;
left: 440px;
position: absolute;
top: 13px;
width: 184px;
}
.search-bar {
background-image: url("../images/search-bar.png");
background-repeat: no-repeat;
width: 296px;
height: 23px;
float:right;
margin-top:8px;
border:none;
position:relative;
}
.input {
background-color: transparent;
border: medium none;
height: 17px;
margin: 3px 0 0 3px;
padding: 0 0 0 5px;
width: 214px;
}
.search-btn {
background-color: transparent;
background-image: url("../images/search-btn.png");
background-repeat: no-repeat;
border: medium none;
float: right;
height: 23px;
width: 74px;
cursor:pointer;
position:absolute;
}
.header {
background-image: url("../images/header-bg.gif");
background-repeat: repeat-x;
height:410px;
padding: 10px 0;
}
.register {
float:right;
margin-right: 12px;
margin-top:10px;
}
.register span {
float:right;
margin-left: 10px;
}
.header-content {
padding: 10px;
float: left;
}
.header-left {
float:left;
width: 705px;
}
.slider {
height: 346px;
}
.header-right {
float: right;
margin-left: 5px;
width: 300px;
}
.social-media {
padding: 0 0 5px;
}
.social-media li {
float:left;
margin: 0 5px;
}
.icon {
padding-top: 41px;
display: block;
}
.body-contet {
background-image: url("../images/body-content_bg.png");
background-repeat:repeat-x;
height:778px;
}
.body-contet_left {
float:left;
padding: 25px 10px;
width:700px;
}
.top-brands {
height:142px;
float:left;
background-image: url("../images/bg_top-brand.png");
background-repeat:repeat-x;
position:relative;
}
.top-left-conr {
background-image: url("../images/top-left-cornr.png");
background-repeat:no-repeat;
position: absolute;
top:0px;
left:0px;
width: 7px;
height: 7px;
}
.top-right-conr {
background-image: url("../images/top-right-cornr.png");
background-repeat:no-repeat;
position: absolute;
top:0px;
right:0px;
width: 7px;
height: 7px;
}
.bot-left-conr {
background-image: url("../images/bot-left-cornr.png");
background-repeat:no-repeat;
position: absolute;
bottom:0px;
left:0px;
width: 7px;
height: 7px;
}
.bot-right-conr {
background-image: url("../images/bot-right-cornr.png");
background-repeat:no-repeat;
position: absolute;
bottom:0px;
right:0px;
width: 7px;
height: 7px;
}
.top-brand-tag {
background-image: url("../images/top-brad-tag.png");
background-position: left top;
background-repeat: no-repeat;
top: -8px;
float: left;
height: 84px;
position: absolute;
left: -8px;
width: 88px;
}
.scroll-left {
height: 39px;
left: -10px;
position: absolute;
top: 80px;
width: 38px;
}
.slider-img {
height:69px;
padding:64px 55px 0 54px;
}
.scroll-right {
height: 39px;
right: -10px;
position: absolute;
top: 80px;
width: 38px;
}
.hot-buzzers {
height:246px;
float:left;
background-image: url("../images/bg_hot-buzer.png");
background-repeat:repeat-x;
position:relative;
}
.hot-buzzers-tag {
background-image: url("../images/hot-buzzer-tag.png");
background-position: left top;
background-repeat: no-repeat;
top: -8px;
float: left;
height: 94px;
position: absolute;
left: -8px;
width: 98px;
}
.hot-buzzers-scroll-left {
height: 39px;
left: -10px;
position: absolute;
top: 110px;
width: 38px;
}
.slider-img2 {
height: 187px;
padding: 44px 36px 0 37px;
}
.hot-buzzers-scroll-right {
height: 39px;
right: -10px;
position: absolute;
top: 110px;
width: 38px;
}
.left-content-headings {
float:left;
padding:20px 10px 0;
margin-top:10px;
}
.line {
border-top:1px solid #040b1d;
border-bottom: 1px solid #0d4686;
height:1px;
width:183px;
float:left;
margin-top:10px;
border-left:none;
border-right:none;
}
.left-content-headings-img {
float: left;
margin: 0 10px;
text-align: center;
width: 290px;
}
.left-content-scroll-left {
height: 39px;
left: 0px;
position: absolute;
top: 1045px;
width: 38px;
}
.slider-img3 {
height: 187px;
padding: 20px 35px 0 36px;
}
.left-content-scroll-right {
height: 39px;
position: absolute;
right: 308px;
top: 1045px;
width: 38px;
}
.body-contet_right {
float: right;
width: 285px;
padding: 20px 10px 0px;
}
.top-100_img {
float:left;
width: 230px;
}
.top-100_img h3 {
float: right;
margin-right: 20px;
margin-top: 5px;
color:#52789e;
font-weight:bold;
font-family:"Trebuchet MS";
font-size: 17px;
}
.listing {
color: #52789E;
float: left;
font-family: "Trebuchet MS";
font-size: 14px;
margin-left: 17px;
margin-right: 20px;
}
.listing a {
color: #52789E;
}
.listing a:hover {
color: #ed8304;
}
.top-search-img {
float:left;
margin-top:20px;
}
.body-contet_right p {
color: #52789E;
float: left;
font-family: "Trebuchet MS";
font-size: 14px;
margin-left: 17px;
margin-right: 20px;
line-height: 110%;
}
.inner_body {
background-image: url("../images/bg_inner-body.gif");
background-repeat:repeat-x;
height:1000px;
padding: 20px 10px 0;
}
.inner_body-left {
float: left;
padding: 0px 5px;
position: relative;
width: 700px;
}
.inner_body-top-left-conr {
background-image: url("../images/inner-body-topleftcrnr.png");
background-repeat: no-repeat;
height: 10px;
left: 5px;
position: absolute;
top: 1px;
width: 10px;
}
.inner_body-top-right-conr {
background-image: url("../images/inner-body-toprightcrnr.png");
background-repeat: no-repeat;
height: 10px;
position: absolute;
right: 5px;
top: 1px;
width: 10px;
}
.inner_body-bot-left-conr {
background-image: url("../images/inner-body-botleftcrnr.png");
background-repeat: no-repeat;
bottom: -334px;
height: 10px;
left: 4px;
position: absolute;
width: 10px;
}
.inner_body-bot-right-conr {
background-image: url("../images/inner-body-botrightcrnr.png");
background-repeat: no-repeat;
bottom: -335px;
height: 10px;
position: absolute;
right: 4px;
width: 10px;
}
.cloumn-left-heading {
background-image: url("../images/column-left.png");
background-repeat: repeat-x;
border-right: 1px solid #FFFFFF;
float: left;
height: 40px;
padding: 25px 0 0 0;
text-align: center;
width: 408px;
}
.cloumn-left {
background-image: url("../images/column-left-bg.png");
background-repeat: repeat-x;
border-right: 1px solid #FFFFFF;
float: left;
height: 334px;
margin-top: 16px;
width: 408px;
}
.cloumn-left_dec {
float: left;
height: 72px;
padding: 20px 20px 0;
text-align: left;
width: 315px;
}
.user-img {
float:left;
width:60px;
height:60px;
}
.cloumn-left h3 {
float: left;
margin: 5px 0 5px 4px;
width: 250px;
color:#061230;
font-weight:bold;
font-family:"Trebuchet MS";
font-size: 15px;
}
.cloumn-left a {
float: left;
margin-left: 5px;
color:#104f96;
font-family:"Trebuchet MS";
font-size: 14px;
}
.cloumn-right-heading {
background-image: url("../images/column-left.png");
background-repeat: repeat-x;
border-left: 1px solid #B2B2B2;
float: right;
height: 40px;
padding: 25px 0 0 0;
text-align: center;
width: 290px;
}
.cloumn-right {
background-image: url("../images/column-right-bg.png");
background-repeat: repeat-x;
border-left: 1px solid #B2B2B2;
float: right;
height: 334px;
margin-top: 15px;
width: 290px;
}
.cloumn-right_dec {
text-align: left;
width: 250px;
}
.cloumn-right_dec a {
color: #52789E;
float: left;
font-family: "Trebuchet MS";
font-size: 17px;
font-weight: bold;
line-height: 6px;
padding: 20px 0 0 30px;
width: 250px;
}
.inner_body-right {
float: right;
width: 300px;
}
.inner_body-right a
{
margin-left:5px;
}
.inner_body-right_desc {
background-image: url("../images/facebook-img.png");
background-repeat: no-repeat;
height: 400px;
margin-bottom: 10px;
margin-left: 16px;
}
.sponser-result {
background-color: #FFFFFF;
border: 2px solid #9F9F9F;
float: left;
height: 250px;
margin-top: 10px;
width: 698px;
}
.bar {
background-image:url("../images/bg_bar-img.png");
background-repeat:repeat-x;
float: left;
height: 98px;
margin-left: 6px;
width: 1004px;
}
.bar-top-left-conr {
background-image: url("../images/end-top-leftcrnr.png");
background-repeat: no-repeat;
height: 10px;
left: 16px;
position: absolute;
width: 10px;
}
.bar-top-right-conr {
background-image: url("../images/end-top-rightcrnr.png");
background-repeat: no-repeat;
height: 10px;
position: absolute;
right: 10px;
width: 10px;
}
.bar-bot-left-conr {
background-image: url("../images/end-bot-leftcrnr.png");
background-repeat: no-repeat;
bottom: 230px;
height: 10px;
left: 16px;
position: absolute;
width: 10px;
}
.bar-bot-right-conr {
background-image: url("../images/end-bot-rightcrnr.png");
background-repeat: no-repeat;
bottom: 230px;
height: 10px;
position: absolute;
right: 10px;
width: 10px;
}
.bar_one
{
width:333px;
float:left;
border-right:1px solid #fff;
height:98px;
}
.bar_one h3
{
float: left;
padding: 15px 0 0;
width: 200px;
color:#767676;
font-family:"Trebuchet MS";
font-size:17px;
font-weight:bold;
}
.bar_one span
{
float: left;
width: 200px;
color:#767676;
font-family:"Trebuchet MS";
font-size:14px;
}
.bar_two
{
width:334px;
float:left;
border-right:1px solid #fff;
border-left:1px solid #b1b1b1;
height:98px;
}
.bar_two h3
{
float: left;
padding: 15px 0 0;
width: 200px;
color:#767676;
font-family:"Trebuchet MS";
font-size:17px;
font-weight:bold;
}
.bar_two span
{
float: left;
width: 200px;
color:#767676;
font-family:"Trebuchet MS";
font-size:14px;
}
.bar_three
{
width:333px;
float:left;
border-left:1px solid #b1b1b1;
height:98px;
}
.bar_three h3
{
float: left;
padding: 15px 0 0;
width: 200px;
color:#767676;
font-family:"Trebuchet MS";
font-size:17px;
font-weight:bold;
}
.bar_three span
{
float: left;
width: 200px;
color:#767676;
font-family:"Trebuchet MS";
font-size:14px;
}
.icon-img
{
width:129px;
float:left;
text-align:center;
}
.bot-banner
{
text-align:center;
padding:10px;
}
Posted from: 182.185.181.115
User agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0.1) Gecko/20100101 Firefox/8.0.1
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 27 December 2011 07:15:04 UTC