Skip to content

Commit 54bd9dc

Browse files
committed
Add styles for block quotes
1 parent cb5692c commit 54bd9dc

1 file changed

Lines changed: 34 additions & 10 deletions

File tree

wikipedia/common.css

Lines changed: 34 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,46 @@ https://en.wikipedia.org/wiki/User:<Username>/common.css
6666
clear: both;
6767
}
6868

69+
blockquote {
70+
padding-left: 10px;
71+
margin-left: 0;
72+
font-size: 11pt;
73+
color: #666 !important;
74+
border-left: 4px solid #aaa !important;
75+
overflow: auto;
76+
}
77+
6978
div.tright, div.floatright, table.floatright {
7079
color: #666;
7180
border: 1px solid #aaa !important;
81+
border-left: 4px solid #aaa !important;
7282
background-color: #eee !important;
7383
}
7484

85+
.mw-parser-output .ts-Цитата-container {
86+
display: contents !important;
87+
background: #FFF !important;
88+
}
89+
90+
.mw-parser-output .ts-Цитата-quote {
91+
color: #666;
92+
border: 1px solid #aaa !important;
93+
border-left: 4px solid #aaa !important;
94+
background-color: #eee !important;
95+
padding: 5px;
96+
padding-left: 10px;
97+
overflow: auto;
98+
}
99+
100+
.mw-parser-output .ts-Цитата-leftQuote {
101+
display: none;
102+
}
103+
104+
.mw-parser-output .ts-Цитата-rightQuote {
105+
display: none;
106+
}
107+
108+
75109
.mbox-image {
76110
border: none;
77111
padding: 2px 0 2px 0.9em;
@@ -360,16 +394,6 @@ table {
360394
background: #eee !important;
361395
}
362396

363-
364-
blockquote {
365-
padding-left: 10px;
366-
margin-left: 0;
367-
border-left: 4px #aaa solid;
368-
font-size: 11pt;
369-
color: #666;
370-
overflow: auto;
371-
}
372-
373397
div.plainlist.plainlinks {
374398
background: #eee !important;
375399
border: solid 1px #ddd !important;

0 commit comments

Comments
 (0)