diff --git a/_shared_assets/themes/owncloud/static/style.css b/_shared_assets/themes/owncloud/static/style.css index 1285b350d..8ec710d09 100644 --- a/_shared_assets/themes/owncloud/static/style.css +++ b/_shared_assets/themes/owncloud/static/style.css @@ -1149,35 +1149,71 @@ tt.file:before { margin-left: 15px; } + + +h2 { + margin-top: 25px; + font-size: 20pt !important; +} + h3 { margin-top: 25px; - font-size: 16px; + font-size: 18pt; } -dl.class > dt, dl.function > dt, dl.method > dt { - background-color: #1D2D44; - color: #fefefe; - padding: 5px; - border-top-left-radius: 3px; - border-top-right-radius: 3px; -} + dd { padding:5px; } -dl.function > dd, dl.method > dd { - margin-left: 0; - background: #f5f5f5; - border: 1px solid rgba(0, 0, 0, 0.15); +dl.function, dl.method { + margin: 30px 0 30px 0; } -dl.method { - margin-left: 25px; + dl.function > dt, dl.method > dt { + background-color: #1D2D44; + color: #fefefe; + padding: 5px; + font-size: 12pt; + + } + + dl.function > dd, dl.method > dd { + margin-left: 0; + padding-left: 20px; + } + +/** + * Class + */ +dl.class { + margin-bottom: 50px; +} + +dl.class:after { + content: '}'; + color: #1D2D44; + font-size: 16pt; + +} + +dl.class > dt { + color: #1D2D44; + font-size: 16pt; + margin: 20px 0; +} + + + +dl.class > dt:after { + content: ' {'; } dl.class > dd { margin-left: 0; - + padding-left: 30px; } + +