Autocomplete, error pages, anchors, lots morrrr

This commit is contained in:
magnolia-fan
2011-06-15 08:38:29 +04:00
parent 5140ebfe92
commit 67e8af4f2f
13 changed files with 613 additions and 41 deletions
+56
View File
@@ -28,6 +28,10 @@
font-weight: bold;
margin-right: 12px;
}
#navigation li a {
color: inherit;
text-decoration: inherit;
}
.button {
display: inline;
width: auto;
@@ -42,6 +46,9 @@
border-color: #DDD;
}
#vk_login, #vk_logout {
display: none;
}
.scrollbar-pane {
margin-right: 8px;
@@ -65,6 +72,55 @@
background: #AAA;
}
#search-container {
width: 100%;
text-align: center;
margin-top: 50px;
}
#search-container #search_field {
width: 300px;
font-size: 24px;
padding: 4px;
border: #CCC 1px solid;
border-radius: 3px;
}
#search-container #search_button {
width: 100px;
font-size: 24px;
padding: 4px;
background-color: #DDD;
border: #CCC 1px solid;
border-radius: 3px;
}
.autocomplete {
margin: 4px 0 0 -1px;
}
.autocomplete div {
font-size: 24px;
padding: 6px 5px;
background-color: #FAFAFA;
margin-bottom: 1px;
}
.autocomplete div.selected {
background-color: #EAEAEA;
}
#error_page {
position: absolute;
width: 600px;
text-align: center;
top: 100px;
left: 50%;
margin-left: -600px;
}
#error_page h1 {
font-size: 150px;
}
#error_page span {
font-size: 24px;
}
/* Colorizing *
#player-container { background-color: #CFC; }
#data-container { background-color: #CCF; }