Parent: [72699f] (diff)

Child: [a9fc69] (diff)

Download this file

add_project.css    158 lines (156 with data), 3.1 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
#nav_menu { display: none; }
#suggest_project_name{
font-size: .8em;
}
div.content {
font-family: Helvetica;
}
div.content div.row > div.column {
width: 100%
}
div.welcome { margin: 2em 0 1em; }
div.welcome input {
width: 95%;
line-height: 20px;
font-size: 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
div.welcome .error, div.welcome .success {
font-size: 13px;
padding: 5px;
background: none;
border: 0;
}
div.welcome .error, #error_icon {
color: #D41326;
}
div.welcome .success, #success_icon {
color: #373;
}
#name_availability {
position: relative;
left: -20px;
font-weight: 500;
}
#error_icon, #success_icon {
display: none;
position: absolute;
left: -50px;
top: 10px;
z-index: 2;
}
#error_icon.allura, #success_icon.allura {
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
font-weight: bold;
height: 16px;
width: 16px;
text-align: center;
font-size: 14px;
}
#error_icon.allura {
background: #D41326;
}
#success_icon.allura {
background: #373;
}
div.welcome div.grid-9{
padding-top: 5px;
}
div.welcome div.grid-3{
padding-top: 2px;
}
#project_url {
font-size: 12px;
padding-left: 5px;
}
#url_fragment {
font-weight: 600;
}
#start {
display: inline-block;
position: relative;
top: -1em;
font-size: 18px;
font-weight: 600;
text-shadow: none;
color: white !important;
padding: 1em 2em 1em 2em;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
background: rgb(0,0,0);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, to(rgb(0,0,0)), from(rgb(90,90,90)));
background-image: -moz-linear-gradient(100% 100% 90deg, rgb(0,0,0), rgb(90,90,90) 100%);
border: 1px solid black;
}
div.inner-row {
display: block;
position: relative;
margin: 0 0 10px 0;
}
div.button-row {
margin: 40px 0 100px 10px;
}
div.tool {
float: left;
position: relative;
padding: 10px 20px 10px 70px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-o-border-radius: 4px;
-ms-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
border: 1px solid #aaa;
width: 360px;
margin-left: 10px;
background-color: whiteSmoke;
height: 74px;
}
div.tool .big_icon {
height: 50px;
left: 10px;
position: absolute;
top: 26px;
width: 50px;
}
div.tool .checkbox-wrapper {
display: block;
position: absolute;
top: 6em;
}
div.tool .checkbox-wrapper span {
font-size: 13px;
font-weight: 600;
}
div.tool h1, div.welcome {
font-size:18px;
font-weight: 300;
}
div.tool h1 {
padding: 0;
position: relative;
left: 20px;
top: -28px;
font-weight: 600;
}
div.tool p {
padding: 0;
position: relative;
top: -33px;
display: block;
font-size: 13px;
line-height: 18px;
}
form input[type=checkbox] {
background: none;
border: 0;
margin: 0;
margin-bottom: 3px;
padding: 0;
box-shadow: none;
border-radius: none;
}