From 106a12f314afd17e217270245013b1895cb33bdb Mon Sep 17 00:00:00 2001 From: Hedgehog Date: Thu, 27 Mar 2014 13:17:54 +0400 Subject: [PATCH] images preview images preview, fixes --- css/style.css | 31 ++++- home.html | 13 +- jquery-emotions/emotions/calm/angel.png | Bin 1319 -> 1198 bytes jquery-emotions/emotions/calm/beer.png | Bin 1391 -> 1333 bytes jquery-emotions/emotions/calm/confused.png | Bin 1188 -> 1016 bytes jquery-emotions/emotions/calm/cry.png | Bin 1174 -> 1015 bytes jquery-emotions/emotions/calm/devil.png | Bin 1104 -> 960 bytes jquery-emotions/emotions/calm/friends.png | Bin 2514 -> 2161 bytes jquery-emotions/emotions/calm/frown.png | Bin 1162 -> 999 bytes jquery-emotions/emotions/calm/glasses.png | Bin 1226 -> 1102 bytes jquery-emotions/emotions/calm/grin.png | Bin 1163 -> 958 bytes jquery-emotions/emotions/calm/grumpy.png | Bin 1089 -> 969 bytes jquery-emotions/emotions/calm/heart.png | Bin 614 -> 414 bytes jquery-emotions/emotions/calm/kiss.png | Bin 1250 -> 1148 bytes jquery-emotions/emotions/calm/mimi.png | Bin 1089 -> 959 bytes jquery-emotions/emotions/calm/smile.png | Bin 1130 -> 976 bytes jquery-emotions/emotions/calm/sunglasses.png | Bin 1104 -> 958 bytes jquery-emotions/emotions/calm/tongue.png | Bin 1158 -> 1005 bytes jquery-emotions/emotions/calm/unsure.png | Bin 1057 -> 936 bytes jquery-emotions/emotions/calm/wink.png | Bin 1135 -> 997 bytes jquery-emotions/jquery.emotions.calm.css | 2 +- js/ZeroClipboard.min.js | 9 -- js/ZeroClipboard.swf | Bin 1893 -> 0 bytes js/interface_common.js | 15 ++- js/options.js | 17 ++- js/twister_formatpost.js | 19 +++ options.html | 121 +++++++++---------- 27 files changed, 133 insertions(+), 94 deletions(-) delete mode 100644 js/ZeroClipboard.min.js delete mode 100644 js/ZeroClipboard.swf diff --git a/css/style.css b/css/style.css index 13bbf39..bcee031 100644 --- a/css/style.css +++ b/css/style.css @@ -1252,6 +1252,22 @@ input.userMenu-search-field:focus::-ms-input-placeholder { display: none; padding: 5px 5px 0 5px; } +.image-preview +{ + max-height: 500px; + width: 100%; +} +.preview-container +{ + height: 100px; + width: 95%; + margin: 0 auto; + overflow: hidden; + display: none; + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; +} .post-stats { margin: 0 10px 0 55px; @@ -1405,14 +1421,14 @@ input.userMenu-search-field:focus::-ms-input-placeholder { /************************************* **************************** LOGIN PAGE **************************************/ -.login .module, .sounds .module, .keys .module, .language .module { +.login .module, .optionsPage .module { padding: 20px; width: 500px; margin: 10px auto; border: 3px solid #c7cdda; border-radius: 6px; } -.login .module p, .sounds .module p, .keys .module p, .language .module p { +.login .module p, .optionsPage .module p{ font: 14px "Open Sans", sans-serif; margin-bottom: 5px; @@ -1429,7 +1445,7 @@ input.userMenu-search-field:focus::-ms-input-placeholder { background: #fff; transition: background-color 100ms linear; } -.login .module select.local-usernames, .sndOpt, #keysOpt select, #selectLanguage select, #selectTheme select { +.login .module select, .optionsPage select{ height: 30px; font: 13px/24px "Open sans"; text-align: center; @@ -1909,8 +1925,13 @@ input.userMenu-search-field:focus::-ms-input-placeholder { margin-right: -163px; font: 12px "Open Sans", sans-serif; } -#notifyForm p, #selectLanguage p, #keysOpt p { - margin-top: 15px; +.optionsPage .module h1 { + font-size: 14px; + margin-bottom: 5px; +} +.optionsPage .module h2 { + margin-top: 10px; + font-size: 11px; } /* Following page */ .following ol.following-list > li{ diff --git a/home.html b/home.html index f952c76..4e6c815 100644 --- a/home.html +++ b/home.html @@ -26,7 +26,6 @@ - @@ -288,6 +287,8 @@

+
+