You are here

contents.css in CKEditor Widgets 7

.box,
.quotebox {
	padding: 8px;
	margin: 10px auto;
	background: #eee;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}
.box .box-title,
.box .box-content,
.quotebox .quote,
.quotebox .byline {
	box-shadow: 0 1px 1px #ddd inset;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #fff;
	margin-left: 0;
	margin-right: 0;
	padding: 2px 5px;
}

.box .box-content,
.quotebox .quote {
	min-height: 3em;
}

.box .box-title p,
.quotebox .byline p {
	margin-bottom: 0;
}


.box .box-title {
	background: #ddd;
}
.box .row {
	margin-left: 0;
	margin-right: 0;
}

.quotebox {
	background: #eee url(icons/widgetcommonQuotebox.png) 5px 2px no-repeat;
}
.quotebox .quote {
	margin-left: 20px;
	margin-bottom: 5px;
}

File

plugins/widgetcommon/contents.css
View source
  1. .box,
  2. .quotebox {
  3. padding: 8px;
  4. margin: 10px auto;
  5. background: #eee;
  6. border-radius: 8px;
  7. border: 1px solid #ddd;
  8. box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
  9. }
  10. .box .box-title,
  11. .box .box-content,
  12. .quotebox .quote,
  13. .quotebox .byline {
  14. box-shadow: 0 1px 1px #ddd inset;
  15. border: 1px solid #cccccc;
  16. border-radius: 5px;
  17. background: #fff;
  18. margin-left: 0;
  19. margin-right: 0;
  20. padding: 2px 5px;
  21. }
  22. .box .box-content,
  23. .quotebox .quote {
  24. min-height: 3em;
  25. }
  26. .box .box-title p,
  27. .quotebox .byline p {
  28. margin-bottom: 0;
  29. }
  30. .box .box-title {
  31. background: #ddd;
  32. }
  33. .box .row {
  34. margin-left: 0;
  35. margin-right: 0;
  36. }
  37. .quotebox {
  38. background: #eee url(icons/widgetcommonQuotebox.png) 5px 2px no-repeat;
  39. }
  40. .quotebox .quote {
  41. margin-left: 20px;
  42. margin-bottom: 5px;
  43. }