Difference between revisions of "Team:Cairo Egypt/css/home style"

 
(16 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
.firstHeading {
 +
  display: none;
 +
}
 +
 
#content {
 
#content {
 
   width: auto !important;
 
   width: auto !important;
 +
  padding: 0;
 +
  top: 80px;
 +
}
 +
 +
nav#sidebar-wrapper {
 +
  top: 16.4px;
 +
}
 +
 +
a#menu-toggle {
 +
  top: 15px;
 
}
 
}
  
hr.star-light:after,
+
.printfooter {
hr.star-primary:after {
+
   display: none;
   content: "" !important;
+
 
}
 
}
  
h2 {
+
#top_menu_under {
  padding-top: 0 !important;
+
  display: none;
  padding-bottom: 0 !important;
+
  border-bottom: none !important;  
+
 
}
 
}
  
header .container {
+
header#top {
  padding-bottom: 100px !important;
+
    height: 670px;
  padding-top: 100px !important;
+
    background-position-y: 5px;
 +
    background-size: 100% 170%;
 
}
 
}

Latest revision as of 00:00, 27 July 2015

.firstHeading {

 display: none;

}

  1. content {
 width: auto !important;
 padding: 0;
 top: 80px;

}

nav#sidebar-wrapper {

 top: 16.4px;

}

a#menu-toggle {

 top: 15px;

}

.printfooter {

 display: none;

}

  1. top_menu_under {
 display: none;

}

header#top {

   height: 670px;
   background-position-y: 5px;
   background-size: 100% 170%;

}