@CHARSET "UTF-8";

/* Feuille de style CSS pour Proto-Process */

.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, .GifButton, .RefreshButton, .DemoButton
{
	position: absolute;
	background-position: center center;
	background-repeat: no-repeat;
	width: 16px;
	height:16px;
	top: 0px;
	cursor: pointer;
}

.CreateButton, .RefreshButton, .DemoButton
{
	background-image: url('./images/ic.png');
	color: transparent;
}

.GifButton
{
	background-image: url('./images/gif.png');
}

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

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