You are here

back_to_top_text.css in Back To Top 8

Same filename and directory in other branches
  1. 7 css/back_to_top_text.css
  2. 2.x css/back_to_top_text.css
#backtotop {
  background: #f7f7f7;
  border: 1px solid #cccccc;
  /*border-radius: 5px 5px 5px 5px;*/
  border-radius: 10px;
  bottom: 10px;
  color: #333333;
  cursor: pointer;
  display: none;
  height: 30px;
  width: max-content;
  line-height: 30px;
  padding: 0px 15px;
  position: fixed;
  right: 10px;
  text-align: center;
  z-index: 1;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

#backtotop:hover {
  background: #eeeeee;
}

#backtotop:focus {
  opacity: 0.6;
  outline: none;
}

File

css/back_to_top_text.css
View source
  1. #backtotop {
  2. background: #f7f7f7;
  3. border: 1px solid #cccccc;
  4. /*border-radius: 5px 5px 5px 5px;*/
  5. border-radius: 10px;
  6. bottom: 10px;
  7. color: #333333;
  8. cursor: pointer;
  9. display: none;
  10. height: 30px;
  11. width: max-content;
  12. line-height: 30px;
  13. padding: 0px 15px;
  14. position: fixed;
  15. right: 10px;
  16. text-align: center;
  17. z-index: 1;
  18. -moz-border-radius: 10px;
  19. -webkit-border-radius: 10px;
  20. }
  21. #backtotop:hover {
  22. background: #eeeeee;
  23. }
  24. #backtotop:focus {
  25. opacity: 0.6;
  26. outline: none;
  27. }