АТОМ РПГ вики

Обращение Atom Team
2 марта 2022


Патч 1.0.0.1 для Trudograd на Xbox
ATOM RPG: Trudograd • 10 марта 2024


Swordhaven: Iron Conspiracy
Новая игра Atom Team!

ПОДРОБНЕЕ

АТОМ РПГ вики
АТОМ РПГ вики
1484
страницы
Нет описания правки
мНет описания правки
Строка 159: Строка 159:
 
text-align:center;
 
text-align:center;
 
width: 100%;
 
width: 100%;
color: #615F34;
+
color: #9e9e90;
border: 1px #9e9e90 solid;
+
border: 1px #615F34 solid;
 
border-collapse: collapse;
 
border-collapse: collapse;
 
box-sizing: border-box;
 
box-sizing: border-box;

Версия от 22:27, 17 сентября 2019

/** Размещённый здесь CSS будет применяться ко всем темам оформления
/* Темы модульных инфобоксов */
@import url("/load.php?mode=articles&articles=MediaWiki:Themes.css&only=styles");
/* Структура навбоксов */
@import url("//dev.wikia.com/load.php?mode=articles&articles=Global_Lua_Modules/NavboxBuilder/code.css&only=styles");
/* Альтернативный виджет Discord */
@import url("/index.php?title=MediaWiki:Discord.css&ctype=text/css&action=raw");
/*Tabber*/
/*@import "/index.php?title=MediaWiki:Tabber.css&action=raw&ctype=text/css";*/


.WikiaPage > .WikiaPageContentWrapper > .WikiaMainContent > .WikiaArticle > .WikiaSearch input[type="search"], 
.WikiaPage > .WikiaPageContentWrapper > .WikiaMainContent > .WikiaArticle > .WikiaSearch input[type="text"] {
  width:608px
}

.WikiaPage .WikiaPageBackground {
    background: #21211C;
}
a {
    color: #60b319;
}

/* Цвет верхней шапки*/
.wds-community-header {
    background-color: #36351c;/*#2d2c18;*/
}
 
/* Установка семейства шрифтов*/
body { font-family: 'Roboto', sans-serif; }
 
/* Устанановка всем уровням заголовков жирности 500 */
.mw-content-text .mw-headline {
    font-weight: 500;
}

/*Верхнее выпадающее меню*/
/*Стиль непосешенных пунктов меню*/
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a:link {
    color: #D5D4D4;
}

/*Стиль пунктов меню на которых нажата кнопка*/
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a:active {
    color: #D5D4D4;
}

/*Стиль пунктов меню на которых наведена мышь*/
.wds-community-header .wds-dropdown__content .wds-list.wds-is-linked li > a:hover {
    color: #F5EB2C;
    background-color: #787547;
}

/* Стиль меню кнопки "Править" при наведении мыши*/
.WikiaPage .page-header .wds-dropdown__content .wds-list.wds-is-linked li > a:hover {
    color: #F5EB2C;
    background-color: #787547;
}

.Wall .timestamp a.username, .Wall .timestamp span.username {
    color: #60b319;
}

.dark_text_2 {
    color: #9e9e90;
}
 
/*-------------------*/
/* Стиль шрифта */
.WikiaMainContentContainer .WikiaArticle {
	font-size: 14px;
	line-height: 20px;
	color: #9e9e90;
}
.WikiaMainContentContainer h1 {
	font-size: 28px;
	line-height: 28px;
}
.WikiaMainContentContainer h2 {
	font-size: 20px;
	line-height: 22px;
}
.WikiaMainContentContainer h3 {
	font-size: 17px;
	line-height: 22px;
}
.WikiaMainContentContainer h4 {
	font-size: 15px;
	line-height: 22px;
}

/* Стиль заголовка статьи */
.WikiaPage .page-header__title {
    color: #9e9e90;
}

.WikiaPage .page-header__separator {
    background-color: #615f34;
}

/* Цвет полосы под заголовком 2 уровня */
.WikiaArticle h2 {
    border-bottom: solid 1px #615f34;
}

/* Межстрочный интервал ненумерованных списках */
.WikiaArticleInterlang ul li {
    line-height: 22px;
}
 
.AdminDashboardGeneralHeader h1 {/*Уменьшение шрифта в кабинет администратора*/
	font-size: 15px;
	line-height: 19px;
}
.AchievementsModule h1 {/*Уменьшение шрифта модулей в правой колонке*/
	font-size: 20px;
	line-height: 22px;
}
.WikiaRail .module h2 {/*Подавление отступов в правой колонке*/
	margin-top: 15px;
	margin-bottom: 5px;
}
.header-column h2 {/*Уменьшение шрифта подзаголовков*/
	font-size: 13px;
	line-height: 19px;
}
 

/* Стиль таблиц table1 */
.table1 {
    margin: 1em 1em 1em 0;
	background: #c0cfce;
	border-collapse: collapse;
	text-align:center;
	width: 100%;
	}
.table1 caption {
	text-align:center;
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
	color: #fff;
	background: #5f6967;
}
.table1 th, .table1 td {
	border: 1px #000 solid;
	padding: 0.5em;
}
.table1 th {
    transform: rotateZ(-90deg);
    background: #5f6967;
	text-align: center;
	color: #fff;
	}

/* Стиль таблиц table2 */
.table2 {
    /*background: #31321e;*/
	text-align:center;
	width: 100%;
	color: #9e9e90;
	border: 1px #615F34 solid;
	border-collapse: collapse;
	box-sizing: border-box;
	}

.table2.tooltip-ready {
visibility:hidden;
display:block;
z-index:999;
}
 
.table2 caption {
	text-align:center;
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
	color: #9e9e90;
	/*background: #31321e;*/
}
.table2 td {
	padding: 0.5em;
	border-collapse: collapse;
	border: 1px #9e9e90 solid;
	box-sizing: border-box;
    }
.table2 th {
    padding: 0.5em;
	background: #31321e;
	text-align: center;
	color: #9e9e90;
	border: 1px #9e9e90 solid;
	border-collapse: collapse;
	box-sizing: border-box;
	}
.table2 .good a{
    color: #80FF80;
}
.table2 .bad a{
    color: #FF8080;
}
.table2 .goodback {
    background-color: rgba(0, 128, 0, 0.1);
}
.table2 .badback {
    background-color: rgba(128, 0, 0, 0.1);
}

.WikiaMainContent .table2 a.new, .WikiaMainContent .table2 a.new:visited {
    color: #FF2020;
}
/* Цвет верхней кнопки сортировки */
table.jquery-tablesorter.sortable th.headerSort .chevron:first-child {
    border-color: transparent transparent #9e9e90;
}
 
/* Цвет нижней кнопки сортировки */
table.jquery-tablesorter.sortable th.headerSort .chevron {
    border-top-color: #9e9e90;
}


/* Цвет ссылок на темнозеленом фоне шапок таблиц */
.table2 th a {
    color: #9e9e90;
}
 
 
/* Стиль таблиц table3 */
.table3 {
    /*background: #31321e;*/
	text-align:left;
	width: 100%;
	color: #9e9e90;
	border: 1px #9e9e90 solid;
	border-collapse: collapse;
	}
 
.table3 caption {
	text-align:center;
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
	color: #9e9e90;
	/*background: #31321e;*/
}
.table3 td {
	padding: 0.5em;
	border-collapse: collapse;
	border: 1px #9e9e90 solid;
    }
.table3 th {
    padding: 0.5em;
	background: #31321e;
	text-align: center;
	color: #9e9e90;
	border: 1px #9e9e90 solid;
	border-collapse: collapse;
	}
/* Цвет ссылок на темнозеленом фоне шапок таблиц */
.table3 th a {
    color: #9e9e90;
}
  
/* Стиль таблиц table4 */
.table4 {
    background: #a5a075;
	text-align:center;
	width: 100%;
	color: #000;
	border: 1px #000 solid;
	border-collapse: collapse;
	}
 
.table4 caption {
	text-align:center;
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
	color: #000;
	background: #a5a075;
}
.table4 td {
	padding: 0px;
	text-align: center;
	border-collapse: collapse;
	border: 1px #000 solid;
    }
.table4 th {
    padding: 0px;
	background: #a5a075;
	text-align: center;
	color: #000;
	border: 1px #000 solid;
	border-collapse: collapse;
	}
/* Цвет ссылок на темнозеленом фоне шапок таблиц */
.table4 th a {
    color: #000;
}

/* Стиль таблиц at-table */
.at-table {
    /*background: #31321e;*/
	text-align:center;
	width: 100%;
	color: #9e9e90;
	border: 1px #615F34 solid;
	border-collapse: collapse;
	box-sizing: border-box;
	}

.at-table.tooltip-ready {
visibility:hidden;
display:block;
z-index:999;
}
 
.at-table caption {
	text-align:center;
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
	color: #9e9e90;
	/*background: #31321e;*/
}
.at-table td {
	padding: 1px;
	border-collapse: collapse;
	border: 1px #615F34 solid;
	box-sizing: border-box;
    }
.at-table th {
    padding: 1px;
	background: #31321e;
	text-align: center;
	color: #9e9e90;
	border: 1px #615F34 solid;
	border-collapse: collapse;
	box-sizing: border-box;
	}
.at-table .good a{
    color: #80FF80;
}
.at-table .bad a{
    color: #FF8080;
}
.at-table .goodback {
    background-color: rgba(0, 128, 0, 0.1);
}
.at-table .badback {
    background-color: rgba(128, 0, 0, 0.1);
}

.WikiaMainContent .at-table a.new, .WikiaMainContent .at-table a.new:visited {
    color: #FF2020;
}


/* Цвет ссылок на темнозеленом фоне шапок таблиц */
.at-table th a {
    color: #9e9e90;
}

/* Стиль таблиц at2-table */
.at2-table {
    /*background: #303030;*/
	text-align:center;
	width: 100%;
	color: #9e9e90;
	border: 1px #615F34 solid;
	border-collapse: collapse;
	box-sizing: border-box;
	}

.at2-table.tooltip-ready {
visibility:hidden;
display:block;
z-index:999;
}
 
.at2-table caption {
	text-align:center;
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
	color: #9e9e90;
	/*background: #31321e;*/
}
.at2-table td {
	padding: 1px;
	border-collapse: collapse;
	border: 1px #615F34 solid;
	box-sizing: border-box;
    }
.at2-table th {
    padding: 1px;
	background: #31321e;
	text-align: center;
	color: #9e9e90;
	border: 1px #615F34 solid;
	border-collapse: collapse;
	box-sizing: border-box;
	}
	
.at2-table tr:nth-child(2n) {background: #101010;}	

.at2-table tr:hover td {background: #5a5a10; color:#ffffff;}

.at2-table .good a{
    color: #80FF80;
}
.at2-table .bad a{
    color: #FF8080;
}
.at2-table .goodback {
    background-color: rgba(0, 128, 0, 0.1);
}
.at2-table .badback {
    background-color: rgba(128, 0, 0, 0.1);
}

.WikiaMainContent .at2-table a.new, .WikiaMainContent .at2-table a.new:visited {
    color: #FF2020;
}

/* Цвет ссылок на темнозеленом фоне шапок таблиц */
.at2-table th a {
    color: #9e9e90;
}


 
/* Стиль таблиц prettytable */
.prettytable {
    margin: 1em 1em 1em 0;
	background: #eafeec;
	border-collapse: collapse;
	text-align:center;
	width: 100%;
	}
.prettytable caption {
	text-align:center;
	margin-left: inherit;
	margin-right: inherit;
	font-weight: bold;
	color: #fff;
	background: #2b4d2e;
}
.prettytable td {
	border: 1px #000 solid;
	padding: 0.5em;
}
.prettytable th {
	background: #2b4d2e;
	text-align: center;
	color: #fff;
	padding: 0.5em;
	}

/* Стиль таблиц на главной */
.stable {
	margin: 1em 1em 1em 0;
	width: 100%;
	text-align: left;
	font-size: 100%;
	border-collapse: collapse;
	/*background-image: url("https://vignette.wikia.nocookie.net/atom-rpg/images/f/f4/Fon01.jpg/revision/latest/scale-to-width-down/900?cb=20180807192801&path-prefix=ru");*/
}
.stable caption {
	/*margin-left: inherit;
	margin-right: inherit;*/
	font-weight: bold;
	color: #9e9e90;
}
.stable td {
	padding: 10px;
	border: 1px #615f34 solid;
	border-top: 0;
}
.stable th {
    padding: 10px;
    border: 1px #615f34 solid;
    border-top: 0;
    border-bottom: 0;
    border-color: #615f34;
    background-image: linear-gradient(#615f34, #31321b, #21220b, #21220b, #21220b, #31321b, #615f34);
	text-align: center;
	color: #9e9e90;
	font-size: 20px;
}

.WikiaArticle .stable .portals-block img {
    
    padding: 50px;
} 
 
 /* Стиль таблиц на главной */
.itable {
	margin: 1em 1em 1em 0;
	width: 100%;
	text-align: left;
	font-size: 100%;
	border-collapse: collapse;
	/*background-image: url("https://vignette.wikia.nocookie.net/atom-rpg/images/f/f4/Fon01.jpg/revision/latest/scale-to-width-down/900?cb=20180807192801&path-prefix=ru");*/
}
.itable caption {
	/*margin-left: inherit;
	margin-right: inherit;*/
	font-weight: bold;
	color: #9e9e90;
}
.itable td {
	padding: 10px;
	border: 1px #615f34 solid;
	border-top: 0;
    border-bottom: 1;
    border-right: 0;
    border-left: 0;
}
.itable th {
    padding: 4px;
    border: 1px #615f34 solid;
    border-top: 1;
    border-bottom: 1;
    border-right: 0;
    border-left: 0;
    border-color: #615f34;
    text-align: center;
	color: #9e9e90;
	background-color: #20202a;
	font-size: 14px;
}

.WikiaArticle .itable .portals-block img {
    
    padding: 50px;
} 
 
 
ol.references {font-size:100%}
.references-small {font-size:90%}
 
/*---------------------------------------*/
/*---- Tooltip начало -------------------*/
/*---------------------------------------*/
/* Main CSS class of the tooltip */
.main-tooltip {
    border: 1px solid #33321c;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
    margin: 0px;
    padding: 0px;/*2px 5px;*/
    background-color: #615f34;
}
 
/* Добавляет отступ в который будет помещаться тень */
#tooltip-wrapper {
    padding: 3px 7px 7px 3px;
}
 
/* Hides tooltips with redlinks, not yet loaded ones and elements containing tooltip contents for advanced tooltips 
.has-redlinks, .tooltip-loading, .advanced-tooltip .tooltip-contents {
    display: none;
}*/
 
.tooltips-init-complete {
    cursor: help;
}
/*---------------------------------------*/
/*---- Tooltip конец --------------------*/
/*---------------------------------------*/
 
 
.page-Тестовая_Большая_Пустошь #WikiaRailWrapper {
    display: none;
}

.page-Тестовая_Большая_Пустошь .WikiaMainContent {
    width: 100%;
}



/* Шаблон:Mbox */
.atom-mbox {
   color: #9E9E90;
   background-color: #454632; 
   border: 1px solid #54553d; 
   padding: 0; 
   margin: 0 0 10px;
   font-size: 11px;
   line-height: 16px; 
   border-collapse: collapse;
}
 
.atom-mbox + .atom-mbox {
   margin-top: -8px;
}
 
.atom-mbox th {
   width: 40px;
   text-align: center;
   vertical-align: middle;
   padding: 1px 0 1px 5px;
}
 
.atom-mbox td {
   padding-left: 5px;
   width: 100%;
}

/* Шаблон:Документация */
.atom-documentation,
.atom-documentation-bar-top,
.atom-documentation-bar-bottom {
   border-color: #615f34;
   border-style: solid;
   clear: both;
}
 
.atom-documentation {
   border-width: 1px;
   margin: 10px 0;
}
 
.atom-documentation-bar-top,
.atom-documentation-bar-bottom {
   background: #36351c;
   color: #9e9e90;
   padding: 5px;
   margin: 0;
}
 
.atom-documentation-bar-top {
   border-width: 0 0 1px 0;
}
 
.atom-documentation-bar-bottom {
   border-width: 1px 0 0 0;
   text-align: right;
}
 
.atom-documentation-links {
   float: right;
   text-align: right;
}
 
.atom-documentation-content {
   padding: 10px;
   margin: 0;
}
 
.atom-documentation-small {
   font-size: 10px;
}

/* Cтиль элементов в панелях редактора */
.EditPage .module > .module_content {
    color:  #c0bfbf;
}
 
.EditPage .module_page_controls .preview_box .preview_icon {
    color: #c0bfbf;
}
 
.EditPage .module_page_controls .preview_box .preview_icon svg {
    color: #c0bfbf;
}
 
.EditPage .module_page_controls .preview_box .preview_icon {
    border: 1px solid #807d44;   
}

/* Стиль содержания */
.WikiaArticle .toc {
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: 1px solid #615f34;
    background: linear-gradient(to right, #31321e, transparent 90%);
    padding-left: 15px;
}

 
/* Курсор на вики */
body {
    cursor: url("https://vignette.wikia.nocookie.net/atom-rpg/images/5/55/Cursor_24.png/revision/latest?cb=20181219134811&path-prefix=ru"), auto;
}
a:link, a:visited, a:hover {
    cursor: url("https://vignette.wikia.nocookie.net/atom-rpg/images/0/02/Cursor_link_26.png/revision/latest?cb=20181219134723&path-prefix=ru"), auto;
}

/* Стиль кнопок ПОМОЧЬ и ПРИСОЕДИНИТСЯ к чату */
.WikiaRail .rail-module .wds-button.wds-is-secondary {
    border-color: #667b29;
    color: #667b29;
}

.WikiaRail .rail-module .wds-button.wds-is-secondary:focus:not(:disabled), .WikiaRail .rail-module .wds-button.wds-is-secondary:hover:not(:disabled), .WikiaRail .rail-module .wds-button.wds-is-secondary:active, .WikiaRail .rail-module .wds-button.wds-is-secondary.wds-is-active {
    border-color: #667b29;
    background-color: #667b29;
    color: #fff;
}

/* Белая кнопка викификатора */
.toolbar .wikify img {
    filter: invert(100%)
    }


/*---------------------------------------------------------*/
/* Навигационные таблицы в Шаблоне:Navbox                  */
 
/* Outer table - border */
.atom-navbox-border {
	border: 1px solid #aaa; 
	-moz-box-shadow: 2px 2px 2px #aaa;
	-webkit-box-shadow: 2px 2px 2px #aaa;
	box-shadow: 2px 2px 2px #aaa;
}
.atom-navbox-bottom + .atom-navbox-bottom {margin-top: 2px;}
 
/* Outer table - widths, floats */
.atom-navbox {
	width: 100%;
	font-size: 85%; 
	line-height: 1.5em;
	text-align: inherit;
}
.atom-navbox-bottom {
	width: 100%;
	clear: both; 
	margin: 5px auto 0;
}
.atom-navbox-left {
	width: 200px;
	clear: left;
	float: left;
	margin: 0 1.5em 0.5em 0;
}
.atom-navbox-right {
	width: 200px;
	clear: right;
	float: right;
	margin: 0 0 0.5em 1.5em;
}
 
/* Inner tables */
.atom-navbox-brick {
	width: 100%;
	margin: 0;
}
 
/* Cellspacing */
.atom-navbox, .atom-navbox-border,
.atom-navbox-brickcont, .atom-navbox-padding,
.atom-navbox-space-h, .atom-navbox-space-v {
	background: transparent;
}
.atom-navbox-padding {padding: 2px;}
.atom-navbox-space-h {width: 2px;}
 
.atom-navbox-columncont .atom-navbox-space-h {
	width: 0%;
	border-right: 2px solid #FFF;
}
.atom-navbox-space-v {
	height: 2px;
	font-size: 1pt;
	line-height: 0em;
}
 
/* Cell styles and widths */
/* Remember to update the column width calculations when changing widths */
.atom-navbox-title {
	background: #044d22 url(https://images.wikia.nocookie.net/fallout/images/d/d1/WidgetBackground.jpg?1);
	border: 1px solid #000;
	font-weight: normal;
	color: #fff;
	padding: 2px;
}
.atom-navbox-headertext,
.atom-navbox-titletext {
	font-weight: bold;
	padding-left: 4em;
	padding-right: 4em;
}
.atom-navbox-maintitle .atom-navbox-titletext {font-size: 118%;}
 
.atom-navbox-editlink {
	float: left;
	width: 4em;
	text-align: left;
	margin-right: -100%;
}
.atom-navbox .t_show_hide {margin-left: -100%;}
 
.atom-navbox-cell, .atom-navbox-colgroup,
.atom-navbox-column, .atom-navbox-footer,
.atom-navbox-group, .atom-navbox-header,
.atom-navbox-image, .atom-navbox-subgroup {padding: 1px 2px;}
 
.atom-navbox-colgroup, .atom-navbox-group,
.atom-navbox-subgroup {font-weight: bold;}
 
.atom-navbox-group, .atom-navbox-subgroup {
	width: 15%;
	text-align: center;
}
.atom-navbox-footer, .atom-navbox-group,
.atom-navbox-header {
	background: #c9d0ac;
	border: 1px solid #aaa;
}
.atom-navbox-colgroup, .atom-navbox-subgroup {
	background: #d6dbc1;
	border: 1px solid #aaa;
}
.atom-navbox-cell, .atom-navbox-column,
.atom-navbox-image {
	background: #e7eada;
	border: 1px solid #aaa;
}
.atom-navbox-cell-nogroups, .atom-navbox-column,
.atom-navbox-colgroup, .atom-navbox-footer,
.atom-navbox-image {text-align: center;}
 
.atom-navbox-cell-withgroups {text-align: left;}
.atom-navbox-column {vertical-align: top;}
.atom-navbox-image {width: 8%;}
 
/* Lists in column rows */
.atom-navbox-formatlist ul,
.atom-navbox-formatlist li {
	list-style: none;
	line-height: 1.5em;
	margin: 0.6em 0;
	padding: 0;
}
.atom-navbox-formatlist li li {font-size: 90%;}
 
.atom-navbox-formatlist li ul {
   margin-top: -0.1em;
   margin-bottom: 0.5em;
}
 
.atom-navbox-formatlist li ul li {margin: 0em;}
 
/* Nested */
.atom-navbox .atom-navbox-nested {font-size: 100%;}
 
.atom-navbox-nested .atom-navbox-title {
	background: #c9d0ac;
	color: #000;
	border: 1px solid #aaa;
}
.atom-navbox-nested .atom-navbox-footer, 
.atom-navbox-nested .atom-navbox-group,
.atom-navbox-nested .atom-navbox-header {background: #d6dbc1;}
 
.atom-navbox-nested .atom-navbox-colgroup, 
.atom-navbox-nested .atom-navbox-subgroup {background: #dde1cb;}
 
/* Links */
.atom-navbox-nowraplinks .atom-navbox-cell a,
.atom-navbox-nowraplinks .atom-navbox-column a {white-space: nowrap;}
 
.atom-navbox-maintitle a:link,
.atom-navbox-maintitle a:visited {color: #afa000 !important;}
 
.atom-navbox-maintitle a:hover,
.atom-navbox-maintitle a:active {color: #fff;}
 
.atom-navbox-maintitle a.new {color: #f11 !important;}
 
/* Printing */
@media print {
	.atom-navbox, .atom-navbox-border {
		  display: none;
	}
}

p.vertical{
  -webkit-transform: rotate(-90deg); 
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#container {
    display: flex;
    flex-wrap: wrap;
    align-content:stretch;
    text-align:justify;
}
#block_1 {
    border: 1px solid #fff;
width: 59%;
}
#block_2 {
    border: 1px solid #fff;
width: 39%;
}
#block_3 {
    border: 1px solid #fff;
width: 79%;
}
#block_4 {
    border: 1px solid #fff;
width: 19%;
}
#block_5 {
    border: 1px solid #fff;
width: auto;
}

.col_text {
 	columns: 200px 3;
    column-gap: 30px;
  	column-rule: 1px solid #000;
  	text-align:left;
  	-moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
}


/*----------------------------------------------------------------*/
/* Оформление шаблонов вставки цитирования                        */
 
/* Container */
.atom-transcript {
	line-height: 18px;
	padding: 10px 25px;
}

/* Quotation icons */
.atom-transcript-icon {
	width: 40px;
	z-index: -1;
}
.atom-transcript-icon {
	position: relative;
}
.atom-transcript-icon {
	float: left;
	left: -25px;
	margin-right: -40px;
	top: -5px;
}
 
/* Quoted text desc */
.atom-transcript-text {font-family: monospace;}