Skip to content

Commit 01132ef

Browse files
committed
Modified stylesheets and added fonts used by new design
1 parent 8fca1c9 commit 01132ef

File tree

3 files changed

+26
-23
lines changed

3 files changed

+26
-23
lines changed

css3-regions/Overview.html

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@
77

88
<title>CSS Regions Module Level 3</title>
99
<link href=default.css rel=stylesheet type="text/css">
10-
<link href=alternate-spec-style.css id=st rel="alternate stylesheet"
11-
title="additional spec styles" type="text/css">
1210

1311
<style type="text/css">
1412

1513
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
1614
/* The fonts are not applied if only loaded from the alternate stylesheet */
15+
16+
/* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */
17+
@import url(fonts/Droid-Serif-fontfacekit/stylesheet.css);
18+
@import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
19+
1720
/*
1821
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
1922
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@@ -34,16 +37,12 @@
3437
}
3538

3639
div.issue-marker {
37-
position: absolute;
38-
width: 20ex;
39-
margin-left: -26ex;
40-
padding-left: 1em;
41-
padding: 5px;
40+
color: red;
41+
margin: 1em 0;
4242
font-weight: normal;
43-
font-size: 11px;
44-
text-align: right;
45-
background-color: white;
46-
font-size: 90%;
43+
padding: .5em;
44+
border-left: .5em solid #E05252;
45+
background: #FBE9E9;
4746
}
4847

4948
div.issue-marker a {
@@ -56,6 +55,8 @@
5655
</style>
5756
<link href="http://www.w3.org/StyleSheets/TR/W3C-ED.css" rel=stylesheet
5857
type="text/css">
58+
<link href=alternate-spec-style.css id=st rel=stylesheet
59+
title="additional spec styles" type="text/css">
5960

6061
<body>
6162
<div class=head id=div-head> <!--begin-logo-->
@@ -64,14 +65,14 @@
6465

6566
<h1 id=css-regions-module>CSS Regions Module Level 3</h1>
6667

67-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 November
68+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 28 November
6869
2011</h2>
6970

7071
<dl>
7172
<dt>This version:
7273

7374
<dd><a
74-
href="http://www.w3.org/TR/2011/ED-css3-regions-20111124/">http://www.w3.org/csswg/css3-regions</a>
75+
href="http://www.w3.org/TR/2011/ED-css3-regions-20111128/">http://www.w3.org/csswg/css3-regions</a>
7576

7677
<dt>Latest version:
7778

css3-regions/Overview.src.html

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,18 @@
88

99

1010

11-
<link id="st" href="alternate-spec-style.css" rel="alternate stylesheet"
12-
type="text/css" title="additional spec styles">
1311

1412

1513

1614
<style type="text/css">
1715

1816
/* Alternate stylesheet fonts are here because in some browsers (Opera 11.5) */
1917
/* The fonts are not applied if only loaded from the alternate stylesheet */
18+
19+
/* License font the following two fonts: fonts/Droid-Serif-fontfacekit/Google Android License.txt */
20+
@import url(fonts/Droid-Serif-fontfacekit/stylesheet.css);
21+
@import url(fonts/Droid-Sans-Mono-fontfacekit/stylesheet.css);
22+
2023
/*
2124
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
2225
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
@@ -55,6 +58,10 @@
5558
</style>
5659
<link rel="stylesheet" type="text/css"
5760
href="http://www.w3.org/StyleSheets/TR/W3C-ED.css">
61+
62+
<link id="st" href="alternate-spec-style.css" rel="stylesheet"
63+
type="text/css" title="additional spec styles">
64+
5865
</head>
5966

6067

css3-regions/alternate-spec-style.css

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
/*
2-
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:700,400,400italic,700italic);
3-
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
4-
*/
5-
61
body {
7-
font-family: 'Droid Serif', serif;
2+
font-family: 'DroidSerifRegular', 'Droid Serif', serif;
83
font-size: 14px;
94
width: 38em;
105
color: #2f2f2f;
@@ -37,7 +32,7 @@ h2, h3, h4, h5, h6 {
3732
}
3833

3934
h1, h2, h3, h4, h5, h6, table, th, tr, td {
40-
font-family: 'Droid Serif', serif;
35+
font-family: 'DroidSerifRegular', 'Droid Serif', serif;
4136
}
4237

4338
h1+h2 {
@@ -82,7 +77,7 @@ pre {
8277
}
8378

8479
pre, code {
85-
font-family: 'Droid Sans Mono', Inconsolata, monospace;
80+
font-family: 'DroidSansMonoRegular', 'Droid Sans Mono', Inconsolata, monospace;
8681
font-size: 83%;
8782
line-height: 1.4em;
8883
}

0 commit comments

Comments
 (0)