ソースを参照

Adds texture to the page foreground

Muhammad Talha Mansoor 12 年 前
コミット
0a6a979479
共有2 個のファイルを変更した2 個の追加1 個の削除を含む
  1. 2 1
      css/custom.css
  2. BIN
      css/images/foregroundTexture.png

+ 2 - 1
css/custom.css

@@ -21,12 +21,13 @@ line-height:1.6em;
 }
 
 .pageForeground {
-background-color: beige;
+background-color: whiteSmoke;
 border-radius:7px;
 moz-border-radius:7px;
 -moz-box-shadow: 0 0 5px 5px #888;
 -webkit-box-shadow: 0 0 5px 5px#888;
 box-shadow: 0 0 5px 5px #888;
+background-image:url(images/foregroundTexture.png);
 }
 
 .siteBanner {

BIN
css/images/foregroundTexture.png