mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-20 14:14:09 +01:00
git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@54 a4c988fc-2ded-0310-b66e-134b36920a42
346 lines
No EOL
6 KiB
CSS
346 lines
No EOL
6 KiB
CSS
/* Stylesheet for the main listing page */
|
|
|
|
body {
|
|
font-family: "Lucida Grande", Verdana, Geneva, Arial, sans-serif;
|
|
font-size: 12px;
|
|
line-height: 19px;
|
|
padding: 0px 10px;
|
|
margin: 0px;
|
|
background: #eee;
|
|
}
|
|
|
|
p {
|
|
padding: 2px;
|
|
}
|
|
|
|
|
|
a, a:link, a:active, a:visited {
|
|
color: #cc3334;
|
|
text-decoration: none;
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
}
|
|
|
|
a:hover {
|
|
color: #fff;
|
|
background-color: #cc3334;
|
|
}
|
|
|
|
/* Structural divs */
|
|
|
|
#display_box {
|
|
float: left;
|
|
width: 450px;
|
|
margin: 0px 15px 50px 15px;
|
|
}
|
|
|
|
#display_box_projects {
|
|
float: left;
|
|
width: 820px;
|
|
margin: 0px 15px 50px 15px;
|
|
}
|
|
|
|
/* Navigation links at the top */
|
|
|
|
#navcontainer {
|
|
margin: 15px;
|
|
width: 822px;
|
|
}
|
|
|
|
#navlist {
|
|
margin: 0;
|
|
padding: 0 0 20px 10px;
|
|
border-bottom: 1px solid #000;
|
|
}
|
|
|
|
#navlist ul, #navlist li {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: inline;
|
|
list-style-type: none;
|
|
}
|
|
|
|
#navlist a:link, #navlist a:visited {
|
|
float: left;
|
|
line-height: 14px;
|
|
font-weight: bold;
|
|
margin: 0 10px 4px 10px;
|
|
text-decoration: none;
|
|
color: #999;
|
|
}
|
|
|
|
#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
|
|
border-bottom: 4px solid #000;
|
|
padding-bottom: 2px;
|
|
background: transparent;
|
|
color: #000;
|
|
}
|
|
|
|
#navlist a:hover { color: #000; }
|
|
|
|
.contexts {
|
|
padding: 0px 5px 2px 5px;
|
|
border: 1px solid #999;
|
|
margin: 0px 0px 15px 0px;
|
|
background: #fff;
|
|
}
|
|
|
|
.contexts h2 {
|
|
background: #CCC;
|
|
padding: 5px;
|
|
margin-top: 0px;
|
|
margin-left: -5px;
|
|
margin-right: -5px;
|
|
color: #fff;
|
|
text-shadow: rgba(0,0,0,.4) 0px 2px 5px;
|
|
}
|
|
|
|
h2 a, h2 a:link, h2 a:active, h2 a:visited {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
h2 a:hover {
|
|
color: #cc3334;
|
|
background-color: transparent;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#input_box {
|
|
margin-left: 490px;
|
|
margin-top: 20px;
|
|
width: 313px;
|
|
padding: 0px 15px 0px 15px;
|
|
/* border: 1px solid #999; */
|
|
}
|
|
|
|
#input_box h2 {
|
|
/* background: #CCC;
|
|
padding: 5px;
|
|
margin: 0px;
|
|
margin-left: -15px;
|
|
margin-right: -15px;
|
|
text-shadow: rgba(0,0,0,.4) 0px 2px 5px; */
|
|
color: #999;
|
|
|
|
}
|
|
|
|
.box {
|
|
float: left;
|
|
width: 20px;
|
|
}
|
|
|
|
.description {
|
|
margin-left: 25px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.tools {
|
|
margin-left: 25px;
|
|
width: 40px;
|
|
border-top: 1px solid #999;
|
|
}
|
|
|
|
#footer {
|
|
clear: both;
|
|
font-size: 0.6em;
|
|
text-align: center;
|
|
color: #999;
|
|
margin: 20px 20px 5px 20px;
|
|
padding: 0px;
|
|
}
|
|
|
|
/* The notes which may be attached to an item */
|
|
.notes {
|
|
margin: 5px 20px;
|
|
padding: 3px;
|
|
border: 1px solid #F5ED59;
|
|
background: #FAF6AE;
|
|
color: #666666;
|
|
}
|
|
|
|
.notes p, .notes li {
|
|
padding: 1px 5px;
|
|
margin: 0px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
.notes ul {
|
|
list-style-type: disc;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.notes ol {
|
|
list-style-type: decimal;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
/* The alert box notifications */
|
|
.confirmation {
|
|
margin: 20px 50px 20px 490px;
|
|
border: 1px solid #007E00;
|
|
background-color: #c2ffc2;
|
|
padding: 5px;
|
|
color: #007E00;
|
|
text-align: center;
|
|
}
|
|
|
|
.warning {
|
|
margin: 20px 50px 20px 490px;
|
|
border: 1px solid #ED2E38;
|
|
background-color: #F6979C;
|
|
padding: 5px;
|
|
color: #ED2E38;
|
|
text-align: center;
|
|
}
|
|
|
|
/* Draw attention to some text
|
|
Same format as traffic lights */
|
|
.red {
|
|
color: #fff;
|
|
background: #f00;
|
|
padding: 1px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.amber {
|
|
color: #fff;
|
|
background: #ff6600;
|
|
padding: 1px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.green {
|
|
color: #fff;
|
|
background: #33cc00;
|
|
padding: 1px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
.grey {
|
|
color: #fff;
|
|
background: #999;
|
|
padding: 1px;
|
|
font-size: 10px;
|
|
}
|
|
|
|
/* Shows the number of undone next action */
|
|
.badge {
|
|
color: #fff;
|
|
background: #f00;
|
|
padding: 5px;
|
|
font-size: 16px;
|
|
margin: 10px 10px 0px 0px;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
margin-left: -25px;
|
|
}
|
|
|
|
li {
|
|
font-size: 1.1em;
|
|
padding: 3px 0px;
|
|
}
|
|
|
|
.even_row {
|
|
background: #fff;
|
|
}
|
|
|
|
.odd_row {
|
|
background: #EDF3FE;
|
|
}
|
|
|
|
table.list {
|
|
border: 1px solid #999;
|
|
}
|
|
|
|
.next_actions td {
|
|
border: none;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
/* Form elements */
|
|
form {
|
|
border: 1px solid #CCC;
|
|
padding: 10px;
|
|
margin: 0px;
|
|
width: 313px;
|
|
}
|
|
|
|
label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
input {
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.feed {
|
|
font-family: verdana, sans-serif;
|
|
font-size: 10px;
|
|
font-weight:bold;
|
|
text-decoration:none;
|
|
color: white;
|
|
background-color: #F60;
|
|
border:1px solid;
|
|
border-color: #FC9 #630 #330 #F96;
|
|
padding:0px 3px 0px 3px;
|
|
margin:0px;
|
|
}
|
|
|
|
/* Popup calendar styles */
|
|
|
|
#calNavPY, #calNavPM {border:1px #999 solid}
|
|
#calNavNM, #calNavNY { border:1px #999 solid}
|
|
|
|
#calNav td, #calNav td a {
|
|
text-align:center;
|
|
font-family:"Lucida Grande", Verdana, Geneva, Arial, sans-serif;
|
|
font-size:12px;
|
|
font-weight:bold;
|
|
background-color:#eaeaea;
|
|
text-decoration:none
|
|
}
|
|
|
|
#calNav td a,#calNav td a:visited,#calTbl td a,#calTbl td a:visited {color:#cc3334 }
|
|
#calNav td a:hover,#calTbl td a:hover { color:#fff; background:#cc3334; }
|
|
#calNav {margin-bottom:5px;width:100%}
|
|
#calTbl {width:100%}
|
|
#calTbl td {text-align:center;font-family:"Lucida Grande", Verdana, Geneva, Arial, sans-serif;font-size:11px;border:1px #ccc solid}
|
|
|
|
#calTbl thead td {
|
|
font-weight:bold;
|
|
background-color:#eaeaea;
|
|
padding: 2px;
|
|
border:1px #ccc solid
|
|
height: auto;
|
|
}
|
|
|
|
#calDiv {
|
|
border:1px solid #ccc;
|
|
padding:2px;
|
|
width:200px;
|
|
position:absolute;
|
|
z-index:276;
|
|
top:300px;
|
|
left:300px;
|
|
background-color:#fff
|
|
}
|
|
|
|
#calTopBar {
|
|
background-color:#ccc;
|
|
color:#fff;
|
|
padding:2px;
|
|
text-align:right;
|
|
font-family:"Lucida Grande", Verdana, Geneva, Arial, sans-serif;
|
|
font-size:11px;
|
|
font-weight:bold;
|
|
width:100%
|
|
}
|
|
|
|
#calClose {
|
|
padding:0px 2px;border:1px #fff solid;cursor:pointer;cursor:hand
|
|
}
|
|
|
|
#calPic {cursor:hand} |