mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Markup
* add some more options to tags (mostly directly setting class and style)
This commit is contained in:
@@ -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 */
|
||||
/**************************************************************/
|
||||
|
||||
BIN
static/images/help/privileges/example.jpg
Normal file
BIN
static/images/help/privileges/example.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user