Commit eb35726dc931ee86eb0eef0740a96b622658b7f6
- Diff rendering mode:
- inline
- side by side
mouchak/static/css/main.css
(39 / 11)
  | |||
96 | 96 | width: 400px | |
97 | 97 | } | |
98 | 98 | ||
99 | /* home page content design */ | ||
99 | 100 | ||
100 | |||
101 | |||
102 | |||
103 | .col-md-4 h3 { | ||
104 | color:#c00000; | ||
105 | border-bottom: 1px dotted #c00000 ; | ||
106 | width:65%; | ||
101 | .content-head1 { | ||
102 | color:#000000; | ||
103 | border-bottom: 1px dotted #5A5656 ; | ||
104 | width:80%; | ||
105 | font-family: sans-serif, roboto; | ||
106 | font-size: 24px; | ||
107 | padding: 5px 1px 2px 0px; | ||
108 | margin: 5px 1px 8px 1px; | ||
107 | 109 | } | |
108 | 110 | .col-md-4 p { | |
109 | 111 | width: 85% | |
110 | 112 | } | |
111 | 113 | ||
114 | .col-md-2 { | ||
115 | width: 23% | ||
116 | } | ||
112 | 117 | ||
113 | .col-md-2 h3 { | ||
114 | color:#c00000; | ||
115 | border-bottom: 1px dotted #c00000 ; | ||
116 | width:65%; | ||
118 | |||
119 | .content-head2 { | ||
120 | color:#000000; | ||
121 | border-bottom: 1px dotted #5A5656 ; | ||
122 | width:80%; | ||
123 | font-family: sans-serif, roboto; | ||
124 | font-size: 24px; | ||
125 | padding: 5px 1px 2px 0px; | ||
126 | margin: 5px 1px 8px 1px; | ||
117 | 127 | } | |
118 | 128 | ||
129 | /* content styling for other pages */ | ||
130 | |||
131 | .main-head { | ||
132 | color:#000000; | ||
133 | font-family: sans-serif, roboto; | ||
134 | font-size: 24px; | ||
135 | padding: 5px 1px 2px 0px; | ||
136 | margin: 5px 1px 8px 1px; | ||
137 | text-align: center; | ||
138 | } | ||
139 | .subcontent-head { | ||
140 | color:#000000; | ||
141 | font-family: sans-serif, roboto; | ||
142 | font-size: 18px; | ||
143 | padding: 5px 1px 2px 0px; | ||
144 | margin: 5px 1px 8px 1px; | ||
145 | text-align: left; | ||
146 | } | ||
119 | 147 | ||
120 | 148 | ||
121 | 149 |