Removed obsolete documentation from README
[pazpar2-moved-to-github.git] / www / masterkey / css / styles.css
index 4b5a178..6fdfd5c 100755 (executable)
@@ -24,7 +24,7 @@ border: none;
 
 strong {
 color: #31568c;
-font-weight: bold;
+font-weight: 600;
 }
 
 h2 {
@@ -99,12 +99,20 @@ left: 74px;
 top: 28px;
 }
 
-div.search div {
+div.search div.simple {
 position: absolute;
 left: 225px;
 top: 25px;
 }
 
+div.search div.advanced {
+position: absolute;
+right: 249px;
+top: 47px;
+text-align: right;
+}
+
+
 input.search {
 background-color: #ffffff;
 color: #000000;
@@ -115,6 +123,16 @@ width: 500px;
 margin-top: -1px;
 }
 
+input.advSearch {
+background-color: #ffffff;
+color: #000000;
+border: 1px solid #a5acb2;
+height: 17px;
+line-height: 17px;
+width: 400px;
+margin-top: 5px;
+}
+
 div.main {
 width: 100%;
 background-color:#f0f0f9; /*changed from #ffffff;*/
@@ -165,6 +183,12 @@ background-color: #ffffff;
 color: #002863;
 }
 
+div.motd {
+float: right;
+width: 754px;
+}
+
+
 input.button {
 color: #ffffff;
 font: bold 11px verdana;
@@ -291,6 +315,31 @@ height: 28px;
 line-height: 28px;
 }
 
+div#breadcrumb {
+border-bottom: 1px solid #e1e5ec;
+float: left;
+background-color: #f6f6f9;
+padding-left: 0px;
+padding-right: 0px;
+margin-bottom: 10px;
+width: inherit;
+line-height: 28px;
+}
+
+div#breadcrumb span{
+margin-right: 1px;
+margin-left: 5px;
+}
+
+div#breadcrumb a:hover {
+text-decoration: line-through;
+}
+
+strong#filter{
+margin-right: -5px;
+margin-left: 5px;
+}
+
 table {
 padding: 0px;
 margin: 0px;
@@ -401,7 +450,7 @@ line-height: 13px;
 }
 
 a.sub {
-text-indent: 15px;
+text-indent: -10px;
 font-size: 10px;
 line-height: 13px;
 }