Nota: dopo aver pubblicato, potrebbe essere necessario pulire la cache del proprio browser per vedere i cambiamenti.

  • Firefox / Safari: tieni premuto il tasto delle maiuscole Shift e fai clic su Ricarica, oppure premi Ctrl-F5 o Ctrl-R (⌘-R su Mac)
  • Google Chrome: premi Ctrl-Shift-R (⌘-Shift-R su un Mac)
  • Internet Explorer / Edge: tieni premuto il tasto Ctrl e fai clic su Aggiorna, oppure premi Ctrl-F5
  • Opera: premi Ctrl-F5.
#irc-chat{
position: fixed;
bottom: 0px;
right: 0px;
width: 510px;
background: white;
height: 440px;
}
#open-chat{
position:fixed;
bottom:0;
right:0;
z-index:999;
}
#irc-chat iframe {
width: 500px;
right: 0;
bottom: 0;
position: fixed;
}
textarea[name="wpFooterTextbox"]{
    height:70px;
}
.open-modal {
	position:absolute;
	background-color:#fff;
	border: 1px solid #ccc;
	box-shadow: 0 1px 5px #ccc;
	-moz-box-shadow: 0 1px 5px #ccc;
	-o-box-shadow: 0 1px 5px #ccc;
	-webkit-box-shadow: 0 1px 5px #ccc;
	padding:20px;
	font-family: 'News Cycle', sans-serif;
}
.tdmodal {
	display:none;
	font-family: 'News Cycle', sans-serif;
}
.close {
	font-family: 'News Cycle', sans-serif;
	cursor:pointer;
}
//Medagliette style
.testi .hidden {display:none;}
.line input{width:97%}
.active{display:inherit;}
.deactive{display:none}
#editorline{background-color:white;float: left;}
.editorline-button {
float: left;
width: 8%;
background-color: #ffaa00;
margin: 2px;
text-align: center;
line-height: 2em;
cursor: pointer;
}
.line {
float: left;
width: 100%;
line-height:2em;
padding: 4px 0;
border-bottom: 1px solid #ccc;
}
.editortxtarea{
float:left;
width: 76%;
}
#switchbutton{
float: left;
background-color: #ffaa00;
padding: 2px 8px;
cursor: pointer;
}
#del{
cursor:pointer;
float:right;
width: 20px;
margin:0;
}
.testo {
float: left;
width: 96%;
}