ОсновноеRadiotalkПользовательское
MPCHAT - CMS хостинг чатов для профессионалов
90   •   Посмотреть все темы

Темы оформления админ-панели

 

2536
удалён @crigon
Сегодня я решил поковыряться в стилях админки, потому что у нас там много всего накручено и меня это сильно достало, неудобно было.
Стилей получилось немного больше, чем я планировал, поэтому выкладываю сюда.

Код добавляется в ваш style.css (видимо, в конец файла). Попасть туда можно через меню Дизайн - Стили

********** ********** ********** **********

В последнем хромиуме и фаерфоксе всё ок. В других браузерах не смотрел.

/* ### inc=adm ### */

.adm-body { background: #efefef; color: #222; line-height: 20px; }

.adm-body a { font-weight: 400; color: #005DB5; background: transparent; text-decoration: underline; }
.adm-body a:hover, .adm-body a:active { text-decoration: none; }

.adm-body, table .ftpmenu, table .ftplink, .adm-body .menu, .adm-body table[width="650"] td, #objmenu > div, #objmenu a.ftpamenu > div { font: 14px Arial, Helvetica, sans-serif !important; }
.adm-body > b { color: #666; }

fieldset { height: auto !important; margin: 10px; min-width: 200px; }

/* DHTML menu */
#menu0 .amenu:nth-child(2n) .menu, #menu1 .amenu:nth-child(2n) .menu, #menu2 .amenu:nth-child(2n) .menu, #menu3 .amenu:nth-child(2n) .menu, #menu4 .amenu:nth-child(2n) .menu { background: #fff; color: #444; }

#menu0 .amenu .menu, #menu1 .amenu .menu, #menu2 .amenu .menu, #menu3 .amenu .menu, #menu4 .amenu .menu { border-top: 0; border-bottom: 0; padding: 1px 0; background: #dfdfdf; overflow: hidden; line-height: 20px; }
#menu0 .amenu .menu:hover, #menu1 .amenu .menu:hover, #menu2 .amenu .menu:hover, #menu3 .amenu .menu:hover, #menu4 .amenu .menu:hover { background: #B4D3F8; border: 1px solid #4D78C2; border-width: 0 1px; color: #008; }

#menu0 .amenu:last-child .menu, #menu1 .amenu:last-child .menu, #menu2 .amenu:last-child .menu, #menu3 .amenu:last-child .menu, #menu4 .amenu:last-child .menu { border-bottom: 1px solid #979797; }
#menu0 .amenu:last-child .menu:hover, #menu1 .amenu:last-child .menu:hover, #menu2 .amenu:last-child .menu:hover, #menu3 .amenu:last-child .menu:hover, #menu4 .amenu:last-child .menu:hover { border-bottom: 1px solid #4D78C2; }

#menu0 .amenu:first-child .menu, #menu1 .amenu:first-child .menu, #menu2 .amenu:first-child .menu, #menu3 .amenu:first-child .menu, #menu4 .amenu:first-child .menu { background: #666; color: #fff; border: 0; padding: 0 1px; box-shadow: 1px 1px #333; }
#menu0 .amenu:first-child .menu:hover, #menu1 .amenu:first-child .menu:hover, #menu2 .amenu:first-child .menu:hover, #menu3 .amenu:first-child .menu:hover, #menu4 .amenu:first-child .menu:hover { background: #999; color: #fff; border: 0; }

/* tables */

.adm-body table { border: 1px solid #999; border-radius: 4px; border-collapse: separate; border-spacing: 0; padding: 0; background: #dfdfdf; }
.adm-body table td { border: 0; color: #333; padding: 6px; background: #dfdfdf; }
.adm-body table tr:nth-child(2n) td { background: #efefef; color: #444; }

/* Место */
.adm-body td table[width="200"] { display: table !important; }

/* bootstrap: buttons, inputs, pre, key, select, fieldset, legend */
.adm-body input {
*overflow: visible;
line-height: normal;
}

.adm-body input[type="text"], .adm-body .text {
display: inline-block;
height: 20px;
padding: 4px 6px;
margin-bottom: 9px;
font-size: 14px;
line-height: 20px;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
}

.adm-body textarea {
overflow: auto;
vertical-align: top;
background-color: #ffffff;
border: 1px solid #cccccc;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
display: inline-block;
padding: 4px 6px;
margin-bottom: 9px;
font-size: 14px;
line-height: 20px;
color: #333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.adm-body textarea:focus, .adm-body input[type="text"]:focus, .adm-body .text:focus {
border-color: rgba(82, 168, 236, 0.8);
outline: 0;
outline: thin dotted \9;
/* IE6-9 */

-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

.adm-body .ok {
display: inline-block;
*display: inline;
padding: 4px 14px;
margin-bottom: 0;
*margin-left: .3em;
font-size: 14px;
line-height: 20px;
*line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-repeat: repeat-x;
border: 1px solid #bbbbbb;
*border: 0;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
border-color: #e6e6e6 #e6e6e6 #bfbfbf;
border-bottom-color: #a2a2a2;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
filter: progid:dximagetransform.microsoft.gradient(enabled=false);
*zoom: 1;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
padding: 3px 9px;
font-size: 12px;
line-height: 18px;
margin: 3px;
}
.adm-body .ok:hover,
.adm-body .ok:active {
color: #333333;
background-color: #e6e6e6;
*background-color: #d9d9d9;
}
.adm-body .ok:active {
background-color: #cccccc \9;
}
.adm-body .ok:first-child {
*margin-left: 0;
}
.adm-body .ok:hover {
color: #333333;
text-decoration: none;
background-color: #e6e6e6;
*background-color: #d9d9d9;
/* Buttons in IE7 don't get borders, so darken on hover */

background-position: 0 -15px;
-webkit-transition: background-position 0.1s linear;
-moz-transition: background-position 0.1s linear;
-o-transition: background-position 0.1s linear;
transition: background-position 0.1s linear;
}
.adm-body .ok:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.adm-body .ok:active {
background-color: #e6e6e6;
background-color: #d9d9d9 \9;
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.adm-body > pre, .adm-body > font[color="green"] {
padding: 0 3px 2px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 13px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: block;
padding: 9.5px;
margin: 10px auto 10px 10px;
font-size: 13px;
line-height: 20px;
word-break: break-all;
word-wrap: break-word;
white-space: pre;
white-space: pre-wrap;
background-color: #f5f5f5;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
width: 70%;
}
.adm-body > font[color="green"] { line-height: 14px; }
.adm-body > font[color="green"] i, .adm-body .fsl font[color="red"], .adm-body i font[color="red"], .adm-body > font[color="red"] {
padding: 0 3px 2px;
font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
font-size: 12px;
color: #333333;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding: 2px 4px;
color: #d14;
background-color: #f7f7f9;
}

.adm-body .fsl {
padding: 0;
margin: 30px 0 0 0;
border: 0;
width: 635px;
}
.adm-body .fsl:first-child { margin: 0; }
.adm-body .fsl input {
margin-top: 10px;
}
.adm-body .fsl legend {
display: block;
width: 100%;
padding: 0 10px;
margin-bottom: 20px;
font-size: 21px;
line-height: 40px;
color: #0059CC;
border: 0;
background: #B4D3F8;
font-size: 15px;
}

.adm-body select, .adm-body select.text {
display: inline-block;
height: 30px;
padding: 4px 6px;
margin-bottom: 9px;
font-size: 14px;
line-height: 20px;
color: #555555;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
color: #333;
}
.adm-body select, .adm-body select.text,
.adm-body input[type="file"] {
height: 30px;
/* In IE7, the height of the select element cannot be changed by height, only font-size */

*margin-top: 4px;
/* For IE7, add top margin to align select with labels */

line-height: 30px;
}
.adm-body select:focus,
.adm-body input[type="file"]:focus,
.adm-body input[type="radio"]:focus,
.adm-body input[type="checkbox"]:focus {
outline: thin dotted #333;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.adm-body select[multiple] {
min-height: 120px;
}

/* codemirror */
.CodeMirror { margin-top: 10px; }

/* webftp */
#objmenu a { text-decoration: none !important; }
.adm-body .ftpmenu { width: 180px; }

/* log */
.log-body { background: #f0f0f0; color: #000; line-height: 22px; font-family: Arial, Tahoma, sans-serif; }
.log-body font[color="#e0e0e0"] { color: #999; background: #e0e0e0; }
.log-body a { font-weight: normal; color: #008; text-decoration: underline; }
.log-body a:hover { background: inherit; color: #800; }
.log-body a[href=""] { text-decoration: none; }
.log-body a[href=""] font { font-weight: bold; font-size: 16px; font-family: Arial, Tahoma, sans-serif; }
.log-body input { margin: 2px; }
.log-body font[color="red"] { padding: 2px; background: #999; color: #fff; font-weight: bold; }

/* чтоб записку себе самому на главной страничке растягивать (Foggy) */
.adm-body textarea[name=notice] { height: 600px; width: 90% }

Отредактировано crigon - 30.10.2012
2970
удалён @Foggy
Вот это ништяк!!! давно пора!


хотя моя админка давно стилизована 🐱‍👤

2536
удалён @crigon
Foggy пишет:

Вот это ништяк!!! давно пора!


хотя моя админка давно стилизована 🐱‍👤

Добавляй свои стилизации в тему, не жмись.

602
Ventage @new1
🐱‍👤 Круто!

7094
Dim @Render
😀 Такой стиль надо сразу по умолчанию в админку

2970
удалён @Foggy
crigon пишет:

Foggy пишет:

Вот это ништяк!!! давно пора!


хотя моя админка давно стилизована 🐱‍👤

Добавляй свои стилизации в тему, не жмись.

Так у меня чисто под чат под мой. Там не конкретно под админку, хотя админка благодаря этим стилям стилизованной тоже получилась.
Из того, что под админку, вот что меня больше всего доставляет:
.adm-body textarea[name=notice] { height: 600px; width: 90% }
Это чтоб записку себе самому на главной страничке растягивать. А-то у меня там много текста, каждый раз ручкой тянуть надоедает.