File root/themes/default/main.css changed (mode: 100644) (index 6c5e54c..4e88821) |
... |
... |
form input[type="submit"] { |
69 |
69 |
float: left; |
float: left; |
70 |
70 |
font-size: 16pt; |
font-size: 16pt; |
71 |
71 |
font-weight: bold; |
font-weight: bold; |
72 |
|
padding: 10px 15px; |
|
|
72 |
|
padding: 5px 15px; |
73 |
73 |
xxx-vertical-align: bottom; |
xxx-vertical-align: bottom; |
74 |
74 |
color: yellow; |
color: yellow; |
75 |
75 |
font-style: italic; |
font-style: italic; |
|
76 |
|
line-height: 120%; |
76 |
77 |
} |
} |
77 |
78 |
.logo a { |
.logo a { |
78 |
79 |
text-shadow: 0 0 2px yellow; |
text-shadow: 0 0 2px yellow; |
|
... |
... |
form input[type="submit"] { |
99 |
100 |
font-size: 11pt; |
font-size: 11pt; |
100 |
101 |
font-weight: bold; |
font-weight: bold; |
101 |
102 |
text-decoration: none; |
text-decoration: none; |
102 |
|
color: #000000; |
|
103 |
|
text-shadow: 0 0 3px #ffffff; |
|
104 |
|
padding-left: 15px; |
|
|
103 |
|
color: #fff; |
|
104 |
|
text-shadow: 0 0 2px #000; |
|
105 |
|
padding: 6px; |
105 |
106 |
} |
} |
|
107 |
|
.user a:hover { color: #f00; } |
106 |
108 |
|
|
107 |
109 |
.menus { |
.menus { |
108 |
110 |
} |
} |
|
... |
... |
form input[type="submit"] { |
122 |
124 |
font-size: 13pt; |
font-size: 13pt; |
123 |
125 |
font-weight: bold; |
font-weight: bold; |
124 |
126 |
padding: 2px 15px; |
padding: 2px 15px; |
|
127 |
|
text-shadow: 0 0 2px #000; |
125 |
128 |
} |
} |
126 |
|
.menu ul li a:hover { color: red; } |
|
|
129 |
|
.menu ul li a:hover { color: #f00; } |
127 |
130 |
.menu ul li.selected a { border-bottom: 2px solid #f00; } |
.menu ul li.selected a { border-bottom: 2px solid #f00; } |
128 |
|
.menu ul li.selected a:hover { color: red; } |
|
129 |
131 |
|
|
130 |
132 |
.menu2 { background-color: #AAA; } |
.menu2 { background-color: #AAA; } |
131 |
133 |
.menu2 ul li.selected a { border-bottom: 2px solid #f00; } |
.menu2 ul li.selected a { border-bottom: 2px solid #f00; } |
|
... |
... |
form input[type="submit"] { |
160 |
162 |
|
|
161 |
163 |
#header { |
#header { |
162 |
164 |
overflow: hidden; |
overflow: hidden; |
163 |
|
box-shadow: 0px 4px 6px #666666; |
|
164 |
|
background-color: #888888; |
|
165 |
165 |
background-color: #aaa; |
background-color: #aaa; |
|
166 |
|
box-shadow: 0px 4px 6px #666; |
166 |
167 |
width: 100%; |
width: 100%; |
167 |
168 |
margin-bottom: 6px; |
margin-bottom: 6px; |
168 |
169 |
line-height: 120%; |
line-height: 120%; |
File root/themes/default/main.html changed (mode: 100644) (index f537f53..1b9b125) |
1 |
1 |
<div class="islands"> |
<div class="islands"> |
2 |
|
<div class="main_title">Welcome to RocketGit!</div> |
|
3 |
2 |
|
|
4 |
3 |
<div class="island_row"> |
<div class="island_row"> |
5 |
4 |
<div class="island_cell"> |
<div class="island_cell"> |
6 |
5 |
<div class="island"> |
<div class="island"> |
|
6 |
|
<div class="island_title">Welcome to RocketGit!</div> |
7 |
7 |
FLOS (free, libre and open-source) software for managing Git projects, |
FLOS (free, libre and open-source) software for managing Git projects, |
8 |
8 |
both public and private. |
both public and private. |
9 |
9 |
<font color="red">Beta.</font> |
<font color="red">Beta.</font> |