Changeset 11 for Dev/trunk/css/style.css
- Timestamp:
- 07/12/11 19:01:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/trunk/css/style.css
r10 r11 35 35 #logo { 36 36 font-size: 2em; 37 font-weight: bold; 37 38 color: white; 38 39 text-align: center; 39 40 line-height: 2em; 40 } 41 42 #newSurveyButton{ 43 height: 3em; 44 width: 10em; 41 text-shadow: 2px 2px 2px black; 45 42 } 46 43 … … 48 45 position: relative; 49 46 width: 100%; 50 padding: 2em ;47 padding: 2em 0; 51 48 } 52 49 … … 61 58 } 62 59 60 /* ################################################################## 61 ===================== STYLESHEET OF GLORY ======================== */ 63 62 63 #newSurveyButton{ 64 height: 3em; 65 width: 10em; 66 } 67 68 #surveyCreation { 69 min-height: 10em; 70 background-color: #eee; 71 -moz-border-radius: 15px; 72 border-radius: 15px; 73 -moz-box-shadow: 2px 2px 2px #888; 74 -webkit-box-shadow: 2px 2px 2px #888; 75 box-shadow: 2px 2px 2px #888; 76 padding: 2em; 77 } 78 79 #surveyTitle { 80 font-size: large; 81 color: gray; 82 } 83 84 #surveyTitle:hover { 85 color: black; 86 } 87 88 #surveyDescription { 89 display: block; 90 font-family: sans-serif; 91 color: gray; 92 } 93 94 #surveyDescription:hover { 95 color: black; 96 } 97 98 #submitSurvey { 99 display: block; 100 height: 3em; 101 width: 10em; 102 margin-top: 2em; 103 }
Note: See TracChangeset
for help on using the changeset viewer.