@CHARSET "UTF-8";

/* Feuille de style CSS pour Itarcode */

.ButtonContainer
{
	width:16px;
	height:1em;
	position: relative;
}

/* Masquer les boutons en mode preview */
#wikiPreview .ButtonContainer
{
	display: none;
}

div.ButtonContainer
{	
	display: inline-block;
	margin-right: 5px;
}

.CreateButton, .RefreshButton
{
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height:16px;
	top: 0px;
	cursor: pointer;
	background-image: url('./images/ic.png');
}

.UnderlineContainer
{
	height:1em;
	position: relative;
	display: inline-block;
}

.CurlyUnderline
{
	background-image: url('./images/curly.png');
	background-position: left bottom;
	background-repeat: repeat-x;
}
