mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
add in victoria's fixes
This commit is contained in:
commit
488ed776c6
4 changed files with 15 additions and 9 deletions
BIN
files/wireframes/profile01.png
Normal file
BIN
files/wireframes/profile01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 397 KiB |
|
@ -27,6 +27,7 @@
|
||||||
|
|
||||||
.interior .header-Outro {
|
.interior .header-Outro {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.interior .header-Outro h1 {
|
.interior .header-Outro h1 {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
|
@ -40,6 +41,10 @@
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
margin-top: -15px;
|
margin-top: -15px;
|
||||||
}
|
}
|
||||||
|
.content.wide {
|
||||||
|
padding-left: 6%;
|
||||||
|
padding-right: 6%;
|
||||||
|
}
|
||||||
.content.misc-page {
|
.content.misc-page {
|
||||||
background: #FAF6F1;
|
background: #FAF6F1;
|
||||||
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
|
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
|
||||||
|
@ -66,8 +71,8 @@
|
||||||
font-size: 2.2em;
|
font-size: 2.2em;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
.content hr {
|
.content.misc-page hr {
|
||||||
margin: 45px 0 30px 0;
|
margin: 35px 0 25px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dashboard
|
// Dashboard
|
||||||
|
@ -80,6 +85,7 @@
|
||||||
-moz-box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
-moz-box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
||||||
-webkit-box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
-webkit-box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
||||||
box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
||||||
|
border: 3px solid white;
|
||||||
}
|
}
|
||||||
.interior .header-Outro .screenshot {
|
.interior .header-Outro .screenshot {
|
||||||
width:235px;height:141px;
|
width:235px;height:141px;
|
||||||
|
@ -99,7 +105,7 @@
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
}
|
}
|
||||||
.welcome {
|
.welcome {
|
||||||
background: #daeea5 url(../img/heartcat.png) no-repeat 20px 23px;
|
background: #daeea5 url(../img/heartcat.png) no-repeat 20px center;
|
||||||
background-size: 77px 81px;
|
background-size: 77px 81px;
|
||||||
padding: 20px 20px 20px 108px;
|
padding: 20px 20px 20px 108px;
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,18 +10,18 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="header-Outro" style="overflow: hidden;">
|
<div class="header-Outro">
|
||||||
<div class="row content" style="padding-top: 10px">
|
<div class="row content wide" style="padding-top: 10px">
|
||||||
|
|
||||||
<div class="col col-50 signup-Area" style="width: 289px;">
|
<div class="col col-50 signup-Area" style="width: 289px;">
|
||||||
<div class="signup-Form" style="top: 0; text-align: center">
|
<div class="signup-Form">
|
||||||
<fieldset class="content">
|
<fieldset class="content">
|
||||||
<img class="screenshot" src="/site_screenshots/<%= current_site.username %>.jpg">
|
<img class="screenshot" src="/site_screenshots/<%= current_site.username %>.jpg">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col col-50" style="margin-left: 10px">
|
<div class="col col-50">
|
||||||
<h2 class="eps">My Website</h2>
|
<h2 class="eps">My Website</h2>
|
||||||
<p style="font-size:19px; margin-top: -5px; margin-bottom: 8px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
|
<p style="font-size:19px; margin-top: -5px; margin-bottom: 8px;"><a href="http://<%= current_site.username %>.neocities.org" target="_blank">http://<%= current_site.username %>.neocities.org</a></p>
|
||||||
<ul>
|
<ul>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
<main class="content-Base">
|
<main class="content-Base">
|
||||||
|
|
||||||
<div class="content">
|
<div class="content wide">
|
||||||
|
|
||||||
<div class="welcome">
|
<div class="welcome">
|
||||||
<div class="close-button"></div>
|
<div class="close-button"></div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue