Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • osian/sucs-site
  • kais58/sucs-site
  • imranh/sucs-site
  • foshjedi2004/sucs-site
  • gigosaurus/sucs-site
  • matstn/sucs-site
  • ripp_/sucs-site
  • eggnog/sucs-site
  • sucssite/sucs-site
  • elbows/sucs-site
  • realitykiller/sucs-site
  • crox/sucs-site
  • vectre/sucs-site
  • welshbyte/sucs-site
  • paperclipman/sucs-site
15 results
Show changes
Commits on Source (4)
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
margin: 1em 0; margin: 1em 0;
margin-left: 0.5em; margin-left: 0.5em;
margin-right: 0.5em; margin-right: 0.5em;
background: #e76808; background: #e65c00;
font-size: 85%; font-size: 85%;
} }
......
...@@ -62,7 +62,8 @@ acronym, abbr { ...@@ -62,7 +62,8 @@ acronym, abbr {
float: left; float: left;
padding: 0.2em; padding: 0.2em;
min-width: 170px; min-width: 170px;
width: 17%; margin-left: 1%;
width: 16%;
} }
#title { #title {
...@@ -170,7 +171,7 @@ table.wide { ...@@ -170,7 +171,7 @@ table.wide {
} }
table.border, table.border td, table.border th { table.border, table.border td, table.border th {
border: 1px solid #e76808; border: 1px solid #ff6600;
border-collapse: collapse; border-collapse: collapse;
} }
......
...@@ -3,12 +3,14 @@ ...@@ -3,12 +3,14 @@
-------------------------------------------------- */ -------------------------------------------------- */
body { body {
background: #fff; padding: 0;
margin: 0;
background: #f2f2f2;
min-width: 600px; min-width: 600px;
} }
hr { hr {
border: 1px solid #e76808; border: 1px solid #e65c00;
} }
/* -------------------------------------------------- /* --------------------------------------------------
...@@ -16,7 +18,7 @@ hr { ...@@ -16,7 +18,7 @@ hr {
-------------------------------------------------- */ -------------------------------------------------- */
a:link { a:link {
color: #d45e08; color: #e65c00;
} }
a:visited { a:visited {
...@@ -31,23 +33,6 @@ a:hover { ...@@ -31,23 +33,6 @@ a:hover {
} }
/* --------------------------------------------------
Page corners
-------------------------------------------------- */
#branding, #brandingC {
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
}
#footer {
border-bottom-left-radius: 15px;
border-bottom-right-radius: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
}
/* -------------------------------------------------- /* --------------------------------------------------
Branding Branding
-------------------------------------------------- */ -------------------------------------------------- */
...@@ -58,11 +43,11 @@ a:hover { ...@@ -58,11 +43,11 @@ a:hover {
} }
#brandingC { #brandingC {
background: url('/images/bgfade.png') repeat-y; background: #e65c00;
} }
#title { #title {
color: #a52f0f; color: #f2f2f2;
} }
#loginForm { #loginForm {
...@@ -78,6 +63,35 @@ a:hover { ...@@ -78,6 +63,35 @@ a:hover {
width: 8em; width: 8em;
} }
#loginText a:link {
color: #f2f2f2;
}
#loginText a:visited {
color: #f2f2f2;
}
#loginForm input[type=text] {
padding: 5px 15px;
box-sizing: border-box;
border: 0px;
}
#loginForm input[type=password] {
padding: 5px 15px;
box-sizing: border-box;
border: 0px;
}
#loginForm input[type=submit] {
padding: 5px 15px;
background: #f2f2f2;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
border-radius: 0px
}
/* -------------------------------------------------- /* --------------------------------------------------
Breadcrumb Breadcrumb
-------------------------------------------------- */ -------------------------------------------------- */
...@@ -85,7 +99,15 @@ a:hover { ...@@ -85,7 +99,15 @@ a:hover {
#breadcrumb { #breadcrumb {
font-weight: bold; font-weight: bold;
font-size: 80%; font-size: 80%;
color: #ffc62b; color: #f2f2f2;
}
#breadcrumb a:link {
color: #f2f2f2;
}
#breadcrumb a:visited {
color: #f2f2f2;
} }
#breadcrumb ul { #breadcrumb ul {
...@@ -107,12 +129,9 @@ a:hover { ...@@ -107,12 +129,9 @@ a:hover {
-------------------------------------------------- */ -------------------------------------------------- */
#wrapper { #wrapper {
background: #fff0cd; background: #f2f2f2;
padding: 0; min-height: 100%;
clear: both; margin-top: 10px;
border: 2px solid #e76808;
border-top: 0;
border-bottom: 0;
} }
#navigation { #navigation {
...@@ -160,13 +179,11 @@ a:hover { ...@@ -160,13 +179,11 @@ a:hover {
line-height: 1.5em; line-height: 1.5em;
font-size: 95%; font-size: 95%;
color: #ffc62b; color: #ffc62b;
background: #e76808; background: #e65c00;
border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
-moz-border-radius-topright: 7px;
-moz-border-radius-bottomright: 7px;
padding-left: 1em; padding-left: 1em;
margin-bottom: 2px; margin-bottom: 2px;
padding-top: 5px;
padding-bottom: 5px;
} }
#navigationC ul li a:hover { #navigationC ul li a:hover {
...@@ -185,10 +202,6 @@ a:hover { ...@@ -185,10 +202,6 @@ a:hover {
font-weight: normal; font-weight: normal;
padding-left: 2em; padding-left: 2em;
background: #ffa405; background: #ffa405;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
-moz-border-radius-topright: 0;
-moz-border-radius-bottomright: 0;
color: #d45e08; color: #d45e08;
} }
...@@ -200,24 +213,14 @@ a:hover { ...@@ -200,24 +213,14 @@ a:hover {
color: #fff0cd; color: #fff0cd;
} }
#navigationC ul ul li.lastsub a {
border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
}
#navigationC ul li.lastsub a { #navigationC ul li.lastsub a {
display: block; display: block;
border-bottom-right-radius: 7px;
-moz-border-radius-bottomright: 7px;
} }
/* -------------------------------------------------- /* --------------------------------------------------
Boxes Boxes
-------------------------------------------------- */ -------------------------------------------------- */
div.cbb { div.cbb {
border-radius: 12px;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
padding: 1em; padding: 1em;
box-shadow: 3px 3px 5px #777; box-shadow: 3px 3px 5px #777;
-moz-box-shadow: 3px 3px 5px #777; -moz-box-shadow: 3px 3px 5px #777;
...@@ -261,16 +264,14 @@ ul#valid { ...@@ -261,16 +264,14 @@ ul#valid {
-------------------------------------------------- */ -------------------------------------------------- */
#footer { #footer {
margin: 0; background: #e65c00;
margin-bottom: 0.5em; margin-bottom: -20px;
background: url('/images/orangefade-bottom.png') top repeat-x #ffc62b;
} }
#footer p { #footer p {
margin: 0;
text-align: center; text-align: center;
font-size: 80%; padding-top: 5px;
padding: 0.5em; padding-bottom: 5px;
} }
/* -------------------------------------------------- /* --------------------------------------------------
...@@ -279,13 +280,11 @@ ul#valid { ...@@ -279,13 +280,11 @@ ul#valid {
.box { .box {
background: #ffffff; background: #ffffff;
border-radius: 7px;
-moz-border-radius: 7px;
} }
.box div.boxcontent { .box div.boxcontent {
border: 2px solid #e76808; border: 2px solid #e65c00;
border-top: 1px solid #e76808; border-top: 1px solid #e65c00;
border-bottom: 1px solid #ffffff; border-bottom: 1px solid #ffffff;
} }
...@@ -294,33 +293,21 @@ ul#valid { ...@@ -294,33 +293,21 @@ ul#valid {
} }
.box .boxhead { .box .boxhead {
background: #e76808; background: #e65c00;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
} }
.box .hollowhead { .box .hollowhead {
background: #ffffff; background: #ffffff;
border-top: 2px solid #e76808; border-top: 2px solid #e65c00;
border-left: 2px solid #e76808; border-left: 2px solid #e65c00;
border-right: 2px solid #e76808; border-right: 2px solid #e65c00;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
height: 5px; height: 5px;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.box .boxfoot { .box .boxfoot {
background: #e76808; background: #e65c00;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
} }
.box .hollowfoot { .box .hollowfoot {
...@@ -328,13 +315,9 @@ ul#valid { ...@@ -328,13 +315,9 @@ ul#valid {
height: 5px; height: 5px;
margin: 0; margin: 0;
padding: 0; padding: 0;
border-bottom: 2px solid #e76808; border-bottom: 2px solid #e65c00;
border-left: 2px solid #e76808; border-left: 2px solid #e65c00;
border-right: 2px solid #e76808; border-right: 2px solid #e65c00;
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
-moz-border-radius-bottomleft: 7px;
-moz-border-radius-bottomright: 7px;
} }
/* -------------------------------------------------- /* --------------------------------------------------
...@@ -421,7 +404,7 @@ ul#valid { ...@@ -421,7 +404,7 @@ ul#valid {
-------------------------------------------------- */ -------------------------------------------------- */
table.border th { table.border th {
background: #e76808; background: #e65c00;
color: #ffc62b; color: #ffc62b;
} }
......
htdocs/images/sucslogo-trans-white.png

22.6 KiB

...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
<div class="cornerTopLeft"> <div class="cornerTopLeft">
<div class="cornerTopRight"> <div class="cornerTopRight">
<div id="logo"> <div id="logo">
<a href="{$baseurl}/"><img src="{$baseurl}/images/sucslogo-halo.png" width="170" height="76" <a href="{$baseurl}/"><img src="{$baseurl}/images/sucslogo-trans-white.png" height="76"
alt="SUCS"/></a> alt="SUCS"/></a>
</div> </div>
......
...@@ -17,13 +17,8 @@ ...@@ -17,13 +17,8 @@
</div> </div>
<div id="footer"> <div id="footer">
<div class="cornerBottomLeft"> <p>Site designed and maintained by SUCS. All opinions expressed are those of the relevant individual and not of the society.</p>
<div class="cornerBottomRight"> {if isset($totaltime)}<p>Script executed in {$totaltime} seconds</p>{/if}
<p>Site designed and maintained by SUCS. All opinions expressed are those of the relevant individual and not
of the society.</p>
{if isset($totaltime)}<p>Script executed in {$totaltime} seconds</p>{/if}
</div>
</div>
</div> </div>
{if $action=="edit"} {if $action=="edit"}
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<head> <head>
<meta http-equiv="Content-type" content="text/html;charset=UTF-8"/> <meta http-equiv="Content-type" content="text/html;charset=UTF-8"/>
<meta name="theme-color" content="#e65c00">
<title>{$title} - SUCS</title> <title>{$title} - SUCS</title>
<link rel="SHORTCUT ICON" href="{$baseurl}/favicon.ico"/> <link rel="SHORTCUT ICON" href="{$baseurl}/favicon.ico"/>
<link rel="apple-touch-icon" href="{$baseurl}/images/apple-touch-icon.png"/> <link rel="apple-touch-icon" href="{$baseurl}/images/apple-touch-icon.png"/>
......
<div id="loginForm"> <div id="loginForm">
<form method="post" action="{$ssl_url|escape:'htmlall'}{getparams gets=$gets}"> <form method="post" action="{$ssl_url|escape:'htmlall'}{getparams gets=$gets}">
<div> <div id="loginText">
{if $session->loggedin} {if $session->loggedin}
Hello Hello
<a href="{$baseurl}/Community/Members/{$session->username}">{$session->username}</a> <a href="{$baseurl}/Community/Members/{$session->username}">{$session->username}</a>
...@@ -17,7 +17,6 @@ ...@@ -17,7 +17,6 @@
<br/> <br/>
Print balance: {$session->printbalance} | Print balance: {$session->printbalance} |
<a href="{$baseurl}/Options">Membership Options</a> <a href="{$baseurl}/Options">Membership Options</a>
<br/>
{/if} {/if}
<input type="submit" class="button" name="Logout" id="Logout" value="Logout"/> <input type="submit" class="button" name="Logout" id="Logout" value="Logout"/>
{else} {else}
......