mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +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 {
|
||||
padding-top: 30px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.interior .header-Outro h1 {
|
||||
font-size: 2.5em;
|
||||
|
@ -40,6 +41,10 @@
|
|||
font-size: 1em;
|
||||
margin-top: -15px;
|
||||
}
|
||||
.content.wide {
|
||||
padding-left: 6%;
|
||||
padding-right: 6%;
|
||||
}
|
||||
.content.misc-page {
|
||||
background: #FAF6F1;
|
||||
-moz-box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.10);
|
||||
|
@ -66,8 +71,8 @@
|
|||
font-size: 2.2em;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.content hr {
|
||||
margin: 45px 0 30px 0;
|
||||
.content.misc-page hr {
|
||||
margin: 35px 0 25px 0;
|
||||
}
|
||||
|
||||
// Dashboard
|
||||
|
@ -80,6 +85,7 @@
|
|||
-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);
|
||||
box-shadow: 1px 2px 5px 2px rgba(0,0,0,0.10);
|
||||
border: 3px solid white;
|
||||
}
|
||||
.interior .header-Outro .screenshot {
|
||||
width:235px;height:141px;
|
||||
|
@ -99,7 +105,7 @@
|
|||
margin-top: 12px;
|
||||
}
|
||||
.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;
|
||||
padding: 20px 20px 20px 108px;
|
||||
margin-bottom: 30px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -10,18 +10,18 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<div class="header-Outro" style="overflow: hidden;">
|
||||
<div class="row content" style="padding-top: 10px">
|
||||
<div class="header-Outro">
|
||||
<div class="row content wide" style="padding-top: 10px">
|
||||
|
||||
<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">
|
||||
<img class="screenshot" src="/site_screenshots/<%= current_site.username %>.jpg">
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col col-50" style="margin-left: 10px">
|
||||
<div class="col col-50">
|
||||
<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>
|
||||
<ul>
|
||||
|
@ -38,7 +38,7 @@
|
|||
|
||||
<main class="content-Base">
|
||||
|
||||
<div class="content">
|
||||
<div class="content wide">
|
||||
|
||||
<div class="welcome">
|
||||
<div class="close-button"></div>
|
||||
|
|
Loading…
Add table
Reference in a new issue