Difference between revisions of "User:Evanjohnman/vector.css"

From Team Fortress Wiki
Jump to: navigation, search
m
m
Line 10: Line 10:
 
   display: none;
 
   display: none;
 
}
 
}
 
+
@media only screen and (min-width: 982px) {
div#p-views {
+
  #p-views {
 
     float: left;
 
     float: left;
 
     position: relative;
 
     position: relative;
 
     left: 376px;
 
     left: 376px;
}
+
  }
div#p-cactions {
+
  #p-cactions {
 
     left: 376px;
 
     left: 376px;
 +
  }
 
}
 
}
 
 
#p-search {
 
#p-search {
 
     float: right;
 
     float: right;
 
}
 
}
  
@media screen and (min-width: 982px) {
+
@media only screen and (max-width: 982px) {
 
   #p-views {
 
   #p-views {
 
     float: left;
 
     float: left;
Line 30: Line 30:
 
     left: 392px;
 
     left: 392px;
 
   }
 
   }
}
 
 
@media screen and (max-width: 982px) {
 
 
   #p-cactions {
 
   #p-cactions {
 
     float: left;
 
     float: left;

Revision as of 22:38, 30 November 2016

#right-navigation {
    float: none;
}

h3#p-cactions-label {
  background-image: none;
}

h3#p-cactions-label > span {
  display: none;
}
@media only screen and (min-width: 982px) {
  #p-views {
    float: left;
    position: relative;
    left: 376px;
  }
  #p-cactions {
    left: 376px;
  }
}
#p-search {
    float: right;
}

@media only screen and (max-width: 982px) {
  #p-views {
    float: left;
    position: relative;
    left: 392px;
  }
  #p-cactions {
    float: left;
    position: relative;
    left: 392px;
  }
}