diff options
author | "Vincent Ambo ext:(%22) <tazjin@me.com> | 2012-02-22T21·03+0100 |
---|---|---|
committer | "Vincent Ambo ext:(%22) <tazjin@me.com> | 2012-02-22T21·03+0100 |
commit | b951faa6b4771693f08b4002c771a508904d97a1 (patch) | |
tree | 93177791ac00c21ea864920db9ed6faefee4bea3 /res |
* initial checkin
Diffstat (limited to 'res')
-rw-r--r-- | res/.DS_Store | bin | 0 -> 6148 bytes | |||
-rw-r--r-- | res/admin.css | 49 | ||||
-rw-r--r-- | res/apple-touch-icon.png | bin | 0 -> 9756 bytes | |||
-rw-r--r-- | res/blogstyle.css | 99 | ||||
-rw-r--r-- | res/drama.wav | bin | 0 -> 208300 bytes | |||
-rw-r--r-- | res/favicon.ico | bin | 0 -> 4354 bytes | |||
-rw-r--r-- | res/loginBoxTop.png | bin | 0 -> 606 bytes | |||
-rw-r--r-- | res/signin.gif | bin | 0 -> 1850 bytes | |||
-rw-r--r-- | res/twtbtn.png | bin | 0 -> 8058 bytes |
9 files changed, 148 insertions, 0 deletions
diff --git a/res/.DS_Store b/res/.DS_Store new file mode 100644 index 000000000000..5008ddfcf53c --- /dev/null +++ b/res/.DS_Store Binary files differdiff --git a/res/admin.css b/res/admin.css new file mode 100644 index 000000000000..7a4d418975ca --- /dev/null +++ b/res/admin.css @@ -0,0 +1,49 @@ +@charset "UTF-8"; +/* CSS Document */ + + +body { + padding-top: 20px; + font-family: 'PT Sans', sans-serif; + background-image: linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%); + background-image: -o-linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%); + background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%); + background-image: -webkit-gradient( + linear, + left bottom, + left top, + color-stop(0.66, rgb(245,245,245)), + color-stop(0.83, rgb(239,239,239)) + ); + background-repeat: no-repeat; + background-color: rgb(245,245,245); +} + +.loginBox { + width: 400px; + margin: 0 auto; +} + +.loginBoxTop { + width: 380px; + height: 28px; + color: #FFFFFF; + font-size: 12px; + padding-left: 20px; + padding-top: 11px; + background: url(/res/loginBoxTop.png); +} + +.loginBoxMiddle { + background-color: #F3F3F3; + border-top: 0px hidden; + border:1px solid #D2D2D2; + border-bottom-left-radius: 12px; + border-bottom-right-radius: 12px; + ; + font-size:12px; + height:auto; + min-height:200px; + padding-left:20px; + width:378px; +} \ No newline at end of file diff --git a/res/apple-touch-icon.png b/res/apple-touch-icon.png new file mode 100644 index 000000000000..22ba058cddd4 --- /dev/null +++ b/res/apple-touch-icon.png Binary files differdiff --git a/res/blogstyle.css b/res/blogstyle.css new file mode 100644 index 000000000000..8c065c53ce20 --- /dev/null +++ b/res/blogstyle.css @@ -0,0 +1,99 @@ +@charset "UTF-8"; +/* CSS Document */ + +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-weight: normal; + src: local('PT Sans'), local('PTSans-Regular'), url('http://themes.googleusercontent.com/static/fonts/ptsans/v2/7YGmE4Ls5b94ct65u07hVQLUuEpTyoUstqEm5AMlJo4.woff') format('woff'); +} + +body { + padding-top: 20px; + font-family: 'PT Sans', sans-serif; + background-image: linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%); + background-image: -o-linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%); + background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%); + background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%); + background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 66%, rgb(239,239,239) 83%); + background-image: -webkit-gradient( + linear, + left bottom, + left top, + color-stop(0.66, rgb(245,245,245)), + color-stop(0.83, rgb(239,239,239)) + ); +} + +.mainshell { + width: 98%; + margin: auto; +} + +.gradBox { + width: 98%; + margin: auto; +} + +.myclear { + clear: both; +} + +.centerbox { + text-align:center; +} + +.innerBox { + width: 100%; + margin-top: 20px; +} + +.innerBoxTop { + height: 28px; + color: #000000; + font-weight: bold; + font-size: 16px; + padding-left: 20px; + padding-top: 11px; + border: 1px solid #b6b6b6; + border-top-left-radius: 6px; + border-top-right-radius: 6px; + -moz-border-radius-topleft: 6px; + -moz-border-radius-topright: 6px; + -webkit-border-top-left-radius: 6px; + -webkit-border-top-right-radius: 6px; + border-bottom: 1px solid #dcdcdc; + background-image: linear-gradient(bottom, rgb(246,246,246) 31%, rgb(234,234,234) 83%); + background-image: -o-linear-gradient(bottom, rgb(246,246,246) 31%, rgb(234,234,234) 83%); + background-image: -moz-linear-gradient(bottom, rgb(246,246,246) 31%, rgb(234,234,234) 83%); + background-image: -webkit-linear-gradient(bottom, rgb(246,246,246) 31%, rgb(234,234,234) 83%); + background-image: -ms-linear-gradient(bottom, rgb(246,246,246) 31%, rgb(234,234,234) 83%); + + background-image: -webkit-gradient( + linear, + left bottom, + left top, + color-stop(0.31, rgb(246,246,246)), + color-stop(0.83, rgb(234,234,234)) + ); +} + +.innerBoxMiddle { + border: 1px solid #b6b6b6; + border-bottom-left-radius: 6px; + border-bottom-right-radius: 6px; + -moz-border-radius-bottomleft: 6px; + -moz-border-radius-bottomright: 6px; + -webkit-border-bottom-left-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + border-top: 0px hidden; + background-color: #FFFFFF; + min-height: 200px; + height: auto; + padding-top: 21px; + padding-right: 2px; +} + +.innerBoxComments { + padding-left: 20px +} \ No newline at end of file diff --git a/res/drama.wav b/res/drama.wav new file mode 100644 index 000000000000..20d326c5f40b --- /dev/null +++ b/res/drama.wav Binary files differdiff --git a/res/favicon.ico b/res/favicon.ico new file mode 100644 index 000000000000..2958dd3afcb0 --- /dev/null +++ b/res/favicon.ico Binary files differdiff --git a/res/loginBoxTop.png b/res/loginBoxTop.png new file mode 100644 index 000000000000..8a0ee3ba8d6f --- /dev/null +++ b/res/loginBoxTop.png Binary files differdiff --git a/res/signin.gif b/res/signin.gif new file mode 100644 index 000000000000..bbe282bae0a4 --- /dev/null +++ b/res/signin.gif Binary files differdiff --git a/res/twtbtn.png b/res/twtbtn.png new file mode 100644 index 000000000000..3a54c73c4c2c --- /dev/null +++ b/res/twtbtn.png Binary files differ |