Changeset - 170af9dcfaed
[Not reviewed]
default
0 1 0
Marcin Kuzminski - 16 years ago 2010-02-28 16:08:10

Changed styles for front page buttons
1 file changed with 29 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pylons_app/public/hg_static/style-monoblue.css
Show inline comments
 
@@ -48,12 +48,40 @@ div.page-header {
 
    font-weight: bold;
 
    color: #FFF;
 
  }
 
  div.page-header a {
 
    text-decoration: none;
 
  }
 
  div.rss_logo { 
 
    float: right; white-space: nowrap; 
 
  }
 
  div.rss_logo a {
 
    padding:3px 6px; line-height:10px;
 
    border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
 
    color:#ffffff; background-color:#ff6600;
 
    font-weight:bold; font-family:sans-serif; font-size:10px;
 
    text-align:center; text-decoration:none;
 
}
 
  div.rss_logo a:hover { 
 
    background-color:#ee5500; 
 
  }
 

	
 
  td.indexlinks { 
 
	   white-space: nowrap; 
 
  }
 
  td.indexlinks a {
 
	  padding: 2px 5px; line-height: 10px;
 
	  border: 1px solid;
 
	  color: #ffffff; background-color: #7777bb;
 
	  border-color: #aaaadd #333366 #333366 #aaaadd;
 
	  font-weight: bold;  text-align: center; text-decoration: none;
 
	  font-size: 10px;
 
  }
 
  td.indexlinks a:hover {
 
	 background-color: #6666aa; 
 
  }
 

	
 
  div.page-header form {
 
    position: absolute;
 
    margin-bottom: 2px;
 
    bottom: 0;
 
    right: 20px;
 
@@ -192,13 +220,13 @@ p.normal {
 
  margin: 20px 0 20px 30px;
 
  font-size: 1.2em;
 
}
 

	
 
table {
 
  margin: 10px 0 0 20px;
 
  width: 95%;
 
  width: auto;
 
  border-collapse: collapse;
 
}
 
table tr td {
 
  font-size: 1.1em;
 
}
 
table tr td.nowrap {
0 comments (0 inline, 0 general)