Merge remote branch 'kc/master' into new/bug_3013
[srvgit] / koha-tmpl / opac-tmpl / prog / en / css / opac.css
index bfff594..430dad8 100644 (file)
@@ -443,6 +443,14 @@ a .term {
 
 /* toolbar buttons */
 
+#toolbar {
+background-color:#EEEEEE;
+border:1px solid #E8E8E8;
+margin : .5em 0;
+padding:3px 3px 5px 5px;
+vertical-align:middle;
+}
+
 #toolbar a,
 #toolbar input {
        white-space : nowrap;
@@ -595,6 +603,8 @@ input.deleteshelf:active {
        text-decoration: none;
 }
 
+#tagslist li { display : inline; }
+
 #placehold input.submit:hover,
 #tagsel_span input.submit:hover {
        color: #990033;
@@ -1091,38 +1101,9 @@ td.resultscontrol img {
        line-height : 1.8em;
        text-align: center;
 }
-a:link.current {
-       background-color: transparent;
-       color: #3366CC;
-       font-weight: bold;
-       padding: 1px 5px 1px 5px;
-       text-decoration: none;
-}
-a:visited.current {
-       background-color: transparent;
-       color: #3366CC;
-       font-weight: bold;
-       padding: 1px 5px 1px 5px;
-       text-decoration: none;
-}
-
-a:hover.current {
-       background-color: #CCFF00;
-       color: #CC3333;
-       font-weight: bold;
-       padding: 1px 5px 1px 5px;
-       text-decoration: none;
-}
 
-a:active.current {
-       background-color: #99CC00;
-       color: #FFFF99;
-       font-weight: bold;
-       padding: 1px 5px 1px 5px;
-       text-decoration: none;
-}
-
-.current {
+.current,
+.currentPage {
        background-color: #FFFFFF;
        color: #3366CC;
        font-weight: bold;
@@ -1130,7 +1111,8 @@ a:active.current {
        text-decoration: none;
 }
 
-a:link.nav {
+a:link.nav,
+div.pages a:link {
        background-color: #EEE;
        border: 1px solid #CCCC99;
        color: #3366CC;
@@ -1139,7 +1121,8 @@ a:link.nav {
        text-decoration: none;
 }
 
-a:visited.nav {
+a:visited.nav,
+div.pages a:visited {
        background-color: #EEE;
        border: 1px solid #CCCC99;
        color: #3366CC;
@@ -1148,7 +1131,8 @@ a:visited.nav {
        text-decoration: none;
 }
 
-a:hover.nav {
+a:hover.nav,
+div.pages a:hover {
        background-color: #FFFFCC;
        border: 1px solid #CCCC99;
        color: #CC3333;
@@ -1157,7 +1141,8 @@ a:hover.nav {
        text-decoration: none;
 }
 
-a:active.nav {
+a:active.nav,
+div.pages a:active {
        background-color: #FFFFCC;
        border: 1px solid #CCCC99;
        color: #D25500;
@@ -1423,6 +1408,7 @@ div#changelanguage{
        color : #666;
        font-size : 85%;
        padding : 1em;
+       margin-top : 2em;
  }
  
 div#changelanguage a {
@@ -2000,3 +1986,9 @@ div.ft {
        background-color : rgb(239, 254, 213);
        background-color : rgba(239, 254, 213, 0.4);
 }
+
+#plainmarc table { border: 0; margin: .7em 0 0 0; font-family: monospace; font-size: 95%; }
+#plainmarc th { background-color : #FFF; border: 0; white-space: nowrap; text-align:left; vertical-align: top; padding: 2px; }
+#plainmarc td { border: 0; padding : 2px; vertical-align: top; }
+
+div.bibmessage { background-color : #ffffb0; border-radius : 5px; padding : 3px; margin : 2px; }