This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 15591 - body { margin-top: 0px; background-image: url(images/meknunarka.jpg); } body,td,th { color: #FFFFFF; font-size: 12px; } .baslik { color: #990000; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } .icerik { font-family: A
Summary: body { margin-top: 0px; background-image: url(images/meknunarka.jpg); } body,...
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-17 09:56 UTC by contributor
Modified: 2012-01-17 10:02 UTC (History)
4 users (show)

See Also:


Attachments

Description contributor 2012-01-17 09:56:02 UTC
Specification: http://www.w3.org/TR/2011/WD-html5-20110525/
Multipage: http://www.whatwg.org/C#top
Complete: http://www.whatwg.org/c#top

Comment:
body {
	margin-top: 0px;
	background-image: url(images/meknunarka.jpg);
}

body,td,th {
	color: #FFFFFF;
	font-size: 12px;
}

.baslik {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.icerik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.solmenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
}

.altalan  {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.altalan a:link {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.altalan a:visited {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
.altalan a:hover {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

.icerik input {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	background-color: #000000;
	border: thin solid #171717;
}
.icerik textarea {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	background-color: #000000;
	border: thin solid #171717;
}
.altalan input {
	color: #FFFFFF;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
	background-color: #000000;
	border: thin solid #171717;
}

Posted from: 88.228.66.119
User agent: Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.7 (KHTML, like Gecko) Chrome/16.0.912.75 Safari/535.7