Current oav website

This commit is contained in:
Charlie Root
2023-03-20 12:18:38 +01:00
commit a096ce07cf
3270 changed files with 261778 additions and 0 deletions

View File

@ -0,0 +1,78 @@
.modules td {
&.module-actions,
&.module-icon {
vertical-align: middle;
}
&.module-icon img {
&:last-child {
width: 16px;
height: 16px;
}
&.expand {
margin-bottom: 3px;
}
}
&.module-distrib img {
display: block;
float: right;
}
}
.modules tr.expand,
.modules td.expand {
background: $modules-background;
border-color: $modules-border;
}
.modules tr.expand td:first-child {
font-weight: bold;
background: $modules-background;
}
.modules td.expand {
padding: 0 0 1em;
div {
display: inline-block;
vertical-align: top;
margin-right: 3em;
}
}
.modules dt {
font-weight: bold;
}
.modules a {
&.module-details {
background: transparent url(search.svg) no-repeat 0 center;
padding: 4px 4px 0 20px;
}
&.module-support {
background: transparent url(help12.png) no-repeat 2px center;
padding: 4px 4px 0 20px;
}
&.module-config {
background: transparent url(settings.png) no-repeat 2px 6px;
padding: 4px 4px 0 18px;
}
}
#m_search {
color: $search-color;
background: transparent url(search.svg) no-repeat 0 center;
padding-left: 20px;
}
.mod-more {
padding-top: .5em;
&,
li {
margin: .25em 0 0 1em;
padding: 0;
list-style-type: none;
}
}
#plugin-update td {
vertical-align: baseline;
}