aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/plugins/alavetelitheme/lib/views/general
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/alavetelitheme/lib/views/general')
-rw-r--r--vendor/plugins/alavetelitheme/lib/views/general/custom_css.rhtml149
1 files changed, 149 insertions, 0 deletions
diff --git a/vendor/plugins/alavetelitheme/lib/views/general/custom_css.rhtml b/vendor/plugins/alavetelitheme/lib/views/general/custom_css.rhtml
new file mode 100644
index 000000000..20e4a068b
--- /dev/null
+++ b/vendor/plugins/alavetelitheme/lib/views/general/custom_css.rhtml
@@ -0,0 +1,149 @@
+body{
+ background: #eeeeee;
+}
+#header #tagline {
+ color: green;
+}
+
+h1 {
+ color: blue ! important;
+}
+#header h1 a {
+ background-image: url("../images/navimg/alaveteli-logo.png");
+ width: 212px;
+ height: 87px;
+ margin-left: 5px;
+}
+#header #tagline {
+ display: none;
+}
+#header{
+ height: 87px;
+ position: static;
+ width:900px;
+}
+.entirebody{
+ width: 904px;
+ margin: 0 auto;
+ background: url("../images/navimg/entirebody.png") repeat-y left top;
+}
+#topnav {
+ background: url("../images/navimg/main-nav-bg.png") repeat-x left top;
+ height: 32px;
+ float: left;
+ margin-left: 5px;
+ width: 894px;
+ position: static;
+ z-index: 0;
+}
+#frontpage_search{
+ background: none;
+}
+#topnav li a, #content a, #footer a{
+ color: #1f1f1f;
+}
+#topnav li a:visited, #content a:visited, #footer a:visited{
+ color: #585858;
+}
+#topnav li a:hover, #content a:hover, #footer a:hover{
+ color: #900000;
+}
+#navigation_search {
+ position: static;
+}
+.lang{
+ float: right;
+ width: 200px;
+}
+#wrapper{
+ padding: 0px;
+}
+ .entirebody:after {
+ clear:both;
+ content:".";
+ display:block;
+ height:0;
+ line-height:0;
+ visibility:hidden;
+}
+#content{
+padding:2em;
+padding-right:50px;
+}
+#content h1, #frontpage_search h1, .controller_request h1{
+color:#900000 !important;
+}
+div#blog_sidebar{
+margin-right:23px;
+}
+.blog_post{
+padding-right:25px;
+}
+#query{
+ background: url("../images/navimg/second-search.png") no-repeat left top;
+ border:none;
+ height:32px;
+ width:404px;
+ padding-left:5px;
+ padding-right:5px;
+ margin-bottom: 10px;
+}
+#navigation_search_form{
+ float: right;
+ margin-bottom: 10px;
+ margin-right: 15px;
+ margin-top: -10px;
+ width: 500px;
+}
+.controller_general h1{
+color:#900000;
+}
+#topnav ul{
+padding: 3px;
+}
+#logged_in_bar{
+ width: auto;
+ color:#1F1F1F;
+ margin-right: 10px;
+ margin-top: -3px;
+ }
+ #frontpage_search{
+ margin-top:-13px;
+ }
+ #frontpage_examples div#examples_0 li, #frontpage_examples div#examples_1 li{
+ margin-top:4px;
+ margin-bottom:3px;
+ }
+ #header #user_locale_switcher a, #header #user_locale_switcher span{
+ margin-left:5px;
+ margin-right:5px;
+ }
+ #header #user_locale_switcher a{
+ color: #1F1F1F;
+ }
+ #header #user_locale_switcher span{
+ color:#900000;
+ }
+ #topnav li a.active{
+ color:#900000;
+ }
+div#about_sidebar{
+ margin-bottom:20px;
+ }
+ div.correspondence{
+ width:600px;
+ }
+ #footer{
+ margin-left:5px;
+ width: 894px;
+ min-height:100px;
+ }
+ .after-footer{
+ background: url("../images/after-footer.png") no-repeat left bottom;
+ height:10px;
+ width:904px;
+ float:left;
+ }
+ #logged_in_bar a, #logged_in_bar a:visited{
+ color:#900000;
+ } \ No newline at end of file