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

From Team Fortress Wiki
Jump to: navigation, search
m (Wish there was a good way to actually test this...)
Line 1: Line 1:
@media screen and (max-width: 982px) {
 
  #p-views {
 
    float: left;
 
    position: relative;
 
    left: 376px;
 
  }
 
}
 
 
@media screen and (max-width: 982px) {
 
  #p-cactions {
 
    float: left;
 
    position: relative;
 
    left: 376px;
 
  }
 
}
 
 
 
#right-navigation {
 
#right-navigation {
 
     float: none;
 
     float: none;
Line 38: Line 22:
 
#p-search {
 
#p-search {
 
     float: right;
 
     float: right;
 +
}
 +
 +
@media screen and (max-width: 982px) {
 +
  #p-views {
 +
    float: left;
 +
    position: relative;
 +
    left: 376px;
 +
  }
 +
}
 +
 +
@media screen and (max-width: 982px) {
 +
  #p-cactions {
 +
    float: left;
 +
    position: relative;
 +
    left: 376px;
 +
  }
 
}
 
}

Revision as of 22:24, 30 November 2016

#right-navigation {
    float: none;
}

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

h3#p-cactions-label > span {
  display: none;
}

div#p-views {
    float: left;
    position: relative;
    left: 392px;
}
div#p-cactions {
    left: 392px;
}

#p-search {
    float: right;
}

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

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