Skip to content

Commit

Permalink
Merge pull request #117 from Studio384/master
Browse files Browse the repository at this point in the history
#947 Update styles
  • Loading branch information
franzliedke committed Sep 23, 2014
2 parents e7f71ff + 73ba109 commit b57da07
Show file tree
Hide file tree
Showing 21 changed files with 71 additions and 119 deletions.
4 changes: 2 additions & 2 deletions include/template/admin.tpl
Expand Up @@ -8,7 +8,7 @@
<body>

<div id="punadmin" class="pun">
<div class="top-box"><div><!-- Top Corners --></div></div>
<div class="top-box"></div>
<div class="punwrap">

<div id="brdheader" class="block">
Expand All @@ -31,7 +31,7 @@
<pun_footer>

</div>
<div class="end-box"><div><!-- Bottom Corners --></div></div>
<div class="end-box"></div>
</div>

</body>
Expand Down
4 changes: 2 additions & 2 deletions include/template/help.tpl
Expand Up @@ -8,15 +8,15 @@
<body>

<div id="punhelp" class="pun">
<div class="top-box"><div><!-- Top Corners --></div></div>
<div class="top-box"></div>
<div class="punwrap">

<div id="brdmain">
<pun_main>
</div>

</div>
<div class="end-box"><div><!-- Bottom Corners --></div></div>
<div class="end-box"></div>
</div>

</body>
Expand Down
4 changes: 2 additions & 2 deletions include/template/main.tpl
Expand Up @@ -8,7 +8,7 @@
<body>

<div id="pun<pun_page>" class="pun">
<div class="top-box"><div><!-- Top Corners --></div></div>
<div class="top-box"></div>
<div class="punwrap">

<div id="brdheader" class="block">
Expand All @@ -31,7 +31,7 @@
<pun_footer>

</div>
<div class="end-box"><div><!-- Bottom corners --></div></div>
<div class="end-box"></div>
</div>

</body>
Expand Down
4 changes: 2 additions & 2 deletions include/template/maintenance.tpl
Expand Up @@ -8,15 +8,15 @@
<body>

<div id="punmaint" class="pun">
<div class="top-box"><div><!-- Top Corners --></div></div>
<div class="top-box"></div>
<div class="punwrap">

<div id="brdmain">
<pun_maint_main>
</div>

</div>
<div class="end-box"><div><!-- Bottom Corners --></div></div>
<div class="end-box"></div>
</div>

</body>
Expand Down
4 changes: 2 additions & 2 deletions include/template/redirect.tpl
Expand Up @@ -8,7 +8,7 @@
<body>

<div id="punredirect" class="pun">
<div class="top-box"><div><!-- Top Corners --></div></div>
<div class="top-box"></div>
<div class="punwrap">

<div id="brdmain">
Expand All @@ -18,7 +18,7 @@
<pun_footer>

</div>
<div class="end-box"><div><!-- Bottom Corners --></div></div>
<div class="end-box"></div>
</div>

</body>
Expand Down
29 changes: 3 additions & 26 deletions style/Air.css
Expand Up @@ -165,6 +165,8 @@ html, body, .pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3,
----------------------------------------------------------------*/

.pun {
max-width: 1070px;
margin: 0 auto;
padding: 30px 40px;
}

Expand All @@ -178,35 +180,10 @@ html, body, .pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3,

.pun .punwrap {
border: 1px solid;
border-radius: 10px;
padding: 18px;
}

.pun .top-box {
height: 18px;
margin-bottom: -18px;
position: relative;
background: url(Air/img/main_top.png) top left no-repeat;
}

.pun .top-box div {
height: 18px;
margin-left: 50%;
background: url(Air/img/main_top.png) top right no-repeat;
}

.pun .end-box {
margin-top: -17px;
height: 18px;
position: relative;
background: url(Air/img/main_end.png) bottom left no-repeat;
}

.pun .end-box div {
height: 18px;
margin-left: 50%;
background: url(Air/img/main_end.png) bottom right no-repeat;
}

#punredirect h2, #punmaint h2 {
border-bottom-style: dotted;
border-bottom-width: 1px;
Expand Down
Binary file removed style/Air/img/main_end.png
Binary file not shown.
Binary file removed style/Air/img/main_top.png
Binary file not shown.
13 changes: 8 additions & 5 deletions style/Cobalt.css
Expand Up @@ -219,7 +219,10 @@ html, body {
}

.pun {
margin: 12px 20px
max-width: 1070px;
width: 95%;
margin: 0 auto;
padding: 12px 20px;
}

#punredirect, #punmaint, #puninstall, #pundb_update {
Expand Down Expand Up @@ -918,12 +921,12 @@ html, body {
max-width: 98%;
vertical-align: middle;
margin: 7px 0.5em 7px 0;
}
}

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
border-style: solid;
border-width: 2px;
}
}

.pun .blockpost label {
padding: 3px 6px;
Expand Down Expand Up @@ -1097,11 +1100,11 @@ body {

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
border-color: #60a0dc;
}
}

.pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img {
border-color: #80d6ff;
}
}

.pun h2 a:link, .pun h2 a:visited,
#brdmenu a:link, #brdmenu a:visited {
Expand Down
29 changes: 3 additions & 26 deletions style/Earth.css
Expand Up @@ -164,6 +164,8 @@ html, body, .pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3,
----------------------------------------------------------------*/

.pun {
max-width: 1070px;
margin: 0 auto;
padding: 30px 40px;
}

Expand All @@ -177,35 +179,10 @@ html, body, .pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3,

.pun .punwrap {
border: 1px solid;
border-radius: 10px;
padding: 18px;
}

.pun .top-box {
height: 18px;
margin-bottom: -18px;
position: relative;
background: url(Earth/img/main_top.png) top left no-repeat;
}

.pun .top-box div {
height: 18px;
margin-left: 50%;
background: url(Earth/img/main_top.png) top right no-repeat;
}

.pun .end-box {
margin-top: -17px;
height: 18px;
position: relative;
background: url(Earth/img/main_end.png) bottom left no-repeat;
}

.pun .end-box div {
height: 18px;
margin-left: 50%;
background: url(Earth/img/main_end.png) bottom right no-repeat;
}

#punredirect h2, #punmaint h2 {
border-bottom-style: dotted;
border-bottom-width: 1px;
Expand Down
Binary file removed style/Earth/img/main_end.png
Binary file not shown.
Binary file removed style/Earth/img/main_top.png
Binary file not shown.
29 changes: 3 additions & 26 deletions style/Fire.css
Expand Up @@ -164,6 +164,8 @@ html, body, .pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3,
----------------------------------------------------------------*/

.pun {
max-width: 1070px;
margin: 0 auto;
padding: 30px 40px;
}

Expand All @@ -177,35 +179,10 @@ html, body, .pun table, .pun div, .pun form, .pun p, .pun h1, .pun h2, .pun h3,

.pun .punwrap {
border: 1px solid;
border-radius: 10px;
padding: 18px;
}

.pun .top-box {
height: 18px;
margin-bottom: -18px;
position: relative;
background: url(Fire/img/main_top.png) top left no-repeat;
}

.pun .top-box div {
height: 18px;
margin-left: 50%;
background: url(Fire/img/main_top.png) top right no-repeat;
}

.pun .end-box {
margin-top: -17px;
height: 18px;
position: relative;
background: url(Fire/img/main_end.png) bottom left no-repeat;
}

.pun .end-box div {
height: 18px;
margin-left: 50%;
background: url(Fire/img/main_end.png) bottom right no-repeat;
}

#punredirect h2, #punmaint h2 {
border-bottom-style: dotted;
border-bottom-width: 1px;
Expand Down
Binary file removed style/Fire/img/main_end.png
Binary file not shown.
Binary file removed style/Fire/img/main_top.png
Binary file not shown.
13 changes: 8 additions & 5 deletions style/Lithium.css
Expand Up @@ -219,7 +219,10 @@ html, body {
}

.pun {
margin: 12px 20px
max-width: 1070px;
width: 95%;
margin: 0 auto;
padding: 12px 20px;
}

#punredirect, #punmaint, #puninstall, #pundb_update {
Expand Down Expand Up @@ -918,12 +921,12 @@ html, body {
max-width: 98%;
vertical-align: middle;
margin: 7px 0.5em 7px 0;
}
}

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
border-style: solid;
border-width: 2px;
}
}

.pun .blockpost label {
padding: 3px 6px;
Expand Down Expand Up @@ -1096,11 +1099,11 @@ body {

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
border-color: #638137;
}
}

.pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img {
border-color: #8eb653;
}
}

.pun h2 a:link, .pun h2 a:visited,
#brdmenu a:link, #brdmenu a:visited {
Expand Down
13 changes: 8 additions & 5 deletions style/Mercury.css
Expand Up @@ -219,7 +219,10 @@ html, body {
}

.pun {
margin: 12px 20px
max-width: 1070px;
width: 95%;
margin: 0 auto;
padding: 12px 20px;
}

#punredirect, #punmaint, #puninstall, #pundb_update {
Expand Down Expand Up @@ -918,12 +921,12 @@ html, body {
max-width: 98%;
vertical-align: middle;
margin: 7px 0.5em 7px 0;
}
}

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
border-style: solid;
border-width: 2px;
}
}

.pun .blockpost label {
padding: 3px 6px;
Expand Down Expand Up @@ -1097,11 +1100,11 @@ body {

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
border-color: #f6b620;
}
}

.pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img {
border-color: #ffee40;
}
}

.pun h2 a:link, .pun h2 a:visited,
#brdmenu a:link, #brdmenu a:visited {
Expand Down
13 changes: 8 additions & 5 deletions style/Oxygen.css
Expand Up @@ -220,7 +220,10 @@ html, body {
}

.pun {
margin: 12px 20px
max-width: 1070px;
width: 95%;
margin: 0 auto;
padding: 12px 20px;
}

#punredirect, #punmaint, #puninstall, #pundb_update {
Expand Down Expand Up @@ -919,12 +922,12 @@ html, body {
max-width: 98%;
vertical-align: middle;
margin: 7px 0.5em 7px 0;
}
}

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
border-style: solid;
border-width: 2px;
}
}

.pun .blockpost label {
padding: 3px 6px;
Expand Down Expand Up @@ -1097,11 +1100,11 @@ body {

.pun .postmsg .postimg a:link img, .pun .postmsg .postimg a:visited img {
border-color: #005cb1;
}
}

.pun .postmsg .postimg a:hover img, .pun .postmsg .postimg a:active img, .pun .postmsg .postimg a:focus img {
border-color: #b42000;
}
}

.pun h2 a:link, .pun h2 a:visited,
#brdmenu a:link, #brdmenu a:visited {
Expand Down

0 comments on commit b57da07

Please sign in to comment.