You are here

shurly.css in ShURLy 7

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

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

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

.shurly-result .inline {
  margin-right: 1em;
  display: inline-block;
}

#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-result .inline {
  13. margin-right: 1em;
  14. display: inline-block;
  15. }
  16. #shurly-copy-container {
  17. display:inline;
  18. }
  19. #shurly-copy {
  20. border: 2px outset #999;
  21. background-color: #CCC;
  22. display: inline;
  23. padding: .1em .3em;
  24. }
  25. #shurly-copy.hover {
  26. border-color: #777;
  27. background-color: #DDD;
  28. }
  29. .shurly-bookmarklet {
  30. background-color: #999;
  31. color: #FFF;
  32. padding: .1em .5em;
  33. text-decoration: none;
  34. -moz-border-radius: .7em;
  35. -webkit-border-radius: .7em;
  36. }
  37. .shurly-bookmarklet:hover {
  38. background-color: #CCC;
  39. text-decoration: none;
  40. color: #000;
  41. }