Z verze
změnil(a) David Brazda
k 03.12.2020 10:14
Na verzi < 3.1 >
změnil(a) David Brazda
k 04.12.2020 20:44
>
Popis verze: Imported from XAR

Přehled

Rozpis

Na stránce změněno:
Nadpis
... ... @@ -1,1 +1,1 @@
1 -PG WIKI.cz
1 +New Site
Nadřazený dokument
... ... @@ -1,1 +1,0 @@
1 -Main.WebHome
Obsah
... ... @@ -1,1 +1,5 @@
1 -Paragliding Wiki
1 +Úvodní stránka nové oblasti.
2 +
3 +{{mention reference="XWiki.AdminPGWIKI" style="FULL_NAME" anchor="XWiki-AdminPGWIKI-g41eta"/}}
4 +
5 +co vy na to?
XWiki.StyleSheetExtension[1]
Cache
... ... @@ -1,0 +1,1 @@
1 +default
Kód
... ... @@ -1,0 +1,148 @@
1 +/* condition for screen size minimum of 1000px */
2 +@media (max-width:800px) {
3 + /* your conditional / responsive CSS inside this condition */
4 + #mainContentArea, #xdocfooter, #xwikidatacontents {padding: 8px;}
5 +}
6 +/* condition for screen size minimum of 1000px */
7 +@media (min-width:801px) and (max-width:1300px) {
8 + /* your conditional / responsive CSS inside this condition */
9 + #mainContentArea, #xdocfooter {padding: 24px 12%;}
10 +}
11 +
12 +/* condition for screen size minimum of 1000px */
13 +@media (min-width:1301px) {
14 + /* your conditional / responsive CSS inside this condition */
15 + #mainContentArea, #xdocfooter {padding: 24px 18%;}
16 +}
17 +
18 +h1 {
19 + font-size: 1.714em;
20 + font-weight: normal;
21 + line-height: 1.166;
22 +}
23 +
24 +h2 {
25 + font-size: 1.43em;
26 + font-weight: normal;
27 + line-height: 1.2;
28 +}
29 +
30 +h3 {
31 + font-size: 1.142em;
32 + line-height: 1.5;
33 +}
34 +
35 +#document-title h1 {
36 + font-size: 1.714em;
37 + margin-top: 0;
38 +}
39 +
40 +#leftPanels li {
41 + white-space: nowrap;
42 +}
43 +
44 +#leftPanels li a {
45 + overflow: hidden;
46 + text-overflow: ellipsis;
47 + white-space: nowrap;
48 +}
49 +
50 +@media (min-width: 768px) {
51 + .half {
52 + float: left;
53 + width: 100%;
54 + }
55 +}
56 +
57 +.notification-event {
58 + padding: 0.5em;
59 +}
60 +
61 +#xdocAuthors, .xdocLastModification, #xdocFooter, #historyform td, #changes-info {
62 + color: rgb(107, 119, 140);
63 + font-size: 12px;
64 +}
65 +
66 +.document-header {
67 + margin-bottom: -9px;
68 +}
69 +
70 +#xwikicontent {
71 + padding-top: 2px;
72 +}
73 +
74 +.cke_top {
75 + /* border-bottom: 1px solid #d1d1d1; */
76 + /* background: #f8f8f8; */
77 + padding: 10px 12px 2px;
78 + /* white-space: normal; */
79 +}
80 +
81 +.jstree-xwiki>.jstree-no-dots.jstree-no-icons .jstree-anchor {
82 + white-space: nowrap;
83 +}
84 +
85 +blockquote {
86 + padding: 7px 28px;
87 + margin: 0 0 5px;
88 + font-size: 12px;
89 + border-left: 5px solid #eeeeee;
90 +}
91 +
92 +.commentcontent {
93 + border: 0;
94 + margin: 0;
95 + padding: 0 36px 0 0;
96 + text-align: justify;
97 + font-size: 14px;
98 +}
99 +
100 +.annotationContent {
101 + text-align: justify;
102 + font-size: 14px;
103 +}
104 +
105 +.commentauthor a:link, a:active {
106 + text-decoration: none;
107 +}
108 +
109 +.commenttools {
110 + color: #707070;
111 + font-size: 12px;
112 + display: block;
113 + float: none;
114 + margin-top: -0.2em;
115 +}
116 +
117 +.commenttools .commentdate{
118 + font-size: 12px;
119 +}
120 +
121 +.commenttools .commentdate:before, .delete:before, .edit:before {
122 + content: "•";
123 + color: #707070;
124 + padding: 0 5px;
125 +}
126 +
127 +.commenttools a {
128 + text-decoration: none;
129 + color: #707070;
130 + cursor: pointer;
131 +}
132 +
133 +.commenttools a:hover {
134 + text-decoration: underline;
135 +}
136 +
137 +.commentButton {
138 + background-color: rgb(244, 245, 247);
139 + display: flex;
140 + border: none;
141 + border-radius: 3px;
142 + height: 40px;
143 + color: rgb(153, 153, 153);
144 +}
145 +
146 +#AddComment label {
147 + display: none;
148 +}
Content Type
... ... @@ -1,0 +1,1 @@
1 +LESS
Jméno
... ... @@ -1,0 +1,1 @@
1 +General CSS updates
Zpracovat obsah
... ... @@ -1,0 +1,1 @@
1 +Ne
Použít tuto příponu
... ... @@ -1,0 +1,1 @@
1 +always
XWiki.XWikiComments[0]
Autor
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.DavidBrazda
Komentář
... ... @@ -1,0 +1,1 @@
1 +nový koemntar
Datum
... ... @@ -1,0 +1,1 @@
1 +2020-12-03 01:05:26.0
Selection
... ... @@ -1,0 +1,1 @@
1 +odní stránka nové o
State
... ... @@ -1,0 +1,1 @@
1 +SAFE
Target
... ... @@ -1,0 +1,1 @@
1 +Main.WebHome
XWiki.XWikiComments[1]
Autor
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.DavidBrazda
Komentář
... ... @@ -1,0 +1,1 @@
1 +odpoved na koemntar
Datum
... ... @@ -1,0 +1,1 @@
1 +2020-12-03 01:05:37.0
Odpověd na
... ... @@ -1,0 +1,1 @@
1 +0