File: default.css

package info (click to toggle)
cpprest 2.10.19-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,916 kB
  • sloc: cpp: 71,086; sh: 275; makefile: 170; javascript: 147
file content (97 lines) | stat: -rw-r--r-- 1,415 bytes parent folder | download | duplicates (7)
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
body
{
	width: 100%;
	height: 100%;
	font-family: Calibri;
	background-image: linear-gradient(20deg, white, #DDE6DF 62.6%, #24507C);
	background-repeat: no-repeat;
	background-size: 100% 100%; 
}

h4 {
    height:25px;
    text-align: center;
}

.Logo {
	width: 105.59px;
	height: 103.64px;
}

.searchBox {
}

.textclass
{
	width: 46%;
	font-family: "segoe ui";
}
	
.tftextbtn
{
	color: #fff;
	display: inline-block;
	background-color: rgb(230, 100, 0);
    font-family: "segoe ui";
}

.PictureGallery {
}

.mainPic {
}

.thumbnailPic {
}

.CurrentTemperature {
	vertical-align:middle;
	text-align: center;
	font-size: 75px;
}

.WeatherData {
}

.EventTitle {
    font-size: large;
}

.EventDescription {
    font-family:Helvetica;
   word-wrap:break-word;
   font-size:small;
}

a:link {text-decoration:none;}
td 
{
	vertical-align:top;
	valign:top;
}

.verticalLine {
    border-left: thick solid #ff0000;
}

.wrap-words {
    word-wrap:break-word;
}

.eventful-badge,
.eventful-badge * {
  margin: 0             !important;
  padding: 0            !important;
  border: 0             !important;
  text-align: center    !important;
  color: #CCC           !important;
  font-family: Arial    !important;
  text-decoration: none !important;
}

.eventful-medium {
  position: relative    !important;
  width: 100px          !important;
  font-size: 12px       !important;
  line-height: 13px     !important;
}