Anand Doshi | 1e92aed | 2013-06-13 15:25:38 +0530 | [diff] [blame] | 1 | .container { |
2 | max-width: 728px !important; | ||||
3 | } | ||||
4 | |||||
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 5 | h1, h2, h3, h4, h5 { |
6 | font-weight: bold; | ||||
Rushabh Mehta | 1c8ab8a | 2012-12-10 14:56:45 +0530 | [diff] [blame] | 7 | } |
8 | |||||
Anand Doshi | 3dceb84 | 2013-06-19 14:57:14 +0530 | [diff] [blame] | 9 | a { |
10 | cursor: pointer; | ||||
11 | } | ||||
12 | |||||
Anand Doshi | 259e0b9 | 2013-07-04 16:44:57 +0530 | [diff] [blame] | 13 | img { |
14 | max-width: 100%; | ||||
15 | } | ||||
16 | |||||
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 17 | .content { |
18 | padding-bottom: 30px; | ||||
Rushabh Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 19 | } |
20 | |||||
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 21 | .missing-image { |
22 | background-color: #eee; | ||||
23 | padding: 40px; | ||||
Rushabh Mehta | 74560b3 | 2013-05-27 14:47:56 +0530 | [diff] [blame] | 24 | width: 112px; |
Rushabh Mehta | 78db3ec | 2013-02-21 14:25:30 +0530 | [diff] [blame] | 25 | font-size: 32px; |
26 | color: #888; | ||||
27 | } | ||||
28 | |||||
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 29 | .social-icons { |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 30 | font-size: 120%; |
31 | float: right; | ||||
32 | text-align: right; | ||||
Rushabh Mehta | 87e4801 | 2013-02-20 15:02:21 +0530 | [diff] [blame] | 33 | } |
34 | .social-icons a:hover { | ||||
35 | text-decoration: none; | ||||
36 | } | ||||
37 | .social-icons a i:hover { | ||||
38 | text-decoration: none; | ||||
39 | } | ||||
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 40 | .social-icons i { |
41 | margin-left: 5px; | ||||
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 42 | } |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 43 | |
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 44 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 45 | .web-footer-menu ul { |
46 | list-style: none; | ||||
47 | margin: 0px; | ||||
Rushabh Mehta | 4d20b22 | 2012-02-07 14:57:49 +0530 | [diff] [blame] | 48 | padding: 0px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 49 | } |
50 | |||||
51 | .web-footer-menu ul li { | ||||
52 | display: inline; | ||||
Rushabh Mehta | f2b17d9 | 2013-02-21 10:49:37 +0530 | [diff] [blame] | 53 | padding: 2px 14px 2px 0px; |
54 | margin: 0px; | ||||
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 55 | } |
56 | |||||
Rushabh Mehta | f41dd39 | 2013-02-21 16:57:54 +0530 | [diff] [blame] | 57 | .avatar { |
58 | display: inline-block; | ||||
59 | vertical-align: middle; | ||||
60 | overflow: hidden; | ||||
61 | background-color: #ddd; | ||||
62 | border: 1px solid #eee; | ||||
63 | } | ||||
64 | |||||
65 | .avatar-small { | ||||
66 | margin-right: 5px; | ||||
67 | width: 30px; | ||||
68 | height: 30px; | ||||
69 | border-radius: 30px; | ||||
70 | -moz-border-radius: 30px; | ||||
71 | -webkit-border-radius: 30px; | ||||
72 | } | ||||
73 | .avatar-small img { | ||||
74 | width: 30px; | ||||
75 | } | ||||
76 | |||||
Rushabh Mehta | 676a568 | 2013-03-07 18:51:10 +0530 | [diff] [blame] | 77 | .avatar-medium { |
78 | margin-right: 5px; | ||||
79 | width: 48px; | ||||
80 | height: 48px; | ||||
81 | border-radius: 48px; | ||||
82 | -moz-border-radius: 48px; | ||||
83 | -webkit-border-radius: 48px; | ||||
84 | } | ||||
85 | .avatar-medium img { | ||||
86 | width: 48px; | ||||
87 | } | ||||
88 | |||||
Rushabh Mehta | f41dd39 | 2013-02-21 16:57:54 +0530 | [diff] [blame] | 89 | .avatar-large { |
90 | margin-right: 10px; | ||||
91 | width: 72px; | ||||
92 | height: 72px; | ||||
93 | border-radius: 72px; | ||||
94 | -moz-border-radius: 72px; | ||||
95 | -webkit-border-radius: 72px; | ||||
96 | } | ||||
97 | .avatar-large img { | ||||
98 | width: 72px; | ||||
99 | } | ||||
100 | |||||
101 | .avatar-x-large { | ||||
102 | margin-right: 10px; | ||||
103 | width: 100px; | ||||
104 | height: 100px; | ||||
105 | border-radius: 100px; | ||||
106 | -moz-border-radius: 100px; | ||||
107 | -webkit-border-radius: 100px; | ||||
108 | } | ||||
109 | .avatar-x-large img { | ||||
110 | width: 100px; | ||||
Rushabh Mehta | d2cec5b | 2012-04-10 11:51:08 +0530 | [diff] [blame] | 111 | } |
Rushabh Mehta | ec4dfab | 2013-05-28 17:01:52 +0530 | [diff] [blame] | 112 | |
113 | .carousel-control .icon { | ||||
114 | position: absolute; | ||||
115 | top: 50%; | ||||
116 | left: 50%; | ||||
117 | z-index: 5; | ||||
118 | display: inline-block; | ||||
119 | width: 20px; | ||||
120 | height: 20px; | ||||
121 | margin-top: -10px; | ||||
122 | margin-left: -10px; | ||||
123 | } | ||||
Anand Doshi | c2a3527 | 2013-06-19 17:19:20 +0530 | [diff] [blame] | 124 | |
125 | .hidden-sm-inline { | ||||
126 | display: none; | ||||
127 | } | ||||
128 | |||||
129 | @media (min-width: 768px) { | ||||
130 | .hidden-sm-inline { | ||||
131 | display: inline; | ||||
132 | } | ||||
Anand Doshi | edbf3e1 | 2013-07-02 11:40:16 +0530 | [diff] [blame] | 133 | } |
134 | |||||
135 | .accordion-heading, .accordion-inner { | ||||
136 | padding-left: 10px; | ||||
Anand Doshi | c2a3527 | 2013-06-19 17:19:20 +0530 | [diff] [blame] | 137 | } |