Skip to content

Commit 1eec7fa

Browse files
committed
Change-Id: I40cae79faff8b78ed3577a5b5c237c4d18460024
1 parent 881407c commit 1eec7fa

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
lines changed

sass/_WPDwiki.scss

+6-7
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,13 @@ table.rimage {
104104
text-align:center;
105105
}
106106

107+
html {
108+
background-color: #F0EBDD;
109+
background-image: linear-gradient(transparent 50%, rgba(219,215,202,.2) 50%);
110+
background-size: 3px 3px;
111+
}
112+
107113
body {
108-
background:white;
109114
color:black;
110115
margin:0;
111116
padding:0;
@@ -1277,18 +1282,12 @@ header, footer {
12771282
display:block;
12781283
}
12791284

1280-
html {
1281-
background-color:#efeadd;
1282-
}
1283-
12841285
body {
12851286
color:#3C3C3C;
12861287
font-family:Gudea, Arial, sans-serif;
12871288
font-size:14px;
12881289
margin:0;
12891290
padding:0;
1290-
background:#ece5d7;
1291-
background-image:url('//www.webplatform.org/assets/bg-pattern.png');
12921291
widows:2;
12931292
orphans:2;
12941293
}

sass/_layout.scss

+6-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@
33
// Layouts
44
//-----------------------------------------------------------------------
55

6-
body {
7-
6+
html {
7+
background-color: #F0EBDD;
8+
background-image: linear-gradient(transparent 50%, rgba(219,215,202,.2) 50%);
9+
background-size: 3px 3px;
810
}
11+
912
article {
1013

1114
}
@@ -20,7 +23,7 @@ aside {
2023
}
2124
img {
2225
max-width: 100%;
23-
}
26+
}
2427
nav[role="navigation"] {
2528
ul {
2629
margin: 0;

src/files/assets/css/transition.css

+5-3
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,10 @@
8484

8585
#jump-to-nav,.mw-jump {display:none}
8686

87-
body.sitedir-ltr {
88-
background-image: url('/assets/bg-pattern.png') !important;
87+
html {
88+
background-color: #F0EBDD;
89+
background-image: linear-gradient(transparent 50%, rgba(219,215,202,.2) 50%);
90+
background-size: 3px 3px;
8991
}
9092

9193
#search > input[type="submit"] {
@@ -116,4 +118,4 @@ footer ul.stewards > li > a {
116118
hgroup h1 img {
117119
margin-bottom:0.2em;
118120
}
119-
}
121+
}

0 commit comments

Comments
 (0)