/usr/lib/Wt/examples/planner/planner.css is in witty-examples 3.3.0-1build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | .Wt-domRoot {
position: static;
}
.entry-dialog {
font-family: Arial,Sans-serif;
font-weight: bold;
padding: 3px;
}
.entry-dialog textarea {
width: 250px;
}
.entry-dialog .line {
margin: 3px 0px;
}
.entry-dialog .line input {
margin: 0px 3px;
}
.entry-dialog .buttons {
text-align: center;
padding-top: 5px;
}
.entry-dialog button {
margin: 0px 5px;
padding: 0px 5px;
}
.all-entries-dialog-entries {
text-align: left;
padding: 5px;
}
.all-entries-dialog-entries span {
display: block;
}
.all-entries-dialog-button {
text-align: center;
padding: 5px;
}
.login {
position:absolute;
top: 50%;
left: 50%;
margin-top: -3em;
margin-left: -4em;
width: 250px;
}
.login label {
font-weight: bold;
padding-right: 5px;
}
.captcha {
font-style: italic;
font-size: small;
padding-top: 10px;
width: 200px;
margin: 5px auto;
}
.captcha canvas {
background: #F3F9FF;
}
.calendar {
width: 750px;
margin: 50px auto;
}
.cell {
white-space: nowrap;
font-size: 10pt;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
}
.cell span {
display: block;
}
.cell-header {
font-weight: bold;
background-color: #C3D9FF;
color: black;
padding: 0px 3px;
}
.cell-extra {
color: blue;
text-decoration: underline;
text-align: center;
}
/* This is needed for IE6 */
body {
height: 100%;
}
|