[extensions-web/wip/tomtryf/redesign: 7/18] Remove obsolete CSS classes



commit 52c70a7f782c04af2dd71235c46f484bc1eb18b0
Author: Tom Tryfonidis <tomtryf gnome org>
Date:   Fri Feb 17 17:46:40 2017 +0200

    Remove obsolete CSS classes

 sweettooth/static/css/style.css |  250 ---------------------------------------
 1 files changed, 0 insertions(+), 250 deletions(-)
---
diff --git a/sweettooth/static/css/style.css b/sweettooth/static/css/style.css
index 5dd4bac..5010a0c 100644
--- a/sweettooth/static/css/style.css
+++ b/sweettooth/static/css/style.css
@@ -46,17 +46,6 @@ a:visited {
     color: #fff !important;
 }
 
-/* Accessibility access */
-/* ========================================================================== */
-
-
-
-#accessibility_access {
-    position: absolute;
-    left: 0;
-    /* Not visible by default? */
-    top: -200px;
-}
 
 /* GNOME Header */
 /* ========================================================================== */
@@ -267,68 +256,6 @@ ul.login_popup_form li p {
     box-shadow: none;
 }
 
-
-
-/* -> subpages list */
-
-/*
- * This is not used right now, but allows to put links by the side of
- * the title of the page.
- */
- 
-.page_title .subpages_list {
-    list-style: none;
-    clear: left;
-    margin: 0;
-    padding-bottom: 4px;
-    display: table-cell;
-    text-align: right;
-    white-space: nowrap;
-    vertical-align: bottom;
-}
-.page_title .subpages_list li {
-    display: inline;
-    padding: 0;
-    margin: 0 0 0 0.5em;
-}
-.page_title .subpages_list li a {
-    color: inherit;
-    text-decoration: none;
-    padding: 3px 6px;
-}
-.page_title .subpages_list li a:active {
-    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-    box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-}
-.page_title .subpages_list li.current_page_item a {
-    font-weight: bold;
-}
-
-
-
-/* News Title */
-/* ========================================================================== */
-
-
-
-.news_title h1 {
-    margin-top: 0;
-    color: #333;
-    font-weight: normal;
-    font-size: 32px;
-    line-height: 100%;
-    letter-spacing: -0.04em;
-}
-.news_title .date {
-    margin: 0;
-    color: #3465a4;
-}
-
-
-
-
-
 /* Container */
 /* ========================================================================== */
 
@@ -338,183 +265,6 @@ ul.login_popup_form li p {
     color: #555;
 }
 
-/* Content specs */
-/* ========================================================================== */
-
-
-/*
- * -> Subtle boxes
- *
- * .subtle_box can be used inside grid classes to make simple box delimiters
- * (without grids inside of it) or as a child of container class to allow columns on it
- *
- * Examples:
- *
- * <div class="grid_3">
- *     <div class="subtle_box">Lorem ipsum dolor sit amet</div>
- * </div>
- *
- * <div class="container_12">
- *     <div class="subtle_box">
- *         <div class="grid_3 alpha">(...)</div>
- *         <div class="grid_9 omega">(...)</div>
- *     </div>
- * </div>
- *
- */
-
-.subtle_box {
-    margin: 0 0 20px;
-    padding: 9px;
-    background: #fff;
-    border: 1px solid #d3d7cf;
-    border-color: rgba(0,0,0,0.15);
-    -moz-border-radius: 8px;
-    -webkit-border-radius: 8px;
-    border-radius: 8px;
-    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
-}
-.subtle_box h4 {
-    margin: 0 0 10px;
-}
-
-/* -> Simple List */
-
-.simple_list {
-    margin: 0 0 20px;
-    padding: 0;
-    list-style: none;
-}
-.simple_list li {
-    border: 1px solid #eeeeec;
-    border-left: 0;
-    border-right: 0;
-    padding: 0;
-    margin: 0;
-}
-.simple_list li a {
-    padding: 3px 8px;
-    text-decoration: none;
-    display: block;
-    color: #888a85;
-}
-
-/* -> Definition Lists */
-
-dl dt {
-    font-weight: 700;
-}
-dl dt a {
-    color: inherit;
-}
-dl dt a:visited {
-    color: #ef8e4f;
-}
-
-/* -> Definition Lists with icons */
-
-/* Icons are defined as 48x48 pixels by default */
-
-dl.icon_list dt, dl.icon_list dd {
-    margin-left: 58px;
-}
-dl.icon_list dt img {
-    float: left;
-    width: 48px;
-    height: 48px;
-    margin: 0 10px 0 -58px;
-}
-
-
-/* -> Action Button */
-
-
-.action_button {
-    display: inline-block;
-    padding: 0 14px;
-    border: 1px solid #ccc;
-    margin-left:20px;
-    margin-right:20px;
-    background: #ececec url(../images/action_button-bg.png) center repeat-x;
-    -moz-border-radius: 15px;
-    -webkit-border-radius: 15px;
-    border-radius: 15px;
-    color: #2e3436;
-    text-shadow: 0 1px 0 #fff;
-    text-decoration: none;
-    line-height: 1.8;
-    -webkit-transition: background-position 100ms linear;
-    -moz-transition: background-position 100ms linear;
-    transition: background-position 100ms linear;
-    -moz-box-shadow: inset 0 1px 0 #fff;
-    -webkit-box-shadow: inset 0 1px 0 #fff;
-    box-shadow: inset 0 1px 0 #fff;
-    outline: none;
-}
-.action_button:hover {
-    background-position: top;
-    color: #000;
-}
-.action_button:visited {
-    color: inherit;
-}
-.action_button:active {
-    -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
-    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
-    box-shadow: inset 0 2px 3px rgba(0,0,0,0.4);
-    background-position: bottom;
-}
-
-
-
-
-/*
- * --> News list
- *
- * This is initially used in the home page for displaying the news
- *
- */
-
-.news_list {
-}
-
-.grid_4.news:first-child {
-    margin-left: 0;
-}
-
-.news_list .news strong {
-    display: block;
-    min-height: 54px;
-}
-
-.news_list .news {
-    margin-bottom: 20px;
-}
-.news_list .news .date {
-    font-family: 'Droid Serif', 'DejaVu Serif', Cambria, Georgia, serif;
-    color: #888a85;
-}
-.news_list .news a {
-    color: #555753;
-    display: block;
-    text-decoration: none;
-}
-.news_list .news a strong {
-    font-size: 18px;
-    color: #000;
-    line-height: 1.5;
-}
-.news_list .news a:hover strong {
-    text-decoration: underline;
-}
-
-.news_list .action_button {
-    float: right;
-    margin-bottom: 0.8em;
-}
-
 
 /* Footer */
 /* ========================================================================== */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]