forked from I2P_Developers/i2p.www
Add feature images to homepage
This commit is contained in:
BIN
i2p2www/static/images/console-active.png
Normal file
BIN
i2p2www/static/images/console-active.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
BIN
i2p2www/static/images/routerconsole-light.png
Normal file
BIN
i2p2www/static/images/routerconsole-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 282 KiB |
@@ -206,19 +206,30 @@ menu ul,
|
||||
*/
|
||||
|
||||
div#content .main {
|
||||
padding: 4em 35% 4em 10%;
|
||||
padding: 4em 10% 4em 50%;
|
||||
}
|
||||
|
||||
.main img {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.main img.routerconsole {
|
||||
left: 10%;
|
||||
max-height: 70%;
|
||||
max-width: 35%;
|
||||
top: 10%;
|
||||
}
|
||||
|
||||
.main img.android {
|
||||
left: 35%;
|
||||
max-height: 60%;
|
||||
max-width: 10%;
|
||||
top: 30%;
|
||||
}
|
||||
|
||||
.main .get-i2p {
|
||||
position: absolute;
|
||||
right: 10%;
|
||||
margin-top: -1em;
|
||||
max-width: 20%;
|
||||
-moz-transform: rotate(-5deg);
|
||||
transform: rotate(-5deg);
|
||||
-webkit-transform: rotate(-5deg);
|
||||
-ms-transform: rotate(-5deg);
|
||||
-o-transform: rotate(-5deg);
|
||||
margin-top: 1em;
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
.main .get-i2p:hover {
|
||||
|
@@ -108,6 +108,22 @@ div#content .main {
|
||||
padding: 4em 10%
|
||||
}
|
||||
|
||||
.main img.routerconsole {
|
||||
float: left;
|
||||
left: 10%;
|
||||
margin-bottom: 1em;
|
||||
max-width: 85%;
|
||||
top: 10%;
|
||||
}
|
||||
|
||||
.main img.android {
|
||||
left: 70%;
|
||||
max-height: 60%;
|
||||
max-width: 20%;
|
||||
position: absolute;
|
||||
top: 15%;
|
||||
}
|
||||
|
||||
.main .get-i2p {
|
||||
margin-bottom: -1.5em;
|
||||
margin-top: .5em;
|
||||
|
Reference in New Issue
Block a user