You are here

contents.css in CKEditor Widgets 7

/* Bootstrap styles */
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding: 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.col-md-6 {
  width: 50%;
}
.col-md-3 {
  width: 25%;
}
.col-md-9 {
  width: 75%;
}
.col-md-4 {
  width: 33.3%;
}

/* Custom styles */
.col-md-6 img,
.col-md-3 img,
.col-md-4 img,
.col-md-9 img {
  display: block;
  max-width: 100%;
  height: auto;
}
.two-col,
.two-col-left,
.two-col-right,
.three-col,
.accordion {
	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;
}
.two-col .col-md-6,
.two-col-left .col-md-3,
.two-col-left .col-md-9,
.two-col-right .col-md-3,
.two-col-right .col-md-9,
.three-col .col-md-4,
.accordion dd .content,
.accordion dd.accordion-navigation>a {
	box-shadow: 0 1px 1px #ddd inset;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #fff;
	min-height: 5em;
}
.two-col .col-md-6,
.two-col-left .col-md-3,
.two-col-left .col-md-9,
.two-col-right .col-md-3,
.two-col-right .col-md-9 {
	margin: -3px;
}
.two-col-right .col-sidebar,
.two-col-left .col-sidebar {
	padding: 0;
}
.two-col .col-2 {
  margin-left: 9px;
}
.three-col .col-1 {
	margin-left: -3px;
}
.three-col .col-2 {
	margin-left: 3px;
}
.three-col .col-3 {
	margin-left: 3px;
  margin-right: -3px;
}
.two-col-left .col-md-9{
  margin-left: 8px;
}
.two-col-right .col-md-9{
  margin-right: 8px;
}

.accordion {
	padding-top: 2px;
}
.accordion:before {
	content: 'Accordion';
	text-transform: uppercase;
	padding-bottom: 4px;
	font-size: 10px;
	color: #888;
}
.accordion dd.accordion-navigation > .content,
.accordion dd > .content {
	display: block !important;
}
.accordion dd.accordion-navigation {
	margin-bottom: .7em !important;
}
.accordion dd.accordion-navigation>a {
	padding: 5px;
	background: #ddd;
	min-height: 0;
	margin-bottom: 1px;
}
.accordion dd.accordion-navigation>a p {
	margin: 0;
}

File

plugins/widgetbootstrap/contents.css
View source
  1. /* Bootstrap styles */
  2. .row {
  3. margin-left: -15px;
  4. margin-right: -15px;
  5. }
  6. .row:before, .row:after {
  7. content: " ";
  8. display: table;
  9. }
  10. .row:after {
  11. clear: both;
  12. }
  13. .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  14. position: relative;
  15. min-height: 1px;
  16. float: left;
  17. padding: 15px;
  18. box-sizing: border-box;
  19. -moz-box-sizing: border-box;
  20. }
  21. .col-md-6 {
  22. width: 50%;
  23. }
  24. .col-md-3 {
  25. width: 25%;
  26. }
  27. .col-md-9 {
  28. width: 75%;
  29. }
  30. .col-md-4 {
  31. width: 33.3%;
  32. }
  33. /* Custom styles */
  34. .col-md-6 img,
  35. .col-md-3 img,
  36. .col-md-4 img,
  37. .col-md-9 img {
  38. display: block;
  39. max-width: 100%;
  40. height: auto;
  41. }
  42. .two-col,
  43. .two-col-left,
  44. .two-col-right,
  45. .three-col,
  46. .accordion {
  47. padding: 8px;
  48. margin: 10px auto;
  49. background: #eee;
  50. border-radius: 8px;
  51. border: 1px solid #ddd;
  52. box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
  53. }
  54. .two-col .col-md-6,
  55. .two-col-left .col-md-3,
  56. .two-col-left .col-md-9,
  57. .two-col-right .col-md-3,
  58. .two-col-right .col-md-9,
  59. .three-col .col-md-4,
  60. .accordion dd .content,
  61. .accordion dd.accordion-navigation>a {
  62. box-shadow: 0 1px 1px #ddd inset;
  63. border: 1px solid #cccccc;
  64. border-radius: 5px;
  65. background: #fff;
  66. min-height: 5em;
  67. }
  68. .two-col .col-md-6,
  69. .two-col-left .col-md-3,
  70. .two-col-left .col-md-9,
  71. .two-col-right .col-md-3,
  72. .two-col-right .col-md-9 {
  73. margin: -3px;
  74. }
  75. .two-col-right .col-sidebar,
  76. .two-col-left .col-sidebar {
  77. padding: 0;
  78. }
  79. .two-col .col-2 {
  80. margin-left: 9px;
  81. }
  82. .three-col .col-1 {
  83. margin-left: -3px;
  84. }
  85. .three-col .col-2 {
  86. margin-left: 3px;
  87. }
  88. .three-col .col-3 {
  89. margin-left: 3px;
  90. margin-right: -3px;
  91. }
  92. .two-col-left .col-md-9{
  93. margin-left: 8px;
  94. }
  95. .two-col-right .col-md-9{
  96. margin-right: 8px;
  97. }
  98. .accordion {
  99. padding-top: 2px;
  100. }
  101. .accordion:before {
  102. content: 'Accordion';
  103. text-transform: uppercase;
  104. padding-bottom: 4px;
  105. font-size: 10px;
  106. color: #888;
  107. }
  108. .accordion dd.accordion-navigation > .content,
  109. .accordion dd > .content {
  110. display: block !important;
  111. }
  112. .accordion dd.accordion-navigation {
  113. margin-bottom: .7em !important;
  114. }
  115. .accordion dd.accordion-navigation>a {
  116. padding: 5px;
  117. background: #ddd;
  118. min-height: 0;
  119. margin-bottom: 1px;
  120. }
  121. .accordion dd.accordion-navigation>a p {
  122. margin: 0;
  123. }