Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change-Id: I40cae79faff8b78ed3577a5b5c237c4d18460024
  • Loading branch information
renoirb committed May 7, 2015
1 parent 881407c commit 1eec7fa
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
13 changes: 6 additions & 7 deletions sass/_WPDwiki.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,13 @@ table.rimage {
text-align:center;
}

html {
background-color: #F0EBDD;
background-image: linear-gradient(transparent 50%, rgba(219,215,202,.2) 50%);
background-size: 3px 3px;
}

body {
background:white;
color:black;
margin:0;
padding:0;
Expand Down Expand Up @@ -1277,18 +1282,12 @@ header, footer {
display:block;
}

html {
background-color:#efeadd;
}

body {
color:#3C3C3C;
font-family:Gudea, Arial, sans-serif;
font-size:14px;
margin:0;
padding:0;
background:#ece5d7;
background-image:url('//www.webplatform.org/assets/bg-pattern.png');
widows:2;
orphans:2;
}
Expand Down
9 changes: 6 additions & 3 deletions sass/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
// Layouts
//-----------------------------------------------------------------------

body {

html {
background-color: #F0EBDD;
background-image: linear-gradient(transparent 50%, rgba(219,215,202,.2) 50%);
background-size: 3px 3px;
}

article {

}
Expand All @@ -20,7 +23,7 @@ aside {
}
img {
max-width: 100%;
}
}
nav[role="navigation"] {
ul {
margin: 0;
Expand Down
8 changes: 5 additions & 3 deletions src/files/assets/css/transition.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@

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

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

#search > input[type="submit"] {
Expand Down Expand Up @@ -116,4 +118,4 @@ footer ul.stewards > li > a {
hgroup h1 img {
margin-bottom:0.2em;
}
}
}

0 comments on commit 1eec7fa

Please sign in to comment.