😎 » DARYA DLE » Файл "nuz.css"
906 0  

Файл "nuz.css"

В создание шаблона (index.html), я использую два файла .css если нужно то в конце их обьединяю.
Первый файл "styles.css"  содержит сброс и дизайн сайта, а второй "sitka.css" общие стили и медиа запросы.
Для шаблонов DLE предусмотрен еще файл "nuz.css" который содержит нужные стили самого движка (всплывающие окна, опросы, прелоадер, карточку пользователя.)

 Файл "nuz.css"

(используется вместо engine.css!!!) 

/* =========== rullan 2019 v1.2 =========== */

/*--- Загрузчик AJAX ---*/
#loading-layer {display: block !important;background-color: #fff;background-color: rgba(255,255,255,0.9);z-index: 9999;position: fixed;top: 0; left: 0; right: 0; bottom: 0;width: 100%; height: 100%; text-indent: -9999px;overflow: hidden;white-space: nowrap;}
#loading-layer:before, #loading-layer:after {content: "";border-radius: 50%;background-color: #95c00e;position: absolute;left: 50%; top: 50%;}
#loading-layer:before {width: 100px; height: 100px;margin: -50px 0 0 -50px;}
#loading-layer:after {width: 40px; height: 40px;background-color: #8663c4;margin: -20px 0 0 -20px;}
#loading-layer:before {-webkit-animation: load1 1s infinite ease;animation: load1 1s infinite ease;}
#loading-layer:after {-webkit-animation: load2 1s infinite -0.32s ease;animation: load2 1s infinite -0.32s ease;}
@-webkit-keyframes load1 {0%, 80%, 100% { -webkit-transform: scale(1,1);}
40% { -webkit-transform: scale(.6,.6);}}
@keyframes load1 {0%, 80%, 100% { transform: scale(1,1);}
40% { transform: scale(.6,.6);}}
@-webkit-keyframes load2 {0%, 80%, 100% { -webkit-transform: scale(1,1);}
40% { -webkit-transform: scale(.5,.5);}}
@keyframes load2 {0%, 80%, 100% { transform: scale(1,1);}
40% { transform: scale(.5,.5);}}

/*--- Цитаты, Спойлеры, Код  ---*/
.scriptcode, .title_quote, .title_spoiler, .text_spoiler { padding:10px 15px; background: #fff; border: 1px solid #e7e7e7;}
.title_quote { margin-top: 2px; font-weight: bold;}
.quote, blockquote {padding: 2px 20px;margin: 1.5em 0;border-left: 3px solid #95c00e;font-family: Georgia, serif; font-style: italic;font-size: 1.2em;color: #999;}
.title_spoiler img { vertical-align: middle; margin: -1px 0 0 !important }
.scriptcode { color: #4c6d0f; text-align: left;}
.title_spoiler { font-weight: normal; background:rgba(75, 105, 68, 0.4); margin:8px 0 0 0; }
.title_spoiler a{color:#e66732; }
.text_spoiler { border-top:0; text-align: justify;background:rgba(75, 105, 68, 0.2);}
.hide { background-color: #f0f0f0; padding: 5px; color: #4c6d0f; margin: 0 0 1em 0 }
.hide a { text-decoration: underline;} .hide a:hover { text-decoration: none }

/* --- Оформление календаря --- */
.calendar { width: 100%; text-align: center;}
.calendar tr td, .calendar tr th { padding: 3px;}
.calendar tr td a { color: #95c00e; font-weight: bold;}
.calendar tr td { padding: 5px 3px;}
.calendar tr td.weekday, .calendar tr th.weekday { color: #7955c4;}
.calendar tr th { background-color: #fff; font-weight: bold; text-transform: uppercase;}
.calendar tr th.monthselect { background-color: transparent; padding-bottom: 15px;}

/* --- Вывод результатов голосования на сайте --- */
.voteprogress, .pollprogress {
overflow: hidden;height: 6px;margin-bottom: 10px;background-color: #e7e7e7;border-radius: 3px;margin-top: 6px;}
.voteprogress span, .pollprogress span {text-indent: -9999px;height: 6px;display: block;overflow: hidden;background-color: #1a1a1a;}

/*--- Рейтинг - Звездами ---*/
.rate_stars {float:left; width:93px;height: 17px;}
.unit-rating {list-style: none;margin: 0;padding: 0;width: 85px;height: 17px;position: relative;background: url("../images/rating.png") repeat-x;}
.unit-rating li {text-indent: -90000px;padding: 0;margin: 0;float: left;}
.unit-rating li a {display: block;width: 17px;height: 17px;text-decoration: none;text-indent: -9000px;z-index: 17;position: absolute;padding: 0;}
.unit-rating li a:hover {background: url("../images/rating.png") 0 -17px;z-index: 2;left: 0;}
.unit-rating a.r1-unit {left: 0;}
.unit-rating a.r1-unit:hover {width:17px;}
.unit-rating a.r2-unit {left: 17px;}
.unit-rating a.r2-unit:hover {width: 34px;}
.unit-rating a.r3-unit {left: 34px;}
.unit-rating a.r3-unit:hover {width: 51px;}
.unit-rating a.r4-unit {left: 51px;}
.unit-rating a.r4-unit:hover {width: 68px;}
.unit-rating a.r5-unit {left: 68px;}
.unit-rating a.r5-unit:hover {width: 85px;}
.unit-rating li.current-rating {background: url("../images/rating.png") 0 -34px;position: absolute;height: 17px;display: block;text-indent: -9000px;z-index: 1;}
.ratingzero {color: #6c838e;}
.ratingtypeplusminus {padding: 0px 5px;}
.ratingtypeplus {color: #6c838e;padding: 0px 0px 0px 5px;}
.ratingplus {color: green;}
.ratingminus {color: red;}

/*--- Таблица Персональных сообщений и лучших пользователей ---*/
.userstop td, .pm td.pm_list, .pm td.pm_head { border-bottom: 1px solid #efefef; padding: 12px 2px;}
table.pm, table.userstop { width: 100%; margin-bottom: 0;}
table.pm select { width: 150px;}
.userstop thead td, .pm td.pm_head { border-bottom: 1px solid #efefef; font-weight: bold;}
table.pm .navigation { border-top-width: 0; margin: 0;}

/*---Выпадающее меню кнопки редактировать---*/
#dropmenudiv {padding: 10px 0;min-width: 140px;width: auto !important;opacity: 1 !important;display: none;font-size: .9em;border-radius: 6px;border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3); -webkit-box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);background-clip: padding-box;}
#dropmenudiv { background-color: #fff;}
#dropmenudiv a {text-decoration: none !important;color: inherit;display: block;padding: 5px 20px;border: 0 none;white-space: nowrap;color: inherit;}
#dropmenudiv a:hover { background-color: #95c00e; color: #fff;}

/*---показ оригинальной картинки загруженной на сайт из уменьшенной копии---*/
.highslide-wrapper, .highslide-outline { background: #fff }
.highslide-image { border: 2px solid #fff }
.highslide-active-anchor { visibility: hidden } 
.highslide-active-anchor img { visibility: hidden }
.highslide-dimming { background-color: black }
.highslide-html { background-color: white }
.highslide-loading { display: block; color: white; font-size: 9px; font-weight: bold; text-decoration: none; padding: 3px; border: 1px solid white; background-color: black }
a.highslide-full-expand { background: url(../dleimages/fullexpand.gif) no-repeat; display: block; margin: 0 10px 10px 0; width: 34px; height: 34px }
.highslide-display-block { display: block }
.highslide-display-none { display: none }
.highslide-caption { display: none; padding: 5px; background: white }
.highslide-controls { width: 195px; height: 40px; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 0 -90px; margin-right: 15px; margin-bottom: 10px; margin-top: 10px }
.highslide-controls ul { position: relative; left: 15px; height: 40px; list-style: none; margin: 0; padding: 0; background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif) no-repeat 100% -90px }
.highslide-controls li { float: left; padding: 5px 0;}
.highslide-controls a { background: url(../../../engine/classes/highslide/graphics/controlbar-black-border.gif); display: block; float: left; height: 30px; width: 30px; outline: none }
.highslide-controls a.disabled { cursor: default }
.highslide-controls a span { display: none }

/*---The CSS sprites for the controlbar---*/
.highslide-controls .highslide-previous a { background-position: 0 0 }
.highslide-controls .highslide-previous a:hover { background-position: 0 -30px }
.highslide-controls .highslide-previous a.disabled { background-position: 0 -60px !important }
.highslide-controls .highslide-play a { background-position: -30px 0 }
.highslide-controls .highslide-play a:hover { background-position: -30px -30px }
.highslide-controls .highslide-play a.disabled { background-position: -30px -60px !important }
.highslide-controls .highslide-pause a { background-position: -60px 0 }
.highslide-controls .highslide-pause a:hover { background-position: -60px -30px }
.highslide-controls .highslide-next a { background-position: -90px 0 }
.highslide-controls .highslide-next a:hover { background-position: -90px -30px }
.highslide-controls .highslide-next a.disabled { background-position: -90px -60px !important }
.highslide-controls .highslide-move a { background-position: -120px 0 }
.highslide-controls .highslide-move a:hover { background-position: -120px -30px }
.highslide-controls .highslide-full-expand a { background-position: -150px 0 }
.highslide-controls .highslide-full-expand a:hover { background-position: -150px -30px }
.highslide-controls .highslide-full-expand a.disabled { background-position: -150px -60px !important }
.highslide-controls .highslide-close a { background-position: -180px 0 }
.highslide-controls .highslide-close a:hover { background-position: -180px -30px }

/*---Быстрый поиск на сайте---*/
#searchsuggestions {
z-index: 2200;width: 290px;border-radius: 8px;overflow: hidden;background: #fff;box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);border: 1px solid #ddd; border-color: rgba(0,0,0,0.2);background-clip: padding-box;font-size: .9em;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
#searchsuggestions a, #searchsuggestions span.notfound { padding: 15px 25px; display: block; text-decoration: none; border-bottom: 1px solid #e5e5e5;}
#searchsuggestions a { color: inherit;}
#searchsuggestions a:hover { background-color: #f7f7f7;}
#searchsuggestions a span { display: block; cursor: pointer;}
#searchsuggestions span.searchheading { display: block; font-weight: bold; margin-bottom: .2em;}
#searchsuggestions span.seperator { display: block;}
#searchsuggestions span.seperator a { padding: 10px 0; text-align: center; border: 0 none; background-color: transparent; color: #919191;}
#searchsuggestions span.notfound { padding: 15px 25px; display: block;}
#searchsuggestions .break { display: none;}

/*--- vspluvayuche okno ---*/
/*--- vspluvayuche okno ---*/
.ui-dialog {border: 1px solid #c9c9c9;padding:22px;border-radius:3px;}
.ui-dialog-titlebar {font-size:19px;text-transform:uppercase;}
.ui-dialog-titlebar-close {position:absolute;top:5px;right:5px;width:30px;height:30px;padding:2px;border-radius:3px;background:#fb3f51;color:#fb3f51;font-size:1px;}
.ui-icon-closethick::before {content:'\20x';white-space:pre;display:block;font-size:21px;color:#fff;width:20px;height:20px;position:absolute;top:0;right:6px;}
.ui-widget-content{margin-top:20px;font-size:16px;background:#fbfbfb;color:#000;}
.ui-button-text-only{background:#4cb5ff;color:#fff;margin-right:15px;}

/* --- Автозаполнение облака тегов --- */
.ui-autocomplete { position: absolute; cursor: default;}
* html .ui-autocomplete { width: 1px } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
list-style:none;padding: 2px; margin: 0;float: left;background: #fff 50% bottom repeat-x;border: 1px solid #dedede;color: #353535;}
.ui-menu .ui-menu { margin-top: -3px;}
.ui-menu .ui-menu-item { margin:0; padding: 0; zoom: 1; float: left; clear: left; width: 100%;}
.ui-menu .ui-menu-item a { text-decoration:none; display:block; padding:.2em .4em; line-height:1.5; zoom:1;}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active { font-weight: normal; margin: -1px; border: 1px solid #a7a7a7; color: #4e4e4e; font-weight: bold;}

/*---Подсветка кода в теге [code]---*/
pre code {display: block; color:#a9a992; margin:20px 0 20px 40px; background:rgba(85, 103, 123, 0.4); border: 1px solid #cea06f; overflow:auto; white-space:pre;border-radius:8px;padding:16px;}
pre .comment, pre .template_comment, pre .diff .header, pre .doctype, pre .lisp .string, pre .javadoc { color: #93a1a1; font-style: italic;}
pre .keyword, pre .css .rule .keyword, pre .winutils, pre .jаvascript .title, pre .method, pre .addition, pre .css .tag, pre .lisp .title { color: #859900;}
pre .number, pre .command, pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula, pre .regexp, pre .hexcolor { color: #2aa198;}
pre .title, pre .localvars, pre .function .title, pre .chunk, pre .decorator,
pre .builtin, pre .built_in, pre .lisp .title, pre .identifier, pre .title .keymethods, pre .id { color: #268bd2;}
pre .tag .title, pre .rules .property, pre .django .tag .keyword { font-weight: bold;}
pre .attribute, pre .variable, pre .instancevar, pre .lisp .body, pre .smalltalk .number, pre .constant, pre .class .title,
pre .parent, pre .haskell .label { color: #b58900;}
pre .preprocessor, pre .pi, pre .shebang, pre .symbol,
pre .diff .change, pre .special, pre .keymethods, pre .attr_selector, pre .important, pre .subst, pre .cdata { color: #cb4b16;}
pre .deletion { color: #dc322f;}
pre .tex .formula { background: #eee8d5;}


/*---Поля быстрого редактирования публикаций на сайте---*/
.quick-edit-text { padding: .4em; width: 350px;}
.quick-edit-textarea {height: 210px; padding: 2px;border: 1px solid #d7d7d7;width: 100%;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;transition:border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;}

/*---Выделение текста и всплывающее окно (поделиться ссылкой)---*/
#marker-bar,
#txtselect_marker {cursor: pointer;background:url(../dleimages/marker.png) no-repeat 0 0;display: block;visibility: hidden;position: absolute;z-index: 1200;opacity: 0;-webkit-transition: opacity .4s, visibility .1s linear .4s;transition: opacity .4s, visibility .1s linear .4s;}
#txtselect_marker.show {visibility: visible;width: 35px; height: 47px;-webkit-transition: opacity .4s, visibility 0s;transition: opacity .4s, visibility 0s;opacity: 1;}
#txtselect_marker:hover { background-position: 0 -47px;}
#marker-bar {border: 1px solid #ccc;border-radius: 15px;background: #fff;padding: 5px 10px;cursor: default;box-shadow: 0 0 4px #ccc; -webkit-box-shadow: 0 0 4px #ccc;}
#marker-bar.show {-webkit-transition: opacity .4s, visibility 0s;transition: opacity .4s, visibility 0s;opacity: 1;visibility: visible;}
#marker-bar .masha-social,
#marker-bar .masha-marker {cursor: pointer;display: block;margin: 0 5px;float: left;}
#marker-bar .masha-marker{line-height: 1em;color: #aaa;border-bottom: 1px dotted #aaa;margin-right: 10px;}
#marker-bar .masha-marker:hover {color: #ea3e26;border-color: #ea3e26;}
.user_selection, .user_selection_true {background: #fff5d5;padding: 2px 0;}
.user_selection a.txtsel_close,
.user_selection_true a.txtsel_close { display: none;}
.user_selection .closewrap, .user_selection_true .closewrap { position: relative;}
.user_selection.hover a.txtsel_close, .user_selection_true.hover a.txtsel_close {display: inline-block;position: absolute;top: -7px; left: -5px;width: 25px; height: 25px;background: url(../dleimages/marker.png) 0 -94px no-repeat;}
#share-popup {border: 1px solid #e6e6e6; border-color: rgba(0,0,0,0.1);border-radius: 2px;background: #fff;position: absolute; z-index: 100;width: 414px;display: none;padding: 20px 0;opacity: 0;box-shadow: 0 8px 40px -10px rgba(0,0,0,0.3);background-clip: padding-box;-webkit-transition: opacity .4s, visibility .1s linear .4s;transition: opacity .4s, visibility .1s linear .4s;}
#share-popup.show {display: block; opacity: 1;-webkit-transition: opacity .4s, visibility 0s;transition: opacity .4s, visibility 0s;}
#share-popup .social { padding: 0 0 10px 17px;}
#share-popup .social p { padding-bottom: 10px; margin: 0; font-weight: bold;}
#share-popup .social ul { list-style: none; margin: 0; padding: 0;}
#share-popup .social ul li { display: inline; margin-right: 20px; padding-top: 2px;}
#share-popup .social ul a {text-decoration: none;font-size: 12px;display: inline-block;color: #919191;}
#share-popup .social ul a:hover { text-decoration: underline;}
#share-popup .social a span {cursor: pointer;width: 20px; height: 20px;background: url(../dleimages/social-icons.png) 20px 20px no-repeat;display: inline-block;vertical-align: middle;margin: -3px 5px 0 0;}
#share-popup .social .tw span { background-position: 0 -20px;}
#share-popup .social .tw:hover span { background-position: 0 0;}
#share-popup .social .fb span { background-position: -20px -20px;} 
#share-popup .social .fb:hover span { background-position: -20px 0;}
#share-popup .social .vk span{ background-position: -40px -20px;}
#share-popup .social .vk:hover span { background-position: -40px 0;}
#share-popup .social .gp span{ background-position: -60px -20px;}
#share-popup .social .gp:hover span { background-position: -60px 0;}
#share-popup .link {clear: both;border-top: 1px solid #d9d9d9;padding: 10px 5px 0 10px;line-height: 1.2;overflow: hidden;margin: 0 7px;}
#share-popup .link p {font-weight: bold;padding: 0 0 3px 0;margin: 0;}
#share-popup .link span {color: #999;font-size: 10px;display: block;padding-top: 3px;}
#share-popup .link a { display: block;}
.dle-alert, .dle-confirm, .dle-promt { padding: 20px 1em !important;}
.wide, .bb-editor textarea, .ui-dialog textarea, select#category, .timezoneselect, .quick-edit-text { width: 100% !important;}
#searchuser, #searchinput {width: 100% !important; margin-bottom: 10px; border-color: #cea06f;   box-shadow: 0 0 10px 0 rgba(206,160,111,0.5);padding-left:50px;}
table.xfields input { width: 100%;}
table.xfields tr > td:first-child { padding-right: 10px;}

/* Настройка стандартной капчи */
.form_submit .c-capcha { float: right;}
.c-capcha { position: relative;}
.c-capcha:after { clear: both; display: block; content: "";}
.c-capcha > a { float: left; margin-right: 5px;}
.c-capcha img {position: relative;display: block;width: 100px; height: 36px;border-radius: 20px;z-index: 1;padding: 1px;background: #fff;border: 1px solid #dcdcdc;-webkit-transition: all ease .2s; transition: all ease .2s;}
.c-capcha:hover img { 
box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2); -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,0.2);-webkit-transform: scale(1.3,1.3); transform: scale(1.3,1.3);border-color: #1a1a1a;}
.c-capcha > input { float: left; width: 150px; text-align: center;}

/* Настройка стандартной капчи при ответах на комментарии */
.dle-captcha { position: relative;}
.dle-captcha:after { clear: both; display: block; content: "";}
.dle-captcha > a { float: left; margin-right: 5px;}
.dle-captcha img {position: relative;display: block;width: 130px; height: 46px;-webkit-transition: all ease .2s; transition: all ease .2s;}
.dle-captcha > input { float: left; width: 130px;}

/* --- Настройка кнопок --- */
.btn, .bbcodes {border: 0 none;display: inline-block;vertical-align: middle;cursor: pointer;height: 40px;border-radius:8px;line-height:1;text-transform: uppercase;text-decoration: none !important;box-shadow: 0 1px 2px 0 rgba(0,23,45,0.14); -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.14);
background-color: #95c00e;background-image: -webkit-linear-gradient(top, #a2cb33 0%, #9bc520 100%);background-image: -moz-linear-gradient(top, #a2cb33 0%, #9bc520 100%);background-image: -o-linear-gradient(top, #a2cb33 0%, #9bc520 100%);background-image: linear-gradient(top, #a2cb33 0%, #9bc520 100%);
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.ui-button { padding: 4px 12px; height: 30px; font-size: 11px; margin: 2px;}
.btn:hover, .bbcodes:hover, .ui-button:hover {background: #336b9a;%); color:#fff;}
.btn:active, .bbcodes:active, .ui-button:active {background: #a4ca35;box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.14); -webkit-box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.14);}
.btn > .icon { fill: #fff;}

/*---Дополнительные поля---*/
table.xfields {width: 100%;}
.xfields textarea, .xprofile textarea{width: 100%;height: 186px;margin-top: 5px;}
.xfieldsnote {color: #838383;font-size: .9em;}
.xfields_table td{vertical-align: top;}
.xfieldsrow {padding-top:5px;clear: both;}
.xfieldscolleft {float: left;width: 30%;}
.xfieldscolright {float: left;width: 70%;}
.file-box {width: 95%;max-width: 437px;border:1px solid #B3B3B3;-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;background-color: #F5F5F5;padding: 10px;margin-top: 10px;}
.xfieldimagegallery {margin: 0;  padding: 0;list-style: none;  clear: both;}
.xfieldimagegallery li {list-style: none;margin: 0;padding: 0;}
.xfieldimagegallery li img {float: left;  margin-right: 5px;  border: 5px solid #fff;  width: 100px;  height: 100px;  transition: box-shadow 0.5s ease;}
.xfieldimagegallery li img:hover {box-shadow: 0px 0px 7px rgba(0,0,0,0.4);}
.qq-uploader { position:relative; width: 100%;}
.qq-upload-button{display:inline-block;margin-top:5px;margin-bottom:5px;cursor:pointer;}
.qq-upload-drop-area{position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;max-width: 437px;background:#FF9797; text-align:center;}
.qq-upload-drop-area span{display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;}
.qq-upload-drop-area-active {background:#FF7171;}
.uploadedfile{display: inline-block;width: 115px;height: 160px;margin: 10px 5px 5px 5px;border:1px solid #B3B3B3;box-shadow: 0px 1px 4px rgba(0,0,0,0.3);-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);text-align: center;background:#ffffff;}
.uploadedfile .uploadimage{margin-top: 5px;width: 115px;height: 90px;display: flex;align-items: center;justify-content: center;cursor: move;cursor: -webkit-grabbing;}
.sortable-ghost{opacity: 0.4;}
.uploadedfile .info{text-align: left;white-space: nowrap;margin: 0px 5px 0px 5px;overflow: hidden;}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{cursor:not-allowed;pointer-events:none;opacity:0.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;}
.progress{overflow:hidden;margin-top:10px;margin-bottom:10px;background-color:whitesmoke;height:10px;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;background:#eee;-webkit-box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;box-shadow:0 1px 0 white, 0 0px 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.2) inset;}
.progress .progress-bar{float:left;width:0%;font-size:12px;line-height:20px;color:white;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-transition:width 0.6s ease;transition:width 0.6s ease;-webkit-border-radius:8px;-moz-border-radius:8px;-ms-border-radius:8px;-o-border-radius:8px;border-radius:8px;-webkit-box-shadow:none;box-shadow:none;height:8px;}
.progress-bar span{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);border:0;}
.progress-blue{background-image:-webkit-gradient(linear, left 0%, left 100%, from(#9bcff5), to(#6db9f0));background-image:-webkit-linear-gradient(top, #9bcff5, 0%, #6db9f0, 100%);background-image:-moz-linear-gradient(top, #9bcff5 0%, #6db9f0 100%);background-image:linear-gradient(to bottom, #9bcff5 0%, #6db9f0 100%);background-repeat:repeat-x;border:1px solid #55aeee;}

/*---Смайлы---*/
.emoji{border: none;vertical-align: middle;}

=====

фон з білих та сірих клітинок

.icon-box {
  margin: 0;
  width: 144px;
  height: 144px;
  position: relative;
  background: #ccc url(dаta:image/gif;base64,R0lGODlhDAAMAIAAAMzMzP///yH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4wLWMwNjEgNjQuMTQwOTQ5LCAyMDEwLzEyLzA3LTEwOjU3OjAxICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDozQjk4OTI0MUY5NTIxMUUyQkJDMEI5NEFEM0Y1QTYwQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDozQjk4OTI0MkY5NTIxMUUyQkJDMEI5NEFEM0Y1QTYwQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNCOTg5MjNGRjk1MjExRTJCQkMwQjk0QUQzRjVBNjBDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCOTg5MjQwRjk1MjExRTJCQkMwQjk0QUQzRjVBNjBDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAwADAAAAhaEH6mHmmzcgzJAUG/NVGrfOZ8YLlABADs=) top left repeat;
  border: 1px solid #ccc;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

Залишити свій коментар:

Досвід у веброзробці:

2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2009
2023