* add some more options to tags (mostly directly setting class and style)
This commit is contained in:
Sarjuuk
2017-03-19 17:03:48 +01:00
parent bf0f218b28
commit 939a3f1e31
3 changed files with 360 additions and 224 deletions

View File

@@ -60,6 +60,20 @@ a.open {
color: white;
}
img.content-image {
border-radius:2px;
margin:2px;
}
img.content-image.content-image-shadowed {
box-shadow:0 3px 10px rgba(0, 0, 0, .35);
}
a:hover img.content-image {
-webkit-filter:brightness(1.35);
filter:brightness(1.35);
}
img.border {
border: 2px solid #404040;
background-color: #080808;
@@ -74,6 +88,10 @@ a:hover img.border {
background-color: #101010;
}
img.no-border {
border:0 !important;
}
.pad {
padding-bottom: 10px;
}
@@ -419,6 +437,18 @@ a.revealtoggle
padding-top:18px;
}
.markup-float-left
{
float:left;
margin:0 10px 10px 0;
}
.markup-float-right
{
float:right;
margin:10px 0 0 10px;
}
/**************************************************************/
/* CSS BELOW TO BE MOVED TO A PROPER LOCATION AND/OR REFACTOR */
/**************************************************************/

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

File diff suppressed because it is too large Load Diff