summaryrefslogtreecommitdiff
path: root/gentoobrowse/css/screen.css
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse/css/screen.css')
-rw-r--r--gentoobrowse/css/screen.css244
1 files changed, 0 insertions, 244 deletions
diff --git a/gentoobrowse/css/screen.css b/gentoobrowse/css/screen.css
deleted file mode 100644
index ceb0fa6..0000000
--- a/gentoobrowse/css/screen.css
+++ /dev/null
@@ -1,244 +0,0 @@
-html {
- background: white url('/images/simple-blue-wave.jpg') no-repeat left top;
- font-family: 'Open Sans', sans-serif;
- padding: 0;
- margin: 0;
- color: black;
-}
-body {
- background: transparent url('/images/glogo-small.png') no-repeat 0 0;
- font-size: 11px;
- margin: 10px 40px 10px 10px;
- padding: 0;
-}
-header h1 {
- font-family: 'Salsa', cursive, sans-serif;
- font-style: italic;
- font-weight: bold;
- font-size: 45px;
- margin: 0px 160px 10px;
- padding-top: 10px;
- border-bottom: 1px solid black;
- height: 66px;
- letter-spacing: -4px;
-}
-nav ul {
- font-size: 15px;
- text-align: center;
- margin: 10px;
-}
-nav li {
- padding: 0px 7px;
- display: inline;
-}
-h2 {
- padding: 0;
- margin: 0;
- font-size: 18px;
-}
-p.summary {
- text-align: justify;
-}
-p.error {
- color: red;
-}
-a, a:visited {
- color: blue;
-}
-a:active, a:focus {
- outline: 0;
-}
-nav {
- clear: both;
-}
-#news {
- width: 130px;
- padding: 5px;
- float: left;
-}
-#news ul {
- padding-left: 15px;
-}
-#content {
- padding: 5px;
-}
-footer {
- clear: both;
- padding: 20px;
-}
-article#content {
- margin-left: 150px;
-}
-
-/* New ebuilds */
-article#content section.newebuilds {
- float: left;
-}
-section.newebuilds {
- width: 33%;
-}
-.newebuilds h3 {
- display: block;
- text-align: center;
- margin: 2px;
-}
-.newebuilds ul {
- margin: 0px;
- padding: 0 0 0 15px;
-}
-.newebuilds p {
- margin: 0 0 2px 0;
-}
-.synctime {
- font-size: 10px;
- padding-left: 6px;
-}
-
-/* Popup forms */
-form#login {
- width: 200px;
- margin-left: -100px;
- display: none;
-}
-form#search {
- width: 300px;
- margin-left: -150px;
- display: none;
-}
-form.popup {
- position: fixed;
- background-color: #ededff;
- border: 1px solid #a0a0ff;
- padding: 20px;
- left: 50%;
- top: 25%;
- box-shadow: 8px 8px 8px #bbb;
- border-radius: 10px;
-}
-form.popup .title {
- font-size: 14px;
- font-weight: bold;
- margin: 0px;
- padding-bottom: 3px;
-}
-form.popup input.submit {
- width: 80px;
- border: 1px solid #a0a0ff;
- color: #3030aa;
- background-color: #ddddff;
- margin-bottom: 0px;
- float: right;
- border-radius: 3px;
- margin-left: 10px;
-}
-form.popup input {
- display: block;
- border: 1px solid #aaaaff;
- border-radius: 3px;
- width: 100%;
- margin-bottom: 4px;
- padding: 2px;
-}
-
-/* Package details */
-.ver {
- font-size: large;
- padding: 5px 20px;
- white-space: nowrap;
-}
-.masked {
- color: red;
- font-weight: bold;
-}
-#urls {
- float: right;
- margin: 8px 30px;
-}
-#urls a {
- display: block;
-}
-
-p.disclaimer, .poweredby {
- text-align: center;
- color: gray;
- font-size: 10px;
- margin: 10px;
- display: block;
-}
-.poweredby ul {
- display: inline;
- padding: 0;
-}
-.poweredby ul li {
- display: inline;
- padding: 0px 3px;
-}
-.warning {
- color: red;
- font-weight: bold;
-}
-.tracked {
- font-weight: bold;
-}
-#dotrack, #dountrack {
- font-size: 8px;
- margin: 0 10px;
-}
-
-/* Package detail tabs */
-ul.ui-tabs-nav {
- padding-left: 16px;
- white-space: nowrap;
- margin-bottom: 0;
-}
-ul.ui-tabs-nav li a {
- text-decoration: none;
- padding: 0 8px 0 10px;
-}
-ul.ui-tabs-nav li {
- font-weight: normal;
- background-color: white;
- display: inline;
- padding: 0;
- font-size: 11px;
- border: 1px solid grey;
- margin: 0 2px;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
-}
-ul.ui-tabs-nav li.ui-tabs-selected {
- border-bottom: 1px solid #eeeeee;
- background: #eeeeee;
-}
-section.ui-tabs-panel {
- display: block;
- padding: 10px 20px;
- border: 1px solid grey;
- box-shadow: 8px 8px 8px #bbb;
- margin: 0 10px;
- background: #eeeeee;
- border-radius: 5px;
-}
-section.ui-tabs-hide {
- display: none;
-}
-
-/* Search results accordian */
-h3.ui-accordion-header {
- margin: 2px;
- box-shadow: none;
- outline: none;
-}
-h3.ui-accordion-header a {
- text-decoration: none;
- color: black;
-}
-.accordionpane {
- padding: 10px;
- border: 1px solid grey;
- box-shadow: 8px 8px 8px #bbb;
- margin-top: 10px;
- margin-right: 30px;
- background: #eeeeee;
- border-radius: 5px;
-}