You are here

shurly.css in ShURLy 6

Same filename and directory in other branches
  1. 8 shurly.css
  2. 7 shurly.css
.shurly-choose {
  color: #999;
}

.shurly-result {
  border: 3px #999 solid;
  padding: 5px;
  margin: 5px 0;
}

.shurly-result .form-item {
  margin: 0;
}

#shurly-copy-container {
  display:inline;
}

#shurly-copy {
  border: 2px outset #999;
  background-color: #CCC;
  display: inline;
  padding: .1em .3em;
}

#shurly-copy.hover {
  border-color: #777;
  background-color: #DDD;
}

.shurly-bookmarklet {
  background-color: #999;
  color: #FFF;
  padding: .1em .5em;
  text-decoration: none;
  -moz-border-radius: .7em;
  -webkit-border-radius: .7em;
}

.shurly-bookmarklet:hover {
  background-color: #CCC;
  text-decoration: none;
  color: #000;
}

File

shurly.css
View source
  1. .shurly-choose {
  2. color: #999;
  3. }
  4. .shurly-result {
  5. border: 3px #999 solid;
  6. padding: 5px;
  7. margin: 5px 0;
  8. }
  9. .shurly-result .form-item {
  10. margin: 0;
  11. }
  12. #shurly-copy-container {
  13. display:inline;
  14. }
  15. #shurly-copy {
  16. border: 2px outset #999;
  17. background-color: #CCC;
  18. display: inline;
  19. padding: .1em .3em;
  20. }
  21. #shurly-copy.hover {
  22. border-color: #777;
  23. background-color: #DDD;
  24. }
  25. .shurly-bookmarklet {
  26. background-color: #999;
  27. color: #FFF;
  28. padding: .1em .5em;
  29. text-decoration: none;
  30. -moz-border-radius: .7em;
  31. -webkit-border-radius: .7em;
  32. }
  33. .shurly-bookmarklet:hover {
  34. background-color: #CCC;
  35. text-decoration: none;
  36. color: #000;
  37. }