Rushabh Mehta | d47e1d1 | 2012-02-01 18:02:33 +0530 | [diff] [blame] | 1 | .layout_wrapper { |
| 2 | padding: 20px; |
| 3 | } |
| 4 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 5 | h1 { |
| 6 | margin-bottom: 15px; |
| 7 | } |
| 8 | |
Rushabh Mehta | aa848be | 2012-02-17 12:06:33 +0530 | [diff] [blame] | 9 | h2 { |
| 10 | margin-bottom: 11px; |
| 11 | } |
| 12 | |
| 13 | h3 { |
| 14 | margin-bottom: 7px; |
| 15 | } |
| 16 | |
Rushabh Mehta | bd20d29 | 2012-02-08 10:23:16 +0530 | [diff] [blame] | 17 | pre { |
| 18 | background-color: #F8F8F8; |
| 19 | border: 1px solid #CCCCCC; |
| 20 | border-radius: 3px 3px 3px 3px; |
| 21 | font-size: 13px; |
| 22 | line-height: 19px; |
| 23 | overflow: auto; |
| 24 | padding: 6px 10px; |
| 25 | margin-bottom: 9px; |
| 26 | } |
| 27 | |
Rushabh Mehta | 949496c | 2012-01-25 18:48:46 +0530 | [diff] [blame] | 28 | .web-content input[type="text"], .web-content input[type="password"], .web-content select { |
| 29 | min-width: 180px; |
| 30 | } |
| 31 | |
Rushabh Mehta | 13531b7 | 2012-02-20 12:35:23 +0530 | [diff] [blame] | 32 | .web-head-section { |
| 33 | margin-bottom: 20px |
| 34 | } |
| 35 | |
Rushabh Mehta | 4b1fe05 | 2012-01-25 15:06:28 +0530 | [diff] [blame] | 36 | .web-main-section { |
| 37 | width: 65%; |
| 38 | float: left; |
| 39 | margin-bottom: 20px; |
| 40 | } |
| 41 | |
| 42 | .web-side-section { |
| 43 | width: 30%; |
| 44 | float: right; |
| 45 | margin-bottom: 20px; |
Rushabh Mehta | 51e51da | 2012-01-27 12:17:09 +0530 | [diff] [blame] | 46 | margin-right: 15px; |
| 47 | color: #606060; |
| 48 | overflow-x: hidden; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 49 | } |
| 50 | |
Rushabh Mehta | b8d6497 | 2012-02-08 12:33:13 +0530 | [diff] [blame] | 51 | .web-page-status { |
Rushabh Mehta | b8d6497 | 2012-02-08 12:33:13 +0530 | [diff] [blame] | 52 | padding: 7px; |
| 53 | color: #777; |
| 54 | clear: both; |
| 55 | text-align: right; |
| 56 | } |
| 57 | |
| 58 | .web-page-status a, |
| 59 | .web-page-status a:hover, |
| 60 | .web-page-status a:visited { |
| 61 | padding: 2px; |
| 62 | background-color: #777; |
| 63 | color: #FFF; |
| 64 | text-decoration: none; |
| 65 | } |
| 66 | |
| 67 | .web-page-status a:hover { |
| 68 | background-color: #444; |
| 69 | } |
| 70 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 71 | footer { |
| 72 | color: #777; |
| 73 | } |
| 74 | |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 75 | .web-footer { |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 76 | color: inherit; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 77 | text-align: center; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 78 | margin: 10px; |
| 79 | line-height: 1.7; |
| 80 | } |
| 81 | |
| 82 | .web-footer div, .web-footer a { |
| 83 | font-size: 11px; |
| 84 | } |
| 85 | |
| 86 | .web-footer-menu { |
| 87 | margin-bottom: 7px; |
| 88 | } |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 89 | footer a, footer a:visited { |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 90 | color: #777; |
| 91 | } |
| 92 | |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 93 | footer a:hover { |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 94 | background-color: #777; |
| 95 | color: #fff; |
| 96 | } |
| 97 | |
| 98 | .web-footer-menu ul { |
| 99 | list-style: none; |
| 100 | margin: 0px; |
Rushabh Mehta | 4d20b22 | 2012-02-07 14:57:49 +0530 | [diff] [blame] | 101 | padding: 0px; |
Rushabh Mehta | ab1148c | 2012-01-31 18:01:16 +0530 | [diff] [blame] | 102 | } |
| 103 | |
| 104 | .web-footer-menu ul li { |
| 105 | display: inline; |
| 106 | padding: 2px 15px; |
| 107 | border-right: 1px solid #999; |
| 108 | } |
| 109 | |
| 110 | .web-footer-menu ul li:last-child { |
Rushabh Mehta | 7018b19 | 2012-02-02 13:42:28 +0530 | [diff] [blame] | 111 | border-right: 0px solid #777 !important; |
Rushabh Mehta | a8ad390 | 2012-01-25 10:37:35 +0530 | [diff] [blame] | 112 | } |