You are here

shoutbox.css in Shoutbox 6.2

Same filename and directory in other branches
  1. 5 shoutbox.css
  2. 6 shoutbox.css
  3. 7.2 shoutbox.css
  4. 7 shoutbox.css
#shoutbox-body {
  margin: 0px;
  padding: 0px;
}

#shoutbox-add-form {
  margin: 0;
}

.shoutbox-add-form .form-item {
  margin: 0;
  display: inline;
}

.shoutbox-view-form .form-submit {
  visibility: hidden;
  display:none;
}

#shoutbox-error {
  display: none;
  cursor: pointer;
  width: 99%;
  margin-bottom: 5px;
}

div#shoutbox-posts {
  text-align: left;
}

div.shoutbox-msg {
  padding: 4px;
}

span.shoutbox-user-name, span.shoutbox-user-name a, span.shoutbox-user-name a:visited {
	font-weight: bold;
	color: #27609B;
}

span.shoutbox-current-user-name, span.shoutbox-current-user-name a, span.shoutbox-current-user-name a:visited {
	color: darkRed;
}

span.shoutbox-anonymous-user {
	color: #C0C000;
}

div.shoutbox-msg p {
	display: inline;
	margin: 0;
}

div.shoutbox-archive a, div.shoutbox-archive a:visited {
  text-align: center;
  color: #fff;
  background-color: #999;
  display: block;
}

div.shoutbox-archive a:hover {
  color: #fff;
  background-color: #aaa;
  text-decoration: none;
}

span.shoutbox-msg-time {
	color: #999;
	font-style: italic;
	font-size: 80%;
	padding-left: 7px;
}

.shoutbox-addinput {
  width: 100%;
}

.shoutbox-imglink {
  padding: 0px 2px 0px 2px;
  float: right;
}

.shoutbox-queue-title {
  font-weight: bold;
  color: #FFFFFF;
  background-color: #999;
  text-align: center;
}

.shoutbox-add-form input#edit-message {
  width: 99%;
  height: 22px;
}

.shoutbox-unpublished {
  background-color: #f00;
}

.shoutbox-interval-msg { 
	float:left; 
	font-size: 85%; 
	color: #555; 
}

#shoutbox-throbber {
  width: 16px;
  height: 16px;
  margin: 7px 12px 0 0;
  background: transparent url(images/throbber.gif) no-repeat;
  float: right;
  display: none;
}

.shoutbox-admin-links {
  display: none;
}

#shoutbox-add-form .form-submit { 
  font-size: 120%; 
  float: right;
  margin: 2px 2px 0 0;
}

File

shoutbox.css
View source
  1. #shoutbox-body {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. #shoutbox-add-form {
  6. margin: 0;
  7. }
  8. .shoutbox-add-form .form-item {
  9. margin: 0;
  10. display: inline;
  11. }
  12. .shoutbox-view-form .form-submit {
  13. visibility: hidden;
  14. display:none;
  15. }
  16. #shoutbox-error {
  17. display: none;
  18. cursor: pointer;
  19. width: 99%;
  20. margin-bottom: 5px;
  21. }
  22. div#shoutbox-posts {
  23. text-align: left;
  24. }
  25. div.shoutbox-msg {
  26. padding: 4px;
  27. }
  28. span.shoutbox-user-name, span.shoutbox-user-name a, span.shoutbox-user-name a:visited {
  29. font-weight: bold;
  30. color: #27609B;
  31. }
  32. span.shoutbox-current-user-name, span.shoutbox-current-user-name a, span.shoutbox-current-user-name a:visited {
  33. color: darkRed;
  34. }
  35. span.shoutbox-anonymous-user {
  36. color: #C0C000;
  37. }
  38. div.shoutbox-msg p {
  39. display: inline;
  40. margin: 0;
  41. }
  42. div.shoutbox-archive a, div.shoutbox-archive a:visited {
  43. text-align: center;
  44. color: #fff;
  45. background-color: #999;
  46. display: block;
  47. }
  48. div.shoutbox-archive a:hover {
  49. color: #fff;
  50. background-color: #aaa;
  51. text-decoration: none;
  52. }
  53. span.shoutbox-msg-time {
  54. color: #999;
  55. font-style: italic;
  56. font-size: 80%;
  57. padding-left: 7px;
  58. }
  59. .shoutbox-addinput {
  60. width: 100%;
  61. }
  62. .shoutbox-imglink {
  63. padding: 0px 2px 0px 2px;
  64. float: right;
  65. }
  66. .shoutbox-queue-title {
  67. font-weight: bold;
  68. color: #FFFFFF;
  69. background-color: #999;
  70. text-align: center;
  71. }
  72. .shoutbox-add-form input#edit-message {
  73. width: 99%;
  74. height: 22px;
  75. }
  76. .shoutbox-unpublished {
  77. background-color: #f00;
  78. }
  79. .shoutbox-interval-msg {
  80. float:left;
  81. font-size: 85%;
  82. color: #555;
  83. }
  84. #shoutbox-throbber {
  85. width: 16px;
  86. height: 16px;
  87. margin: 7px 12px 0 0;
  88. background: transparent url(images/throbber.gif) no-repeat;
  89. float: right;
  90. display: none;
  91. }
  92. .shoutbox-admin-links {
  93. display: none;
  94. }
  95. #shoutbox-add-form .form-submit {
  96. font-size: 120%;
  97. float: right;
  98. margin: 2px 2px 0 0;
  99. }