8,960
edits
No edit summary  | 
				No edit summary  | 
				||
| Line 1: | Line 1: | ||
.licontent {  | |||
    list-style: none;  | |||
    background: #f8f9fa;  | |||
    border: 1px solid #d6d6d6;  | |||
    border-radius: 10px;  | |||
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);  | |||
    font-family: Arial, sans-serif;  | |||
    margin: 10px 0;  | |||
    padding: 15px;  | |||
    max-width: 600px;  | |||
}  | |||
.licontent .li-header {  | |||
    background: #c8102e;  | |||
    color: #ffffff;  | |||
    font-weight: bold;  | |||
    text-align: center;  | |||
    padding: 10px;  | |||
    border-radius: 8px 8px 0 0;  | |||
}  | |||
.licontent .li-body {  | |||
    color: #333333;  | |||
    font-size: 14px;  | |||
    line-height: 1.6;  | |||
    padding: 10px;  | |||
    background: #ffffff;  | |||
    border-radius: 0 0 8px 8px;  | |||
}  | |||
.licontent .li-body a {  | |||
    color: #1a73e8;  | |||
    text-decoration: none;  | |||
}  | |||
.licontent .li-body a:hover {  | |||
    text-decoration: underline;  | |||
}  | |||
/* Изменение текста "Discussion" на "Comments" */  | /* Изменение текста "Discussion" на "Comments" */  | ||
a[rel="discussion"] span::before {  | a[rel="discussion"] span::before {  | ||