123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459 |
- .formulaire_spip textarea.markItUpEditor, .formulaire_spip li.editer_texte textarea {
- /*width: 96%;
- clear: both;*/
- }
- .markItUpHeader { text-align: left; } /* fix dir=ltr */
- /* Based on the original Style Sheet for the fisubsilver v2 Theme for phpBB version 2+
- Edited by Daz - http://www.forumimages.com - last updated 26-06-03 */
- /* The content of the posts (body of text) */
- /* General page style */
- /* begin suggest post */
- .float-l {
- float : left ;
- }
-
- .form-suggest {
- height : 200px ;
- background : #DEE2D0 ;
- vertical-align : top;
- }
-
- .form-input input{
- font-size: 10px;
- }
- @media print {
- .hide{
- display:none;
- }
- }
-
- .form-input textarea{
- font-size: 11px;
- width: 350px;
- }
-
- .form-label{
- font-size: 10px;
- font-weight: bold;
- line-height: 25px;
- padding-right: 10px;
- text-align: right;
- width: 100px;
- color: #39738F;
- }
-
- .font-9{
- font-size: 9px;
- }
-
- .form-topic{
- font-weight:bold;
-
- }
-
- .form-error{
- color:red;
- }
-
- .inline{
- display: inline;
- }
-
- .space-10{
- clear: both;
- font-size: 10px;
- height: 10px;
- line-height: 10px;
- }
-
- .suggest-success{
- color:green;
- padding-left:10px;
- font-size:11px;
- font-weight:bold;
- }
-
- .top{
- vertical-align: top;
- }
- /* end suggest post */
-
-
-
- table td{
- padding:3px;
- }
- a:link,a:active,a:visited,a.postlink{
- color: #006699;
- text-decoration: none;
- }
- a:hover{
- color: #DD6900;
- }
- a.admin:hover,a.mod:hover{
- color: #DD6900;
- }
- a.but,a.but:hover,a.but:visited{
- color: #000000;
- text-decoration: none;
- }
- a.topictitle:visited{
- color: #5493B4;
- }
- a.topictitle:hover{
- color: #DD6900;
- }
- body{
- color: #000000;
- font : 11px Verdana, Arial, Helvetica, sans-serif ;
- margin: 0 10px 10px 10px;
- padding: 0;
- overflow:auto;
- }
- /* General font families for common tags */
- font, th, td,p{
- font: 12px Verdana,Arial,Helvetica,sans-serif;
- }
- /* Form elements */
- form{
- display: inline;
- }
- hr{
- border: 0px solid #FFFFFF;
- border-top-width: 1px;
- height: 0px;
- }
- /* Gets rid of the need for border="0" on hyperlinked images */
- img{
- border: 0 solid;
- }
- input{
- font: 11px Verdana,Arial,Helvetica,sans-serif;
- }
- input.button, input.liteoption,.fakebut{
- background: #FAFAFA;
- border: 1px solid #000000;
- font-size: 11px;
- }
- input.catbutton{
- background: #FAFAFA;
- border: 1px solid #000000;
- font-size: 10px;
- }
- input.mainoption{
- background: #FAFAFA;
- border: 1px solid #000000;
- font-size: 11px;
- font-weight: bold;
- }
- input.post,textarea.post{
- background: #FFFFFF;
- border: 1px solid #000000;
- font: 11px Verdana,Arial,Helvetica,sans-serif;
- padding-bottom: 2px;
- padding-left: 2px;
- }
- select{
- background: #FFFFFF;
- font: 11px Verdana,Arial,Helvetica,sans-serif;
- }
- table{
- text-align: left;
- }
- td{
- vertical-align: middle;
- }
- /* Category gradients*/
- td.cat{
- background-color: #C2C6BA;
- font-weight: bold;
- height: 20px;
- letter-spacing: 1px;
- text-indent: 4px;
- }
- td.genmed,.genmed{
- font-size: 11px;
- }
- /* This is for the table cell above the Topics,Post & Last posts on the index.php */
- td.rowpic{
- background: #C2C6BA;
- }
- td.spacerow{
- background: #E5E6E2;
- }
- /* Table Header cells */
- th{
- background-color: #FADD31;
- // background-image: url(images/cellpic3.gif);
- background-repeat: repeat-x;
- color: #68685E;
- font-size: 11px;
- font-weight: bold;
- line-height:16px;
- height: 16px;
- padding-left: 8px;
- padding-right: 8px;
- text-align: center;
- white-space: nowrap;
- }
- /* Admin & Moderator Colours MODification */
- .admin,.mod{
- font-size: 11px;
- font-weight: bold;
- }
- .admin,a.admin,a.admin:visited{
- color: #FFA34F;
- }
- /* This is the border line & background colour round the entire page */
- .bodyline{
- background: #FFFFFF;
- border: 1px solid #98AAB1;
- }
- .center{
- text-align: center;
- }
- /* Code blocks */
- .code{
- background: #FAFAFA;
- border: 1px solid #D1D7DC;
- color: #006600;
- font: 12px Courier, "Courier New",sans-serif;
- padding: 5px;
- }
- /* This is for the error messages that pop up */
- .errorline{
- background: #E5E6E2;
- border: 1px solid #8F8B8B;
- color:#D92A2A;
- }
- .explaintitle{
- color: #5C81B1;
- font-size: 11px;
- font-weight: bold;
- }
- /* This is the outline round the main forum tables */
- .forumline{
- background: #FFFFFF;
- }
- /* General text */
- .gensmall{
- font-size: 10px;
- }
- .h1-font{
- color: #006699;
- display: inline;
- font: bold 13px Verdana, Arial, Helvetica, sans-serif;
- margin: 0.3em;
- text-decoration: none;
- }
- .h2-font{
- display: inline;
- font-family: Verdana, Arial, Helvetica, sans-serif;
- font-size: 11px;
- }
- .height1{
- height: 1px;
- }
- .height22{
- height: 22px;
- }
- .height25{
- height: 25px;
- }
- .height28{
- height: 28px;
- }
- .height30{
- height: 30px;
- }
- .height40{
- height: 40px;
- }
- /* This is the line in the posting page which shows the rollover
- help line. Colour value in row2 */
- .helpline{
- border: 0 solid;
- font-size: 10px;
- }
- .imgfolder{
- margin: 1px 4px 1px 4px;
- }
- .imgspace{
- margin-left: 1px;
- margin-right: 2px;
- }
- /* Specify the space around images */
- .imgtopic,.imgicon{
- margin-left: 3px;
- }
- .left{
- text-align: left;
- }
- /* The largest text used in the index page title and toptic title etc. */
- .maintitle,h1,h2{
- color: #5C81B1;
- font: bold 20px/120% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
- text-decoration: none;
- }
- .maxwidth{
- width: 100%;
- }
- .mod,a.mod,a.mod:visited{
- color: #006600;
- }
- /* Name of poster in viewmsg.php and viewtopic.php and other places */
- .name{
- font-size: 11px;
- font-weight: bold;
- }
- /* Used for the navigation text,(Page 1,2,3 etc) and the navigation bar when in a forum */
- .nav{
- font-size: 11px;
- font-weight: bold;
- }
- .nowrap{
- white-space: nowrap;
- }
- .postbody{
- font-size: 12px;
- line-height: 125%;
- }
- .postbody a{
- text-decoration: underline;
- }
- /* Location,number of posts,post date etc */
- .postdetails{
- color: #00396A;
- font-size: 10px;
- }
- /* Quote blocks */
- .quote{
- background: #F3F3EF;
- border: 1px solid #C2C6BA;
- color: #006699;
- font-size: 11px;
- line-height: 125%;
- }
- .right{
- text-align: right;
- }
- /* Main table cell colours and backgrounds */
- .row1{
- background: #F0F0EB;
- }
- .row2,.helpline{
- background: #E5E6E2;
- }
- .row3{
- background: #DBDBD4;
- }
- .subtitle,h2{
- font: bold 18px/180% "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
- text-decoration: none;
- }
- /* titles for the topics:could specify viewed link colour too */
- .topictitle {
- color: #000000;
- font-size: 11px;
- font-weight: bold;
- }
- .underline{
- text-decoration: underline;
- }
- .top{
- vertical-align:top;
- }
- .image-hspace{
- margin-right:3px;
- }
- .clear{
- clear:both;
- }
- .degrade{
- background-color:#777777;
- background:-webkit-gradient(linear,left top,left bottom,from(#999999),to(#666666));
- background-image:-moz-linear-gradient(top,#999999,#666666);
- /* ne pas remplacer les couleurs ci-apres */
- filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999',endColorstr='#666666');
- filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=146, Strength=5);
- -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#999999', endColorstr='#666666')";
- filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ff999999',endColorstr='#ff666666');
- }
- @media print {
- .degrade {background:none;}
- }
|