From 5bd0925a2b2740266e98ad1443d707c8d437beab Mon Sep 17 00:00:00 2001 From: benweet Date: Tue, 26 Mar 2013 23:32:36 +0000 Subject: [PATCH] Add image background --- css/main.css | 30 ++++++------ img/honeycomb.png | Bin 0 -> 484 bytes index.html | 2 +- js/main.js | 122 ++++++++++++++++++++++++++-------------------- 4 files changed, 85 insertions(+), 69 deletions(-) create mode 100644 img/honeycomb.png diff --git a/css/main.css b/css/main.css index 78ffce56..71159ea9 100644 --- a/css/main.css +++ b/css/main.css @@ -1,6 +1,6 @@ body { - background-color: White; - font-family: sans-serif; + background-image: url(../img/honeycomb.png); + background-repeat: repeat; } #navbar { @@ -40,16 +40,6 @@ body { display: inline-block; } -.wmd-button>span { - background-image: url(../img/wmd-buttons.png); - background-repeat: no-repeat; - background-position: 0px 0px; - width: 20px; - height: 20px; - display: inline-block; - border: 1px solid #f2f2f2; -} - .wmd-prompt-background { background-color: Black; } @@ -97,6 +87,15 @@ body { height: 18px !important; } +.ui-layout-toggler-south { + margin-top: 3px !important; + height: 18px !important; +} + +.ui-layout-toggler-south .caret { + margin-top: 6px; +} + .ui-layout-toggler-north-open .caret, .ui-layout-toggler-south-closed .caret { border-bottom: 5px solid #525252; @@ -119,13 +118,17 @@ body { width: 18px !important; } +.ui-layout-toggler-east .caret, +.ui-layout-toggler-west .caret { + margin-top: 40px; +} + .ui-layout-toggler-east-open .caret, .ui-layout-toggler-west-closed .caret { border-bottom: 5px solid transparent; border-top: 5px solid transparent; border-left: 5px solid #525252; border-right: 0; - margin-top: 40px; } .ui-layout-toggler-east-closed .caret, @@ -134,5 +137,4 @@ body { border-top: 5px solid transparent; border-right: 5px solid #525252; border-left: 0; - margin-top: 40px; } diff --git a/img/honeycomb.png b/img/honeycomb.png new file mode 100644 index 0000000000000000000000000000000000000000..97fd6fe2947bfa62afd1098c99b84bfa289bd9b8 GIT binary patch literal 484 zcmVhg zBt|tecXwgGJn!zJs`J0KR-Wr3BC7gY9An5BgU-hp42~dFReB&`StDVrN3i%FW6Ze> zjv|f&m;eLfn!8ifC1Na#jj=LJKKEwk#u&0AGq)!a9>=k^f(5CNG4ydh$LZH~EfeQ? z&Vw0Ml|)43d7h;;J#RoVSlO)a5$q+mii}-ra4%CvV^TxSGL7yO6Z<>cfWqJP7UceHX*-U^)BjF@32hK#`JWA2bUjDI= zmrdok{5*=X3?wlkclFu=^$n-SpdFPCGNfK@avNc9YTd0eyX a@Z2Bq08g%X -
+