X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fstyle.css;h=f12cfdff1827c7eb87ba6e9559fd5d0410e7a04b;hb=bb0959bbec05c36ab1118ddefc4894faf28f0fa0;hp=23a7c1e768baf2ad5b64c0c5c84411fc8609ee1f;hpb=276903df90e1a0088832294749aca3fa56216697;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/style.css b/testing/MCTXWeb/public_html/static/style.css index 23a7c1e..f12cfdf 100644 --- a/testing/MCTXWeb/public_html/static/style.css +++ b/testing/MCTXWeb/public_html/static/style.css @@ -29,6 +29,14 @@ form.controls { margin: 1em auto; } +a { + color: #1188DD; +} + +a:active { + color: #0066BB; +} + div.centre { text-align: center; } @@ -79,13 +87,21 @@ input[type="button"]:active, input[type="submit"]:active { background-color: #E8E8E8; } -/* IE8 width bugfix */ + input[type="text"], input[type="password"] { - width: 100%; + width: 100%; /* IE8 width bugfix */ + border-radius: 3px; + border: 1px solid #CCCCCC; + font-size: 16px; +} + +input[type="text"]:focus, input[type="password"]:focus { + box-shadow: 0 0 2px #BBBBBB; } #header { background-color: #2a2a2a; + border-top: 0.8em solid #1188DD; color: #f2f2f2; padding: 1.5em 2em; margin-top: -1em; @@ -95,14 +111,47 @@ input[type="text"], input[type="password"] { transition: all 0.2s ease 0s; } -#header #title { - font-family: "Open Sans", Arial; +#header input[type="button"], #header input[type="submit"] { + background-color: #808080; + border: 1px solid #808080; + box-shadow: none; + color: #f2f2f2; + cursor: pointer; +} + +#header input[type="button"]:hover, #header input[type="submit"]:hover { + background-color: #606060; + border: 1px solid #606060; +} + +#header #leftnav { + float: left; + display: table; +} + +#header #leftnav > div, #header #leftnav > span { + display: table-cell; + vertical-align: middle; + padding-left: 1em; +} + +#header #leftnav a { + color: #2a2a2a; +} + +#title { font-size: 30px; } #header #rightnav { float: right; + font-size: 15px; padding-top: 0.5em; + text-align: right; +} + +#header #rightnav span { + margin-left: 1em; } #header #menu-container { @@ -112,7 +161,6 @@ input[type="text"], input[type="password"] { } #header #date { - padding-top: 1em; font-size: 12px; } @@ -121,7 +169,7 @@ input[type="text"], input[type="password"] { } #sidebar{ - float: right; + float: left; max-width: 26%; } @@ -137,8 +185,7 @@ input[type="text"], input[type="password"] { #main { overflow: auto; - margin-right: 25%; - padding-right: 2em; + padding-left: 2em; min-width: 400px; } @@ -164,6 +211,7 @@ input[type="text"], input[type="password"] { margin: 0.25em 0.25em 1.5em; padding: 1em 1.25em; box-shadow: 0 0 3px #CCCCCC; + border: 1px solid #CCCCCC; transition: all 0.2s ease 0s; overflow: auto; } @@ -182,4 +230,30 @@ input[type="text"], input[type="password"] { max-width: 100%; width: 100%; height: 6em; +} + +/** For login.html **/ +#login { + margin: 0 auto; + width: 400px; + padding: 1.8em 0 0; + color: #606060; + line-height: 1.8em; +} + +#login form { + padding: 1em 2em; +} + +#login input { + font-size: 24px; +} + +#login label { + font-size: 14px; +} + +#login input[type=submit], #login input[type=submit] { + font-size: inherit; + padding: 0.4em 0.8em; } \ No newline at end of file