diff public_html/static/css/global.css @ 11:573272ec604b

almost comlete doxygen library
author sergey
date Thu, 15 May 2014 18:24:02 +0400
parents 83ad674a8cdd
children d9551c7e7101
line wrap: on
line diff
--- a/public_html/static/css/global.css	Thu May 15 01:51:42 2014 +0400
+++ b/public_html/static/css/global.css	Thu May 15 18:24:02 2014 +0400
@@ -1,4 +1,6 @@
 html, body {
+	font-family: arial;
+    font-size: 10pt;
     height: 100%;
     margin: 0;
     padding: 0;
@@ -39,7 +41,7 @@
     line-height: 100%;
 }
 
-ul.menu-bar li.menu-item {
+.menu-bar .menu-item {
 	padding: 5px;
 	text-decoration: none;
 	padding-bottom: 8px;
@@ -85,4 +87,12 @@
 {
 	font-weight: bold;
 	text-align: right;
+}
+
+/*************************** LAYOUT *******************************************/
+
+#header {
+	padding: 0px 30px;
+	border-bottom: 1px solid #c0c0c0;
+	box-shadow: 0 7px 15px -10px rgba(0, 0, 0, 0.6);
 }
\ No newline at end of file