sitolost/content/extra/custom.css

59 lines
867 B
CSS
Raw Normal View History

2020-09-08 14:46:30 +02:00
div.entry-content a:link{
2020-09-08 14:46:30 +02:00
xborder: 2px solid gray;
xborder-radius: 6px;
xpadding: 4px 4px;
xtext-decoration: none;
xdisplay: inline-block;
text-decoration-line: underline;
text-decoration-style: solid;
-webkit-text-decoration-color: red; /* Safari */
text-decoration-color: red;
text-decoration-thickness: 4px;
}
div.entry-content a:visited{
xborder: 2px solid gray;
xborder-radius: 6px;
xpadding: 4px 4px;
xtext-decoration: none;
xdisplay: inline-block;
text-decoration-line: underline;
text-decoration-style: solid;
-webkit-text-decoration-color: red; /* Safari */
text-decoration-color: orange;
text-decoration-thickness: 4px;
}
2020-09-08 14:46:30 +02:00
video {
width: 100%;
max-height: 100%;
}
2020-04-13 15:12:39 +02:00
article h2 {
color: red;
}
2020-09-08 14:46:30 +02:00
.page-header h1 {
color: red;
}
2020-04-13 15:12:39 +02:00
.summary h1 {
font-size: 150%;
}
2020-09-08 14:46:30 +02:00