You are here

easymeta.css in Easymeta 8

#easymeta-form {
  position: absolute;
  z-index: 999;
  top: 20%;
  width: 300px;
  left: -300px;
  background-color: #333;
  font-family: 'Arial', sans-serif;
  font-size: 12px;
}


#easymeta-form input,
#easymeta-form textarea {
  width: 270px;
  margin-left: 20px;
}

#easymeta-form label {
  color: #fff;
  margin-left: 20px;
  margin-bottom: 5px;
  display: inline-block;
}

#easymeta-form input {
  width: 264px;
}

#easymeta-form #edit-submit {
  margin-bottom: 20px;
}

#easymeta-form .easymeta-open {
  content: "Meta";
  display: block;
  right: -70px;
  position: absolute;
  background-color: #333;
  width: 70px;
  text-align: center;
  color: #fff;
  line-height: 30px;
  border-radius: 0 10px 10px 0;
  top: 50%;
  cursor: pointer;
  opacity: 0.75;
}

File

css/easymeta.css
View source
  1. #easymeta-form {
  2. position: absolute;
  3. z-index: 999;
  4. top: 20%;
  5. width: 300px;
  6. left: -300px;
  7. background-color: #333;
  8. font-family: 'Arial', sans-serif;
  9. font-size: 12px;
  10. }
  11. #easymeta-form input,
  12. #easymeta-form textarea {
  13. width: 270px;
  14. margin-left: 20px;
  15. }
  16. #easymeta-form label {
  17. color: #fff;
  18. margin-left: 20px;
  19. margin-bottom: 5px;
  20. display: inline-block;
  21. }
  22. #easymeta-form input {
  23. width: 264px;
  24. }
  25. #easymeta-form #edit-submit {
  26. margin-bottom: 20px;
  27. }
  28. #easymeta-form .easymeta-open {
  29. content: "Meta";
  30. display: block;
  31. right: -70px;
  32. position: absolute;
  33. background-color: #333;
  34. width: 70px;
  35. text-align: center;
  36. color: #fff;
  37. line-height: 30px;
  38. border-radius: 0 10px 10px 0;
  39. top: 50%;
  40. cursor: pointer;
  41. opacity: 0.75;
  42. }