« MediaWiki:Common.css » : différence entre les versions

De EduTech Wiki
Aller à la navigation Aller à la recherche
mAucun résumé des modifications
mAucun résumé des modifications
Ligne 112 : Ligne 112 :


/* category tree - first is just for portlet - second for all trees */
/* category tree - first is just for portlet - second for all trees */
#p-categorytree-portlet {font-size: 50% }
#p-categorytree-portlet {font-size: 80% }
.CategoryTreeTag {font-size: 95%; }
.CategoryTreeTag {font-size: 95%; }



Version du 19 août 2010 à 15:50

  1 /** Le CSS placé ici sera appliqué à toutes les apparences. */
  2 
  3 /*
  4 <pre>
  5 */
  6 
  7 table.wikitable,
  8 table.prettytable {
  9   margin: 1em 1em 1em 0;
 10   background: #f9f9f9;
 11   border: 1px #aaaaaa solid;
 12   border-collapse: collapse;
 13 }
 14  
 15 table.wikitable th, table.wikitable td,
 16 table.prettytable th, table.prettytable td {
 17   border: 1px #aaaaaa solid;
 18   padding: 0.2em;
 19 }
 20  
 21 table.wikitable th,
 22 table.prettytable th {
 23   background: #f2f2f2;
 24   text-align: center;
 25 }
 26  
 27 table.wikitable caption,
 28 table.prettytable caption {
 29   margin-left: inherit;
 30   margin-right: inherit;
 31 }
 32 
 33 /* Removes useless links from printout */
 34 @media print {
 35     .portlet, #privacy, #about, #disclaimer {display:none;}
 36 }
 37 
 38 
 39 /* Banner Styles used in EduTech wiki 
 40  - use class names like Banner_xxxx
 41  */
 42 
 43 .Banner_incomplete {
 44   float:right;
 45   clear:right;
 46   width:200px;
 47   border:1px solid orange;
 48   background-color:#FFFACD;
 49   padding:7px; 
 50   margin-bottom: 10px;
 51   margin-left: 1em;
 52 }
 53 
 54 /* See http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/PageBy/README */
 55 ul.pageby {
 56     border:1px solid #60606F;
 57     background-color:#E0E0EF;
 58     font-size: 80%;
 59     margin:1ex;
 60     padding:1ex;
 61     list-style-type:none;
 62   }
 63 
 64 .Banner_tutorial {
 65   float:right;
 66   clear:right;
 67   width:200px;
 68   border:1px solid blue;
 69   background-color:#F8C9E4;
 70   padding:7px; 
 71   margin-bottom: 10px;
 72   margin-left: 1em;
 73 }
 74 
 75 .tut_goals{
 76   background-color:#F8C9E4;
 77   padding:7px; 
 78   margin-bottom: 10px;
 79   border:1px solid #AAAAAA;
 80 }
 81 
 82 .Banner_copyright{
 83   background-color:#d0f0c0;
 84   padding:7px; 
 85   margin-bottom: 10px;
 86   border:1px solid #AAAAAA;
 87 }
 88 
 89 /* Style for the source code tag */
 90  
 91 .actionscript{
 92   background-color:#FFFFEE;
 93   padding:7px; 
 94   margin-bottom: 10px;
 95   border:1px #AAAAAA solid;
 96 }
 97 
 98 .tagcloud {
 99 	width: 95%;
100 	text-align: center;
101 	background-color: #FDFDFD;
102 	border: 1px solid #EEEEEE;
103 	padding: 15px 10px 15px 10px;
104  }
105 .tagcloud a {
106 	color: #0052CB;
107 	margin-left: 10px;
108 	margin-right: 10px;
109 	font-weight: bold;
110  }
111 
112 
113 /* category tree - first is just for portlet - second for all trees */
114 #p-categorytree-portlet {font-size: 80% }
115 .CategoryTreeTag {font-size: 95%; }
116 
117 /* Syntaxhighlight geshi */
118 div.mw-geshi {
119   padding: 1px; 
120   margin:1px; 
121   border: 1px dashed #2fab6f;
122 }
123 
124 /*
125 </pre>
126 */