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