Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions www/tpl/default/css/gwf3.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ul, ol { list-style: none; }
min-height: 16px;
/* line-height: 11px; */
min-width: 16px;
font-size: 12px;
font-size: 0.75rem;
white-space: nowrap;
vertical-align: middle;
}
Expand Down Expand Up @@ -114,11 +114,11 @@ ul, ol { list-style: none; }

/** PageMenu **/
.gwf_pagemenu {
font-size: 14px;
font-size: 0.875rem;
}

.gwf_pagemenu_sel {
font-size: 18px;
font-size: 1.125rem;
}

/*
Expand Down Expand Up @@ -221,7 +221,7 @@ ul.gwf_criticals li,
ul.gwf_warnings li,
ul.gwf_messages li {
list-style: none;
font-size: 17px;
font-size: 1.0625rem;
}

/** backgrounds */
Expand Down Expand Up @@ -285,7 +285,7 @@ div.gwf_errors ul, div.gwf_messages ul {
div.gwf_errors li, div.gwf_messages li {
list-style: none;
/* font-weight: bolder;*/
font-size: 17px;
font-size: 1.0625rem;
margin: 0;
padding: 0px 10px 2px 22px;
}
Expand Down Expand Up @@ -335,7 +335,7 @@ div.gwf_messages li {
.gwf_backtrace {
margin: 4px;
padding: 3px;
font-size: 14px;
font-size: 0.875rem;
text-align: left;
font-family: monospace;
}
Expand All @@ -351,7 +351,6 @@ del {

.gwf_copy_code_btn,
.gwf_copy_code_btn:hover {
font-size: 98%; /* there is a stupid * { font-size: 98% } global rule, which we apply to here.*/
cursor: pointer;
vertical-align: inherit;
background: url(../../../img/default/copy.png);
Expand All @@ -363,10 +362,6 @@ del {
float: right;
}

.markdown {
font-size: 1.020408em; /* there is a stupid * { font-size: 98% } global rule, which we revert here. */
}

.markdown h1,
.markdown h2,
.markdown h3,
Expand Down
13 changes: 0 additions & 13 deletions www/tpl/default/module/Konzert/Copy of intro.tpl

This file was deleted.

11 changes: 0 additions & 11 deletions www/tpl/default/module/Konzert/Copy of mugshot.tpl

This file was deleted.

14 changes: 7 additions & 7 deletions www/tpl/default/module/Wanda/pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
min-height: 100%;
}

h1 { font-size: 46px; padding: 32px 64px; }
h2 { font-size: 44px; padding: 32px 64px; }
h3 { font-size: 42px; padding: 32px 64px; }
h4 { font-size: 40px; padding: 32px 64px; }
h5 { font-size: 38px; padding: 32px 64px; }
h6 { font-size: 36px; padding: 32px 64px; }
h1 { font-size: 2.875rem; padding: 32px 64px; }
h2 { font-size: 2.75rem; padding: 32px 64px; }
h3 { font-size: 2.625rem; padding: 32px 64px; }
h4 { font-size: 2.5rem; padding: 32px 64px; }
h5 { font-size: 2.375rem; padding: 32px 64px; }
h6 { font-size: 2.25rem; padding: 32px 64px; }

hr {
display: none;
Expand All @@ -34,7 +34,7 @@
}

em, b, p {
font-size: 26px;
font-size: 1.625rem;
}

p {
Expand Down
2 changes: 1 addition & 1 deletion www/tpl/install/css/design.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ div#gwf_inst_head {
div#gwf_inst_logo h1 {
float: left;
width: 40%;
font-size: 100px;
font-size: 6.25rem;
line-height: 110px;
vertical-align: middle;
}
Expand Down
4 changes: 2 additions & 2 deletions www/tpl/install/css/install.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ body {
}

#gwfinstallbanner a {
font-size: 24px;
font-size: 1.5rem;
color: black;
text-decoration: none;
}

#gwfinstallbanner li a {
font-size: 16px;
font-size: 1rem;
}

#gwfinstallbanner li {
Expand Down
13 changes: 0 additions & 13 deletions www/tpl/konz/Copy of html_body.tpl

This file was deleted.

13 changes: 0 additions & 13 deletions www/tpl/konz/Copy of html_foot.tpl

This file was deleted.

Loading