Difference between revisions of "Template:Copenhagen-Header"

Line 718: Line 718:
 
}
 
}
  
 
+
.ui-widget {
a[title]:hover:after {
+
    border: 1px solid black;
  content: attr(title);
+
  padding: 4px 8px;
+
  color: #333;
+
  position: absolute;
+
  left: 0;
+
  top: 100%;
+
  white-space: nowrap;
+
  z-index: 20px;
+
  -moz-border-radius: 5px;
+
  -webkit-border-radius: 5px;
+
  border-radius: 5px;
+
  -moz-box-shadow: 0px 0px 4px #222;
+
  -webkit-box-shadow: 0px 0px 4px #222;
+
  box-shadow: 0px 0px 4px #222;
+
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
+
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #eeeeee),color-stop(1, #cccccc));
+
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
+
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
+
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
+
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
+
}
+
 
+
      .ui-widget {
+
            border: 1px solid black;
+
  
 
         }
 
         }
  
        .ui-tooltip, .arrow:after {
+
.ui-tooltip, .arrow:after {
 
             background: white;
 
             background: white;
 
             border: 1px solid white;
 
             border: 1px solid white;
 
         }
 
         }
        .ui-tooltip {
+
 
 +
.ui-tooltip {
 
             padding: 10px 20px;
 
             padding: 10px 20px;
 
             color: black;
 
             color: black;
Line 760: Line 737:
 
             border: 1px solid white !important;
 
             border: 1px solid white !important;
 
         }
 
         }
        .arrow {
+
.arrow {
 
             width: 70px;
 
             width: 70px;
 
             height: 16px;
 
             height: 16px;
Line 769: Line 746:
 
             bottom: -17px;
 
             bottom: -17px;
 
         }
 
         }
        .arrow.top {
+
.arrow.top {
 
             top: -17px;
 
             top: -17px;
 
             bottom: auto;
 
             bottom: auto;
 
         }
 
         }
        .arrow.left {
+
.arrow.left {
 
             left: 20%;
 
             left: 20%;
 
         }
 
         }
        .arrow:after {
+
.arrow:after {
 
             content: "";
 
             content: "";
 
             position: absolute;
 
             position: absolute;
Line 790: Line 767:
 
             transform: rotate(45deg);
 
             transform: rotate(45deg);
 
         }
 
         }
        .arrow.top:after {
+
.arrow.top:after {
 
             bottom: -20px;
 
             bottom: -20px;
 
             top: auto;
 
             top: auto;
 
         }
 
         }
        .hidden {
+
.hidden {
 
             visibility: hidden;
 
             visibility: hidden;
 
         }
 
         }
  
        .fireTip {
+
.fireTip {
 
             margin-left: -150px;
 
             margin-left: -150px;
 
         }
 
         }

Revision as of 08:37, 31 October 2017