summaryrefslogtreecommitdiff
path: root/media/style.css
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-28 12:26:44 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2010-12-28 12:26:44 +0100
commit0fcac04804de77f8a9cfb917c127fd3a7818edc0 (patch)
tree449993fce875b72942b08c393ce3a97a2d61bf7c /media/style.css
parenta4f635716015c9f5ed5e6bcd2564da49a2b7f458 (diff)
downloadIshtar-0fcac04804de77f8a9cfb917c127fd3a7818edc0.tar.bz2
Ishtar-0fcac04804de77f8a9cfb917c127fd3a7818edc0.zip
jQuery integration - reorganization - presentation work
Diffstat (limited to 'media/style.css')
-rw-r--r--media/style.css96
1 files changed, 0 insertions, 96 deletions
diff --git a/media/style.css b/media/style.css
deleted file mode 100644
index 890bd535b..000000000
--- a/media/style.css
+++ /dev/null
@@ -1,96 +0,0 @@
-body{
- font-family:Arial, Helvetica, sans-serif;
- font-size: 11pt;
- margin:0;
- color:#61615C;
- background-image:url(images/ishtar-bg.jpg);
- background-repeat:no-repeat;
- background-position:right top;
-}
-
-a {
- text-decoration:none;
- color:#D14;
-}
-
-caption {
- color:#922;
- font-weight:bold;
-}
-
-label{display:block}
-
-label:first-letter {
- text-transform: uppercase;
-}
-
-div#header{
- width:100%;
- text-align:right;
- font-size: 0.9em;
- background-color: #EEE;
- border-bottom:1px solid #CCC;
- margin-bottom:10px;
-}
-
-div#logo{
- width:200px;
- top:30px;
- left:30px;
- padding-top:90px;
- position:absolute;
- text-align:center;
- background-image:url(images/ishtar-text.png);
- background-repeat:no-repeat;
-}
-
-div#context_menu{
- height:150px;
- margin-left:200px;
- margin-right:20px;
- margin-bottom:20px;
-}
-
-div#main_menu{
- width:200px;
- position:absolute;
-}
-
-div#content{
- margin-left:200px;
-}
-
-div.form {
- margin-left:auto;
- margin-right:auto;
- padding:1em;
- display:block;
- width:500px;
- background-color: #EEE;
- border:1px solid #CCC;
- border-radius:10px;
- text-align:center;
-}
-
-div.form table{
- padding:0.2em;
- margin-left:auto;
- margin-right:auto;
-}
-
-div.form table th{
- text-align:left;
-}
-
-.info{
- margin-left:auto;
- margin-right:auto;
- padding:1em;
- display:block;
- width:500px;
-}
-
-.info p{
- padding:0;
- margin:0.2em;
-}