+#dashboard_content {
+ padding-top: 10px;
+}
+
#stats-container {
margin: 20px 0 20px 0;
}
font-family: 'adelle-sans';
font-weight: lighter;
word-wrap: break-word;
+ background: #333333;
}
.museo300 {
font-size: 1em;
}
+#content-container {
+ background: #ffffff;
+ padding-bottom: 10px;
+}
+
#main-header {
background: #333333;
color: #d4d4d4;
#global_footer {
line-height: 1.5em;
- padding: 20px 0 20px 0;
- margin-top: 20px;
- background: #333333;
color: #d4d4d4;
font-size: 0.8em;
+ padding: 20px 0 20px 0;
+}
+
+.footer-row {
+ margin-bottom: 10px;
}
label.inline-label
color: inherit;
}
+.dataTables_paginate {
+ float: left;
+}
+
.even {
background-color: #fafafa !important;
border-top: 1px solid #f0f0f0;
border-top: 1px solid #dfdfdf;
}
-div.message-container {
- margin: 20px 0 0 0;
-}
-
ul.socialaccount_providers {
list-style-type: none;
}
padding: 8% 5% 8% 5%;
color: #ffffff;
text-align: center;
- font-size: 3em;
+ font-size: 3.3em;
background-size: cover;
background-position: center center;
+ line-height: 1.5;
}
@media only screen and (max-width: 500px) {
#course-header
{
- margin: 20px 0 0 0;
+ padding: 20px 0 0 0;
}
#end-header
ACCOUNT_USER_DISPLAY = 'karmaworld.apps.users.models.user_display_name'
ACCOUNT_SIGNUP_FORM_CLASS = 'karmaworld.apps.users.forms.SignupForm'
ACCOUNT_DEFAULT_HTTP_PROTOCOL = 'https'
+LOGIN_REDIRECT_URL = '/'
AUTH_PROFILE_MODULE = 'users.UserProfile'
{% include 'header.html' %}
<!-- end include header -->
- <!-- block content -->
- {% block raw_content %}
- {% endblock %}
- <!-- end block content -->
+ <div id="content-container">
+ <!-- block content -->
+ {% block raw_content %}
+ {% endblock %}
+ <!-- end block content -->
+ </div>
<!-- include footer-->
{% include 'footer.html' %}
{% block pagescripts %}
{% endblock %}
<!-- end block pagescripts -->
-
+
{% include 'partial/trackers.html' %}
</body>
<footer id="global_footer" class="underline inherit-color">
<div class="row">
- <div id="footer-links-container" class="small-12 columns">
- <a href="{% url 'about' %}">About</a> | <a href="{% url 'terms' %}">Terms</a> | <a href="https://github.com/FinalsClub/karmaworld">Code</a> | <a href="http://www.reddit.com/r/KarmaNotes/">Discussion</a> <!--| <a href="#">Donate</a>-->
- </div><!--/footer_links_container-->
+ <div class="small-12 columns text-center footer-row">
+ <img src="{{ STATIC_URL }}img/global_header_logo.png" alt="KarmaNotes" />
+ </div>
</div>
-
+
+ <div class="row">
+ <div class="small-12 columns text-center footer-row museo700">
+ <a href="{% url 'about' %}">About</a> •
+ <a href="{% url 'terms' %}">Terms</a> •
+ <a href="https://github.com/FinalsClub/karmaworld">Code</a> •
+ <a href="http://www.reddit.com/r/KarmaNotes/">Discussion</a>
+ </div>
+ </div>
+
<div class="row">
- <div id="colophon">
- <div class="small-2 columns large-1">
- <img src="{{ STATIC_URL }}img/global_footer_cc_logo.png" id="cc_logo" alt="global_footer_cc_logo" width="30" height="30" align="left"/>
- </div>
- <div class="small-10 columns end">
- Unless otherwise noted, all content on this site is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons</a> Attribution-ShareAlike 3.0 Unported License.<br>
+ <div class="small-12 columns text-center footer-row">
+ Unless otherwise noted, all content on this site is licensed under a <a href="http://creativecommons.org/licenses/by-sa/3.0/us/">Creative Commons</a> Attribution-ShareAlike 3.0 Unported License.<br>
<a href="/">KarmaNotes.org</a> is a non-profit project brought to you by the <a href="http://finalsclub.org">Finals Club Foundation</a>.
- </div>
- </div><!--/colophon-->
+ </div>
</div>
+
+ <div class="row">
+ <div class="small-12 columns text-center footer-row">
+ <img src="{{ STATIC_URL }}img/global_footer_cc_logo.png" alt="Creative Commons"/>
+ </div>
+ </div>
+
</footer><!--/global footer-->
<button id="flag-button-disabled" class="modify-button disabled opentip"
data-ot="You've already reported this note"
{% include 'partial/opentip_settings.html' %}>
- <i class="fa fa-thumbs-up"></i> Report Note</button>
+ <i class="fa fa-flag"></i> Report Note</button>
{% else %}
- <button id="flag-button" class="modify-button"><i class="fa fa-thumbs-up"></i> Report Note</button>
+ <button id="flag-button" class="modify-button"><i class="fa fa-flag"></i> Report Note</button>
<button id="flag-button-disabled" class="modify-button disabled opentip hide"
data-ot="You've already reported this note"
{% include 'partial/opentip_settings.html' %}>
- <i class="fa fa-thumbs-up"></i> Report Note</button>
+ <i class="fa fa-flag"></i> Report Note</button>
{% endif %}
{% else %}
<button id="flag-button-disabled" class="modify-button disabled opentip"
data-ot="Log in to report this note"
{% include 'partial/opentip_settings.html' %}>
- <i class="fa fa-thumbs-up"></i> Report Note</button>
+ <i class="fa fa-flag"></i> Report Note</button>
{% endif %}
{% if user.is_authenticated %}