/**
* @package pH7
* @author SORIA Pierre-Henry
* @email pierrehs@hotmail.com
* @link http://github.com/pH-7
* @copyright Copyright pH7 Script All Rights Reserved.
* @license CC-BY - http://creativecommons.org/licenses/by/3.0/
* @version $Id: style.css 2012-02-21 pierrehs $
*/
body{font-family:Arial,Helvetica,Verdana,sans-serif;font-size:12px;background:#efefef;color:#333}pre{margin:2px;font-style:italic}#content{margin:4px 0}.error,.warning,.required{color:#f00;font-size:14px}.italic{font-style:italic}.bold,.required{font-weight:bold}.underline{text-decoration:underline}.frame{padding:20px;margin:100px;width:85%;border:2px solid white}.frame_content{color:#000;margin:2px}input[type=submit]{border:2px outset #a6bede;width:190px;height:30;font-weight:bold;cursor:pointer}input[type=submit]:hover{border:2px outset white;background-color:#cdeb8b}input[type=submit]:active{border:2px inset #a6bede;background-color:#a6bede;color:black}.url{width:60%;border:1px solid #999;height:30px;font-size:28px;text-align:center}a{color:#08c;outline-style:none;cursor:pointer}ul li{display:block}.small{font-size:8pt}.red{color:#f00}.green{color:#149541}.center{margin-left:auto;margin-right:auto;text-align:center;width:80%}.addthis_toolbox{text-align:center;margin:0 auto;width:30%}.contact_form textarea{height:150px;width:200px}.contact_form label{font-style:italic;display:block}#loading{position:absolute;z-index:50000;text-shadow:0 1px 0 #fff;text-align:center;width:200px;height:20px;line-height:20px;left:613px;top:0;font-family:Arial,sans-serif,"Helvetica Neue",Helvetica;font-size:12px;color:#333;background-color:#fff1a8;font-weight:bold}
|