Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0732532
Initial files
skjnldsv Sep 28, 2017
77fc74e
Navigation 1
skjnldsv Sep 29, 2017
2fe21d3
Popovermenu
skjnldsv Oct 5, 2017
0139100
More pages and some pictures
skjnldsv Oct 5, 2017
adabb11
Grammar fixes and syntax
skjnldsv Oct 6, 2017
b3fcb90
Navigation edit, syntax illustrations
skjnldsv Oct 7, 2017
88d205b
Css floating figure on html edit
skjnldsv Oct 7, 2017
95fa183
Collapsible nav
skjnldsv Oct 10, 2017
da6d475
Better handling of the figure+html block
skjnldsv Oct 11, 2017
04dc68f
Fix nested lists bold
skjnldsv Oct 11, 2017
587ecfe
Popover image to code
skjnldsv Oct 11, 2017
3851dc7
Fix gif
skjnldsv Oct 11, 2017
76bf1e7
Navigation & popover cleanup
skjnldsv Oct 11, 2017
5ae53c9
Switch to animation again and use html builder order priority wildcard
skjnldsv Oct 11, 2017
f64fa83
Undo, bullets & edit navigation
skjnldsv Oct 11, 2017
1b40465
Pinned navigation
skjnldsv Oct 11, 2017
faf67c4
Animation fix, codeblock color fix and settings area
skjnldsv Oct 12, 2017
d0c433d
Progress, radios & checkboxes
skjnldsv Oct 12, 2017
27e6e68
Clear float and basic navigations rules
skjnldsv Oct 12, 2017
f7d1c81
Nextcloud color images rebuild
skjnldsv Oct 12, 2017
7c3996b
Icons script and list
skjnldsv Oct 15, 2017
4f078c2
Shadow on icons hover
skjnldsv Oct 15, 2017
96e21fd
Icons fix and png auto conversion with inkscape
skjnldsv Oct 15, 2017
d9fa2ac
Grey background for white icon classes
skjnldsv Oct 19, 2017
fa50ded
Fix layout of breadcrumbs icon
MorrisJobke Oct 23, 2017
d9f4723
Properly add grey background for icons that do not have "white" in th…
MorrisJobke Oct 23, 2017
dd2ea26
Add preamble to raise limit of floats
MorrisJobke Oct 23, 2017
2f09d5c
Fix pdf loop
skjnldsv Oct 23, 2017
d01b2f1
Drone version bump
skjnldsv Oct 23, 2017
91fffff
Fixed old css section and added angular example
skjnldsv Oct 24, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pipeline:
documentation:
image: nextcloudci/documentation:1.0.11
image: nextcloudci/documentation:documentation-4
commands:
- make all
97 changes: 79 additions & 18 deletions _shared_assets/themes/nextcloud_com/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

/* enable to reveal boxes everywhere */
/** {
border-style: solid;
border-color: red;
border-style: solid;
border-color: red;
}*/

@font-face {
Expand Down Expand Up @@ -55,6 +55,7 @@ body {

h1, h2, h3 {
font-weight: 300;
margin-top: 40px !important;
}
h1 {
font-size: 45px;
Expand All @@ -77,13 +78,13 @@ img {
}

.btn-default {
/* background: rgba(240,240,240,.9); */
/* border: 1px solid rgba(210,210,210,.9); */
/* background: rgba(240,240,240,.9); */
/* border: 1px solid rgba(210,210,210,.9); */
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
/* background: white; */
/* border: 1px solid rgba(240,240,240,.9); */
/* background: white; */
/* border: 1px solid rgba(240,240,240,.9); */
}

.btn-primary {
Expand All @@ -93,9 +94,9 @@ img {
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
/* background: #428BCA; */
/* border: 1px solid #1D2D44; */
/* color: white; */
/* background: #428BCA; */
/* border: 1px solid #1D2D44; */
/* color: white; */
}

/* button a {color: #1d2d44} */
Expand Down Expand Up @@ -974,15 +975,15 @@ img.desaturate {
background-size: cover;
-o-background-size: cover;
/* border: 0px; */
/* min-height: 450px; background-position: 35% 40%; */
/* min-height: 450px; background-position: 35% 40%; */
position: relative;
margin-left: 0px !important;
margin-right: 0px !important;
margin: 0 0 0 0 !important;
}

/*.ft-img-center {
margin: 0 auto;
margin: 0 auto;
}*/

.ft-sharing {
Expand Down Expand Up @@ -1019,7 +1020,7 @@ img.desaturate {

@media (max-width: 767px) {
.ft-everywhere-img {
/* height: auto; */
/* height: auto; */
width: 20%;
right: 5%;
}
Expand All @@ -1045,12 +1046,12 @@ img.desaturate {
}

/*.ft-img-overlay a {
display: table;
display: table;
}*/

/*.ft-img-overlay img {
width: 100%;
height: 100%;
width: 100%;
height: 100%;
}*/

.ft-play-overlay {
Expand All @@ -1059,9 +1060,9 @@ img.desaturate {
top: 30%;
left: 45%;
margin-top: 10px;
/* width: 0px; */
/* height: 0px; */
/* padding: 50%; */
/* width: 0px; */
/* height: 0px; */
/* padding: 50%; */
}

.youtube i {
Expand Down Expand Up @@ -1142,3 +1143,63 @@ a.headerlink {
li.next {
float: right;
}

/* Floating image on code */
.figure.figure-with-code img {
margin: 0;
}
.figure.figure-with-code {
float: right;
max-width: 40%;
min-width: 200px;
}
.figure.figure-with-code + .code.html,
.figure.figure-with-code + .highlight-html {
max-width: 59%;
}
.figure.figure-with-code + .code.html::after,
.figure.figure-with-code + .highlight-html::after {
content: ' ';
clear: both;
display: block;
}

/* Fix nested lists bold */
li > dl > dt {
font-weight: inherit;
}

/* Icons grid */
#icons > blockquote > div {
display: inline-flex;
flex-wrap: wrap;
justify-content: space-between;
}
#icons > blockquote > div > div {
margin: 20px;
text-align: center;
flex: 10%;
}
#icons > blockquote > div img {
margin: 5px;
}
#icons > blockquote > div p {
font-size: inherit;
}
#icons > blockquote > div a {
display: flex;
width: 42px;
height: 42px;
margin: auto;
}
#icons > blockquote > div > div a[href*='white'],
#icons > blockquote > div > div a[href*='/calendar.'],
#icons > blockquote > div > div a[href*='/caret.'],
#icons > blockquote > div > div a[href*='/contacts.'],
#icons > blockquote > div > div a[href*='/files1.'],
#icons > blockquote > div > div a[href*='/music.'],
#icons > blockquote > div > div a[href*='/picture.'],
#icons > blockquote > div > div a[href*='white'] {
background: #ddd;
border-radius: 50%;
}
Loading