Merge commit 'origin/master'
[fw/openocd] / src / server / httpd / menuweb.css
index 0a812a7a9b28b24668edde4e36e41ee85a271628..ac87c85ec641dcefb7aecdee387c856f0d1fbc12 100644 (file)
-a:link\r
-{\r
-       font-size: 12px;\r
-       color : #024d67;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-}\r
-\r
-a:visited\r
-{\r
-       font-size: 12px;\r
-       color : #024d67;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-}\r
-\r
-a:active\r
-{\r
-       font-size: 12px;\r
-       color : #024d67;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-}\r
-\r
-a:hover\r
-{\r
-       font-size: 12px;\r
-       color : #555555;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-}\r
-\r
-a.openocd:link\r
-{\r
-       font-size: 12px;\r
-       color : #555555;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-}\r
-\r
-a.openocd:visited\r
-{\r
-       font-size: 12px;\r
-       color : #555555;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-}\r
-\r
-a.openocd:active\r
-{\r
-       font-size: 12px;\r
-       color : #555555;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-}\r
-\r
-a.openocd:hover\r
-{\r
-       font-size: 12px;\r
-       color : #024d67;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-}\r
-\r
-body\r
-{\r
-       background-color : green;\r
-       background-color : #176e8c;\r
-       font-family : Arial;\r
-       font-size: 12px;\r
-       line-height: 15px;\r
-       color : #024d67;\r
-       \r
-}\r
-\r
-h1\r
-{\r
-       padding: 0px;\r
-       font-size: 18px;\r
-       font-weight:bold;\r
-       text-decoration : none;\r
-       margin-bottom: 8px;\r
-}\r
-\r
-td\r
-{\r
-       padding: 0px;\r
-       font-size: 12px;\r
-       vertical-align:top;\r
-\r
-}\r
-\r
-.textlight\r
-{\r
-       color: #cccccc;\r
-       padding: 0px;\r
-       font-size: 12px;\r
-       vertical-align:top;\r
-\r
-}\r
-\r
-.fontbigger\r
-{\r
-       font-size:14px;\r
-}\r
-\r
-.textgray\r
-{\r
-       color: #555555;\r
-}\r
-\r
-.formtext\r
-{\r
-       padding-top: 4px;\r
-       font-size: 14px;\r
-       padding-right:10px;\r
-}\r
-\r
-input\r
-{\r
-       font-size: 14px;\r
-}\r
-\r
-.buttonspacelarge\r
-{\r
-       width:20px;\r
-}\r
-\r
-.buttonspacesmall\r
-{\r
-       width:8px;\r
-}\r
+a:link
+{
+       font-size: 12px;
+       color : #024d67;
+       font-weight:bold;
+       text-decoration : none;
+}
+
+a:visited
+{
+       font-size: 12px;
+       color : #024d67;
+       font-weight:bold;
+       text-decoration : none;
+}
+
+a:active
+{
+       font-size: 12px;
+       color : #024d67;
+       font-weight:bold;
+       text-decoration : none;
+}
+
+a:hover
+{
+       font-size: 12px;
+       color : #555555;
+       font-weight:bold;
+       text-decoration : none;
+}
+
+a.openocd:link
+{
+       font-size: 12px;
+       color : #555555;
+       font-weight:bold;
+       text-decoration : none;
+}
+
+a.openocd:visited
+{
+       font-size: 12px;
+       color : #555555;
+       font-weight:bold;
+       text-decoration : none;
+}
+
+a.openocd:active
+{
+       font-size: 12px;
+       color : #555555;
+       font-weight:bold;
+       text-decoration : none;
+}
+
+a.openocd:hover
+{
+       font-size: 12px;
+       color : #024d67;
+       font-weight:bold;
+       text-decoration : none;
+}
+
+body
+{
+       background-color : green;
+       background-color : #176e8c;
+       font-family : Arial;
+       font-size: 12px;
+       line-height: 15px;
+       color : #024d67;
+       
+}
+
+h1
+{
+       padding: 0px;
+       font-size: 18px;
+       font-weight:bold;
+       text-decoration : none;
+       margin-bottom: 8px;
+}
+
+td
+{
+       padding: 0px;
+       font-size: 12px;
+       vertical-align:top;
+
+}
+
+.textlight
+{
+       color: #cccccc;
+       padding: 0px;
+       font-size: 12px;
+       vertical-align:top;
+
+}
+
+.fontbigger
+{
+       font-size:14px;
+}
+
+.textgray
+{
+       color: #555555;
+}
+
+.formtext
+{
+       padding-top: 4px;
+       font-size: 14px;
+       padding-right:10px;
+}
+
+input
+{
+       font-size: 14px;
+}
+
+.buttonspacelarge
+{
+       width:20px;
+}
+
+.buttonspacesmall
+{
+       width:8px;
+}