|
-
- /**
- * Файл chiefred.default.css - стандартный набор стилей для отображения статьи,
- * загруженной по API ChiefRed.com
- *
- * НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ!!!
- *
- * При последующих обновлениях плагина он будет замещаться и все Ваши изменения пропадут.
- * Создайте новый файл с именем chiefred.css в той же папке, скопируйте в него содержимое
- * этого файла и там уже вносите свои правки.
- *
- */
-
- .chiefred-article-parent span::before {
- content: "\2190 ";
- color: #007acc;
- display: inline-block;
- width: 10px;
- height: 10px;
- margin-right: 10px;
- }
-
- .chiefred-article-creators {
- font-size: 13px;
- color: #3fa55e;
- margin: 20px 0;
- cursor: default;
- }
- .chiefred-article-creators span {
- font-style: italic;
- margin: 0 2px;
- }
- .chiefred-article-creators span::after {
- content: ", ";
- }
- .chiefred-article-creators span:last-child::after {
- content: "";
- }
-
- .chiefred-article-content p,
- .chiefred-article-child p
- {
- text-align: justify;
- text-indent: 2em;
- font-size: 1em;
- line-height: 1.7em;
- padding-bottom: 11px;
- margin: 0;
- }
- .chiefred-article-content .photo,
- .chiefred-article-child .photo
- {
- margin: 5px 25px 5px 0;
- float: left;
- cursor: zoom-in;
- }
-
-
- .chiefred-article-child-readmore {
- overflow: hidden;
- margin: 0 0 40px;
- }
- .chiefred-article-child-readmore a:hover {
- background: #107eb5;
- }
- .chiefred-article-child-readmore a {
- float: right;
- display: block;
- background: #1494d5;
- color: #fff;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: bold;
- padding: 7px 28px;
- border-radius: 4px;
- }
-
- #chiefred-was-usefull {
- border-top: 1px solid #ccc;
- overflow: hidden;
- padding: 30px 0;
- }
- #chiefred-wu-is {
- width: 473px;
- overflow: hidden;
- margin: 0 auto;
- }
- #chiefred-wu-caption {
- font-size: 16px;
- font-weight: bold;
- float: left;
- }
- #chiefred-wu-buttons {
- float: left;
- margin-top: 24px;
- }
-
- .chiefred-btn {
- border: 1px solid #ccc !important;
- border-radius: 3px !important;
- min-width: 100px !important;
- padding: 7px !important;
- outline: none !important;
- background: #fff !important;
- color: #3E4156 !important;
- font-size: 14px !important;
- cursor: pointer !important;
- margin-right: 30px !important;
- }
- .chiefred-btn:hover {
- background: #ccc !important;
- }
-
- #chiefred-pwu-yes, #chiefred-pwu-no, #chiefred-pwu-error {
- width: 473px;
- margin: 30px auto;
- }
-
- #chiefred-was-usefull textarea {
- width: 100%;
- height: 100px;
- padding: 10px 20px;
- max-width: 100%;
- outline-color: #ffd27d;
- }
-
- .chiefred-wu-limit {
- font-size: 12px;
- }
-
- .chiefred-wu-limit .chiefred-btn {
- float: right !important;
- margin: 5px 0 !important;
- background: #428bca !important;
- color: #fff !important;
- border-color: #357ebd !important;
- }
|