bookmark.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. /* Bookmark specific styles */
  2. .bookmark-tags li { display: inline; }
  3. .bookmark h3 {
  4. margin: 4px 0px 8px 0px;
  5. }
  6. .bookmark-notice-count {
  7. border-radius: 4px;
  8. -moz-border-radius: 4px;
  9. -webkit-border-radius: 4px;
  10. padding: 1px 6px;
  11. font-size: 1.2em;
  12. line-height: 1.2em;
  13. background: #fff;
  14. border: 1px solid #7b8dbb;
  15. color: #3e3e8c !important;
  16. position: relative;
  17. right: 4px;
  18. margin-left: 10px;
  19. }
  20. .bookmark-notice-count:hover {
  21. text-decoration: none;
  22. background: #f2f2f2;
  23. border: 1px solid #7b8dbb;
  24. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  25. }
  26. .notice .bookmark-description {
  27. clear: both;
  28. margin-left: 0px;
  29. margin-bottom: 0px;
  30. }
  31. .notice .bookmark-author {
  32. margin-left: 0px;
  33. float: left;
  34. }
  35. .bookmark-tags {
  36. clear: both;
  37. margin-bottom: 4px;
  38. line-height: 1.6em;
  39. }
  40. ul.bookmark-tags a {
  41. border-radius: 4px;
  42. -moz-border-radius: 4px;
  43. -webkit-border-radius: 4px;
  44. padding: 1px 6px;
  45. background: #f2f2f2;
  46. color: #3e3e8c !important;
  47. text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
  48. font-size: 0.88em;
  49. }
  50. ul.bookmark-tags a:hover {
  51. background-color: #cdd1dd;
  52. text-decoration: none;
  53. }
  54. .bookmark-avatar {
  55. float: none !important;
  56. position: relative;
  57. top: 2px;
  58. }
  59. .bookmark div.e-content {
  60. font-size: 0.88em;
  61. line-height: 1.2em;
  62. margin-top: 6px;
  63. opacity: 0.6;
  64. margin-bottom: 0px;
  65. }
  66. .bookmark:hover div.e-content {
  67. opacity: 1;
  68. }
  69. #bookmarkpopup {
  70. min-width: 600px;
  71. margin-top: 0px;
  72. height: 100%;
  73. border: 10px solid #364A84;
  74. background: #364A84;
  75. }
  76. #bookmarkpopup #wrap {
  77. width: auto;
  78. min-width: 560px;
  79. padding: 40px 0px 25px 0px;
  80. margin-right: 2px;
  81. background: #fff url(../mobilelogo.png) no-repeat 6px 6px;
  82. }
  83. #bookmarkpopup #header {
  84. width: auto;
  85. padding: 0px 10px;
  86. }
  87. #bookmarkpopup .form_settings label {
  88. margin-top: 2px;
  89. text-align: right;
  90. width: 24%;
  91. font-size: 1.2em;
  92. }
  93. #bookmarkpopup .form_settings .form_data input {
  94. width: 60%;
  95. }
  96. #bookmarkpopup .form_guide {
  97. color: #777;
  98. }
  99. #bookmarkpopup #bookmark-submit {
  100. min-width: 100px;
  101. }
  102. #bookmarkpopup fieldset fieldset {
  103. margin-bottom: 10px;
  104. }
  105. #form_initial_bookmark.form_settings .form_data li {
  106. margin-bottom: 0px;
  107. }
  108. #form_new_bookmark.form_settings .bookmarkform-thumbnail {
  109. position: absolute;
  110. top: 50px;
  111. right: 0px;
  112. }