Wikipedista:Frettie/common.css

Z Wikipedie, otevřené encyklopedie

Poznámka: Po uložení musíte vyprázdnit mezipaměť vašeho prohlížeče, jinak změny neuvidíte.

#protest-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2000000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  
}

#protest-banner
{
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
      width: 75%;
    height: 80%;
    overflow: auto;
    
  background-color: #eee;
  -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#protest-topline {
	text-align: center;
	    margin: 0 !important;
    border-bottom: 1px solid #EEE;
    background-color: #ff3f3f;
    height: 40px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	
}

#protest-topline p {
	margin:0 !important;
}

#protest-line-text {
	    font-size: 1.5em;
    font-weight: 900;
    color: white;
}

#protest-banner .close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 30px;
  height: 30px;
  content: "";
  background-color: white;
  border: solid lightgrey 1px;
  border-radius: 50%;
}
#protest-banner .close:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  border: solid white 2px;
  width: 26px;
  height: 26px;
  top: 0px;
  left: 0px;
  background-color: #034559;
  background: linear-gradient(to bottom, #378CA4 0%, #034559 100%);
}
#protest-banner .close:after {
  position: absolute;
  content: "X";
  font-family: "Tahoma Bold","Calibri Bold","Arial Black","Arial Bold",helvetica,"Lucida Sans","Trebuchet MS",sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  color: white;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  line-height: 30px;
}

#protest-text {
	padding: 10px;
}