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

From Team Fortress Wiki
Jump to: navigation, search
m
 
(3 intermediate revisions by the same user not shown)
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 25: Line 9:
 
h3#p-cactions-label > span {
 
h3#p-cactions-label > span {
 
   display: none;
 
   display: none;
 +
}
 +
@media only screen and (min-width: 982px) {
 +
  #p-views {
 +
    float: left;
 +
    position: relative;
 +
    left: 408px;
 +
  }
 +
  #p-cactions {
 +
    left: 408px;
 +
  }
 +
}
 +
#p-search {
 +
    float: right;
 
}
 
}
  
div#p-views {
+
@media only screen and (max-width: 982px) {
 +
  #p-views {
 
     float: left;
 
     float: left;
 
     position: relative;
 
     position: relative;
 
     left: 392px;
 
     left: 392px;
}
+
  }
div#p-cactions {
+
  #p-cactions {
 +
    float: left;
 +
    position: relative;
 
     left: 392px;
 
     left: 392px;
}
+
  }
 
 
#p-search {
 
    float: right;
 
 
}
 
}

Latest revision as of 22:40, 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: 408px;
  }
  #p-cactions {
    left: 408px;
  }
}
#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;
  }
}