Skip to content

Commit

Permalink
Redesign part 1
Browse files Browse the repository at this point in the history
- More consistent color scheme
- Better font in terms of cross-OS font rendering
- New header
- New chat client

At the moment it still loads the Ubuntu font as fallback, I might remove this in the future, for now I'm leaving it.
More stuff is hopefull coming soon
  • Loading branch information
QuadPiece committed Jan 25, 2016
1 parent 34477db commit 1ce5f51
Show file tree
Hide file tree
Showing 36 changed files with 44 additions and 31 deletions.
Empty file modified .gitattributes 100644 → 100755
Empty file.
Empty file modified .gitignore 100644 → 100755
Empty file.
Empty file modified CONTRIBUTING.md 100644 → 100755
Empty file.
Empty file modified CSS/captions.css 100644 → 100755
Empty file.
Empty file modified CSS/main.css 100644 → 100755
Empty file.
33 changes: 23 additions & 10 deletions CSS/page.css 100644 → 100755
@@ -1,10 +1,11 @@
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

html {
color: #191919;
background-color: #E5E5E5;
background-color: #EEEEEE;
font-size: 14pt;
font-family: 'Ubuntu', sans-serif;
font-family: 'Lato', sans-serif;
line-height: 1.5em;
}

Expand All @@ -23,33 +24,45 @@ a:hover {
}

header {
background-color: rgba(0,0,0,0.1);
box-shadow: 0px 0px 2px #111;
text-align: center;
background-color: #F9F9F9;
box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
padding: 20px;
}

header * {
display: inline;
margin: 4px;
white-space: nowrap;
}

header div {
header .container {
display: block;
margin-left: auto;
margin-right: auto;
max-width: 820px;
width: 1020px;
max-width: 100%;
white-space: normal;
}

header h1 {
margin: 0 8px 0 0;
header a {
display: inline-block;
padding: 5px;
padding-right: 10px;
padding-left: 10px;
transition: border 0.25s ease-in-out;
box-sizing: border-box;
border-bottom: solid 2px rgba(0,0,0,0);
}

header a:hover {
border-bottom: solid 2px #AAAAAA;
}

main {
margin-left: auto;
margin-right: auto;
max-width: 820px;
width: 1020px;
max-width: 100%;
padding: 20px;
}

Expand Down
Empty file modified LICENSE.txt 100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion README.md 100644 → 100755
Expand Up @@ -5,7 +5,7 @@ Maintainer: QuadPiece ([GitHub](https://github.com/QuadPiece), [Twitter](https:/
## To do:

* Hopefully leave beta stage soon.
* Redesign hub?
* Redesign hub (In progress)

*Check end of readme for list of things that WON'T be done*

Expand Down
Empty file modified api/details.php 100644 → 100755
Empty file.
Empty file modified api/list.php 100644 → 100755
Empty file.
Empty file modified backend/includes/botnet.html.sample 100644 → 100755
Empty file.
Empty file modified backend/pages/notfound.html 100644 → 100755
Empty file.
Empty file modified captions.js 100644 → 100755
Empty file.
Empty file modified encode/Yay295-s-Windows-Version/aniop.bat 100644 → 100755
Empty file.
Empty file modified encode/Yay295-s-Windows-Version/notes.txt 100644 → 100755
Empty file.
Empty file modified encode/encode.py 100644 → 100755
Empty file.
Empty file modified encode/settings 100644 → 100755
Empty file.
Empty file modified favicon.ico 100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions hub/chat.php
Expand Up @@ -25,9 +25,9 @@
</div>
</header>
<main>
<iframe src="https://kiwiirc.com/client?settings=58bedb49a748db1de84a0412a3411757"></iframe>
<iframe src="https://irc-client.quad.moe/"></iframe>

<p>The default channel is #openings.moe; try #aniop for contributors. Details about our channels can be found <a href="ircdetails.php">here</a>. You can also <a href="https://kiwiirc.com/client?settings=58bedb49a748db1de84a0412a3411757">open the client in a new tab</a>.</p>
<p>Change your nick to something you like, the rest of the details don't matter. Details about our channels can be found <a href="ircdetails.php">here</a>. You can also <a href="https://irc-client.quad.moe/" target="_blank">open the client in a new tab</a>.</p>
</main>

<?php
Expand Down
Empty file modified hub/dev/api.php 100644 → 100755
Empty file.
Empty file modified hub/dev/index.php 100644 → 100755
Empty file.
Empty file modified hub/dev/map.svg 100644 → 100755
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified hub/donate.php 100644 → 100755
Empty file.
Empty file modified hub/encodes.php 100644 → 100755
Empty file.
Empty file modified hub/faq.php 100644 → 100755
Empty file.
Empty file modified hub/index.php 100644 → 100755
Empty file.
24 changes: 8 additions & 16 deletions hub/navbar 100644 → 100755
@@ -1,16 +1,8 @@
<br />
<a href="//openings.moe">Main page</a>
<p>-</p>
<a href="//openings.moe/list/">Video list</a>
<p>-</p>
<a href="//openings.moe/hub/chat.php">Chat</a>
<p>-</p>
<a href="//openings.moe/hub/faq.php">F.A.Q</a>
<p>-</p>
<a href="//openings.moe/hub/dev/">Developer hub</a>
<p>-</p>
<a href="//openings.moe/hub/encodes.php">Submitting encodes</a>
<p>-</p>
<a href="//openings.moe/hub/donate.php">Donate</a>
<p>-</p>
<a href="//openings.moe/hub/">About us</a>
<a href="/">Main page</a>
<a href="/list/">Video list</a>
<a href="/hub/chat.php">Chat</a>
<a href="/hub/faq.php">F.A.Q</a>
<a href="/hub/dev/">Developer hub</a>
<a href="/hub/encodes.php">Submitting encodes</a>
<a href="/hub/donate.php">Donate</a>
<a href="/hub/">About us</a>
Empty file modified index.php 100644 → 100755
Empty file.
Empty file modified list/index.php 100644 → 100755
Empty file.
12 changes: 10 additions & 2 deletions list/list.css 100644 → 100755
@@ -1,4 +1,5 @@
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

a, a:visited, .fa-plus, .fa-remove {
text-decoration: none;
Expand All @@ -15,6 +16,8 @@ body {
margin-left: auto;
margin-right: auto;
padding: 45px;
/* Force scroll to avoid making the width change when searching */
overflow-y: scroll;
}

#box {
Expand Down Expand Up @@ -93,9 +96,9 @@ div div {

html {
color: #191919;
background-color: #E5E5E5;
background-color: #EEEEEE;
font-size: 14pt;
font-family: 'Ubuntu', sans-serif;
font-family: 'Lato', 'Ubuntu', sans-serif;
line-height: 1.5em;
}

Expand Down Expand Up @@ -203,3 +206,8 @@ html {
color: #AAA;
opacity: 1;
}

.series .name {
display: block;
border-bottom: solid 1px #AAAAAA;
}
Empty file modified list/list.js 100644 → 100755
Empty file.
Empty file modified main.js 100644 → 100755
Empty file.
Empty file modified names.php.sample 100644 → 100755
Empty file.
Empty file modified tools/cssgen.sh 100644 → 100755
Empty file.
Empty file modified tools/genNames.py 100644 → 100755
Empty file.
Empty file modified tools/processSubtitleZip.sh 100644 → 100755
Empty file.

1 comment on commit 1ce5f51

@QuadPiece
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Uh sorry about all the mode changes.
fkn git

Please sign in to comment.