Parent: [f0634a] (diff)

Child: [72699f] (diff)

Download this file

add_project.css    104 lines (102 with data), 2.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
#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; overflow: auto; }
div.welcome input {
width: 95%;
line-height: 20px;
font-size: 18px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
div.welcome .error {
width: 75%;
}
div.welcome div.grid-9{
padding-top: 5px;
}
div.welcome div.grid-3{
padding-top: 2px;
}
#start {
display: inline-block;
position: absolute;
right: 9em;
top: 0;
font-size: 18px;
font-weight: 600;
text-shadow: none;
color: white !important;
padding: 0.5em 1.5em 0.45em 1.5em;
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;
padding: 1em 1em 1em 10em;
}
div.inner-row + div.inner-row {
padding-top: 4.8em;
margin-top: 1em;
}
div.tool {
display: inline-block;
position: relative;
width: 30%;
padding: 0 1em 3em 0;
}
div.tool .big_icon {
height: 50px;
left: -64px;
position: absolute;
top: 0;
width: 50px;
}
div.tool input.unlabeled {
position: absolute;
left: -46px;
top: 60px;
}
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 {
position: relative;
top: -15px;
}
div.tool p {
display: block;
font-size: 13px;
line-height: 18px;
position: absolute;
padding-right: 6em;
top: 12px;
}
form input[type=checkbox][name=Git],
form input[type=checkbox][name=Hg],
form input[type=checkbox][name=SVN] {
float: none;
}