Usor:Alex brollo/common.css

E Wikisource

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/*.showbox {
     white-space:pre-wrap; 
     background-color:#FCFCFC; 
     font-family:Courier; 
     font-size:0.9pc; 
     position:fixed; 
     z-index:999; 
     overflow:hidden; 
     border:1px solid #bbb;
     display:none; 
     }
.fullscreen {
     width:100%; 
     height:100%; 
     top:0; 
     right:0; 
     }
.partscreen 
{
     width:45%; 
     height:70%; 
     top:20px; 
     left:20px; 
     }
.showboxBar {
    
     white-space:pre-wrap; 
     width:100%; 
     height:17px;
     background-color:#4D8AC0;
     }

#showboxSubContent {
    
     white-space:pre-wrap; 
     width:100%; 
     background-color:white;
     border:1px solid blue;
     padding:5px
     }
     

#showboxContent{
    position: absolute;
    top: 17px;
    bottom: 0;
}
.pagetext{
	width:33em;
}
*/
.alert-message {
	display: none;
    position: fixed;
    top: 150px;
    left: 200px;
    background: white;
    border: 2px solid blue;
    padding: 10px;
    width: 400px;
    text-align: center;
    z-index: 100000;
}
.alert-message-close {
	float: right;
}

#findReplace_box {
	font-size: 90%;
	width: 500px;
	position: fixed;
	z-index: 1500;
	top:100px;
	right:10px;
	background-color: white;
	border: 1px solid black;
	padding:5px;
}
#findReplace_box .box-main {
	cursor: move;
}
#findReplace_box_ok {
    margin-right: 10px;
}