mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
made api less obstrussive
This commit is contained in:
parent
1e649ef2b7
commit
f818e09525
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user