Skip to content

Commit

Permalink
Merged css files
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Heiland committed Feb 14, 2011
1 parent 4c1c4fe commit d20cc62
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 95 deletions.
94 changes: 94 additions & 0 deletions media/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,100 @@ a {
display: block;
height: 30px;
}

.tile {
background: url("/statics/images/tile.jpg") no-repeat scroll left top transparent;
float: left;
height: 256px;
margin: 0 10px 0 0;
padding: 20px 40px 0;
position: relative;
width: 209px;
}
.tile p {
color: #484848;
font-family: Arial;
font-size: 12px;
margin-top: 5px;
}
.tile a {
background: url("/statics/images/more.gif") no-repeat scroll left top transparent;
bottom: 25px;
color: #484848;
display: block;
float: right;
font-family: Arial;
font-size: 11px;
font-weight: bold;
height: 21px;
margin: 10px 0;
padding: 7px 0 0 15px;
position: absolute;
right: 20px;
text-decoration: none;
text-transform: uppercase;
width: 62px;
}
.tile a:hover {
color: #888888;
}
.tile h2 {
margin: 0;
}
#tiles {
width: 897px;
margin: 27px auto;
}
#bottomHalf ul {
padding: 0;
}
#bottomHalf li {
background: url("/statics/images/arrow.gif") no-repeat scroll 0 4px transparent;
list-style: none outside none;
padding: 0 0 0 10px;
}
#wrap a {
color: #0F79A3;
}
#bottomHalf li {
font-size: 12px;
}
#bottomHalf p {
color: #484848;
font-size: 12px;
}
#bottomRight {
float: right;
padding: 0 54px 0 0;
width: 220px;
}
#bottomRight h2 {
background: url("/statics/images/whatsnew.gif") no-repeat scroll 0 0 transparent;
border-bottom: 1px solid #DDDDDD;
display: block;
height: 33px;
text-indent: -9999px;
}
#bottomLeft h2 {
background: url("/statics/images/whatis.gif") no-repeat scroll 0 0 transparent;
border-bottom: 1px solid #DDDDDD;
height: 33px;
text-indent: -9999px;
}
#bottomLeft {
float: left;
padding: 0 0 0 53px;
width: 571px;
}
#bottomHalf {
background: url("/statics/images/slice.gif") repeat-x scroll 0 0 transparent;
clear: both;
height: 200px;
margin: 0 auto;
padding-top: 12px;
width: 958px;
}

/** http://www.alistapart.com/articles/prettyaccessibleforms **/
form.cmxform {
width: 650px;
Expand Down
94 changes: 0 additions & 94 deletions media/css/new.css

This file was deleted.

1 change: 0 additions & 1 deletion templates/outer_layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<title>UW Service Registry {%block title%}{%endblock%}</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="/statics/css/main.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="/statics/css/new.css" />
</head>
<body>
<div id="wrap">
Expand Down

0 comments on commit d20cc62

Please sign in to comment.