Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove website from simgrid directory
[simgrid.git] / website / stylesheets / simgridsite.css
diff --git a/website/stylesheets/simgridsite.css b/website/stylesheets/simgridsite.css
deleted file mode 100644 (file)
index d53122c..0000000
+++ /dev/null
@@ -1,113 +0,0 @@
-/**** page main layout ****/
-body {
-  margin: 0px;
-  padding: 0px 0px 10px 0px;  
-  font:0.9em "trebuchet ms", helvetica, arial, sans-serif;
-}
-/** Header layout ***/
-#header {text-align: center;
-padding:0;  margin:0 auto;
-list-style:none; 
-width:100%; height:150px; 
-font-size:16px; color:#888; font-weight:normal; margin-top:15px;
- }
-h1 {
-color:#e33729; background:#fff;
-}
-
-/*** Main sections layout ***/
-#main {text-align: left;
-padding:0;  margin:0 auto;
-list-style:none; 
-width:1000px;  
-font-size:16px; color:#000; font-weight:normal; margin-top:15px;
- }
-h1 {
-color:#e33729; background:#fff;
-}
-h2 {
-color:#e33729; background:#fff;
-}
-h3 {
-color:#e33729; background:#fff;
-}
-
-.subtitle {
-color:#000;
-}
-/*** hyperrefs ***/
-a {
- text-decoration: none;
-}
-h4 a {
-color:#e33729; background:#fff;
-}
-
-/*** Courses special layout ***/
-div.course div.description {display:none}
-div.touch:hover + div.description {display:block}
-div.touch{font-size:12px; color:#888; font-weight:normal;}
-
-/** Footer layout ***/
-#footer {text-align: center;
-padding:0;  margin:0 auto;
-list-style:none; 
-width:1000px; height:200px; 
-font-size:12px; color:#888; font-weight:normal; margin-top:15px;
- }
-/*** Footer logos ***/
-ul.footerlogos {padding:0; margin:0 auto; list-style:none; width:1100px; height:100px; position:relative;}
-ul.footerlogos li {width:220px; height:100px; float:left;}
-
-ul.footerlogos li a {display:block; width:150px; height:50px; padding:25px; font-family:arial, sans-serif; color:#666; text-decoration:none; font-size:12px;
--webkit-transition: 0.1s;
--moz-transition: 0.1s;
--o-transition: 0.1s;
-transition: 0.1s;
-}
-
-ul.footerlogos li:hover > a {text-align:center; height:64px; padding:18px; cursor:pointer;}
-/*** avoiding borders ***/
-a img
-{
-border: none;
-}
-/*** For the latest news ***/
-.tablecontent {background:#f6f6f6;
-}
-.titlebar {
-font-size:20px;
-}
-
-/*** For doc generated title div ***/
-div.title {
-text-align: center;
-color:#e33729; background:#fff;
-font-size:25px;
-}
-/*** For fitting with the 80 rule for blog-styling in doxy-generated pages ***/
-div.contents {
-  margin-left: auto;
-  margin-right: auto;
-width:70%;
-}
-
-/*** Some stuff for download.php ***/
-
-.altRowStyleEven {background-color: #EAEAEA; font-weight: none}
-
-.altRowStyleOdd { 
-       background-color: #E0E0E0; 
-       font-weight: none
-}
-.altRowStyleEven h3 {background-color: #EAEAEA;
-}
-/** Ugly hack (not proud of it) ***/
-.multiTableRowTitle {
-text-align: left;
-display:none;
-}
-legend {
-display:none;
-}
-