color: #ffffff;
text-align: center;
font-size: 3em;
- background-image: url('../img/banner_small.jpg');
background-size: cover;
background-position: center center;
}
+@media only screen and (max-width: 500px) {
+ #splash {
+ background-image: url('../img/banner_small.jpg');
+ }
+}
+
+@media only screen and (min-width: 501px) {
+ #splash {
+ background-image: url('../img/banner_large.jpg');
+ }
+}
+
@media only screen and (max-width: 40.063em) {
#splash {
font-size: 1.8em;
+++ /dev/null
-/* DASHBOARD */
-
-#dashboard_content
-{
- padding-top: 46px;
-}
-
-/* STATS */
-#stats_container
-{
- height: 210px;
- margin-bottom: 20px;
-}
-
-.stat_lead_in
-{
- padding-top: 25px;
- font-family: "MuseoSlab-900";
- font-size: 11px;
- text-transform: uppercase;
-}
-
-.stat_number
-{
- font-family: "MuseoSlab-900";
- font-size: 57px;
- padding-top: 5px;
-}
-
-.stat_object
-{
- font-family: "MuseoSlab-900";
- font-size: 13px;
- text-transform: uppercase;
-}
-
-.stat_earned
-{
- color: #f05a28;
-}
-
-.stat_uploaded
-{
- color: #9ccf00;
-}
-
-.stat_downloaded
-{
- color: #00cf9c;
-}
-
-.stat_liked
-{
- color: #009ccf;
-}
-
-/* ACTIVITY */
-
-.activity_item
-{
- margin: 20px 20px;
-}
-
-#activity_more
-{
- text-align: center;
- padding: 20px 0;
-}
-
-#no_activity
-{
- font-family: "MuseoSlab-900";
- font-size: 10px;
- color: #8e8e8e;
- margin-bottom: 20px;
-}
-
-#add-row-btn
-{
- cursor: pointer;
-}
-
-.correct-answer-flash
-{
- background-color: #67ff50;
-}
-
-.correct-answer
-{
- background-color: #b5ffaa;
-}
-
-.wrong-answer-flash
-{
- background-color: #ff3a3a;
-}
-
-.wrong-answer
-{
- background-color: #ffb4b4;
-}
-
-div.question ul
-{
- list-style-type: none;
-}
-