statusmessage.css 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. /*Main Feed Form*/
  2. #edit-mediatabs input[type="radio"] {
  3. -webkit-appearance: none;
  4. display: inline-block;
  5. }
  6. #edit-mediatabs .form-item-mediatabs {
  7. display: inline-block;
  8. position: relative;
  9. border-right: 1px solid white;
  10. }
  11. #edit-mediatabs input.form-radio {
  12. background: #928f8e;
  13. min-width: 100%;
  14. margin-bottom:0;
  15. padding: 0em 6em 2.5em 0em;
  16. font-weight: 700;
  17. display: inline-block;
  18. }
  19. #edit-mediatabs input.form-radio:hover {
  20. background: #500005;
  21. }
  22. .ui-dialog .ui-button-text {
  23. height: 100%;
  24. }
  25. #edit-mediatabs input[type="radio"]:checked {
  26. background: #003b08;
  27. }
  28. #edit-mediatabs label {
  29. font-size: 1rem;
  30. font-weight: 700;
  31. color: white;
  32. position: absolute;
  33. /* left: 50%; */
  34. display: inline-block;
  35. width: auto;
  36. padding-left: 20%;
  37. transform: translate(5%, -150%);
  38. }
  39. #edit-mediatabs {
  40. display: none;
  41. }
  42. .status-media-upload {
  43. display: inline-block;
  44. min-width: 32px;
  45. min-height: 32px;
  46. content: "Jigga";
  47. margin-left: 4px;
  48. background: url(/themes/kekistan/images/icons/mountains-picture.png) no-repeat;
  49. background-size: contain;
  50. }
  51. #edit-media-upload,
  52. #status-form .form-item-media, #status-form input.form-file{
  53. display: inline-block;
  54. max-width: 32px;
  55. min-height: 32px;
  56. position: relative;
  57. transform: translate(-18px, -10px);
  58. opacity: 0;
  59. }
  60. #edit-mediatabs + #ajax-wrapper {
  61. display: inline-block;
  62. }
  63. .heartbeat-message .comment-body a.status-comment-share {
  64. text-decoration: none;
  65. color: #333;
  66. }
  67. .ui-dialog {
  68. font-size: 90%;
  69. }
  70. .ui-dialog-title {
  71. background-size: contain;
  72. background: url('/themes/kekistan/images/icons/alert.png') no-repeat;
  73. padding: 2px 2.5em;
  74. }