source: main/trunk/model-sites-dev/respooled/collect/popup-video-respooled/style/about-sub.css@ 29863

Last change on this file since 29863 was 29863, checked in by davidb, 9 years ago

First cut at respooled site/collection

File size: 1.8 KB
Line 
1.sub {
2 color: rgb(96,96,96);
3 font-size: 20px;
4 padding: 10px;
5 font-weight:100;
6 margin:10px 0px;
7 text-shadow: 0px 1px 1px rgba(32,32,32,0.2);
8 /* text-align:center; */
9}
10.sub a, .sub a:link, .sub a:visited, .sub a:active {
11 font-weight:bold;
12 color: rgb(128,160,255);
13 text-decoration: none;
14}
15.sub a:hover {
16 color: rgb(160,192,255);
17}
18
19.source a {
20 color: rgb(255,96,96);
21}
22.source a:link, .source a:visited, .source a:active {
23 color: rgb(255,96,96);
24}
25.source a:hover {
26 color: rgb(255,128,128);
27}
28
29
30.about {
31 position: relative;
32 max-width: 700px;
33 margin: 30px auto;
34}
35
36.about .header
37{
38 background-color:rgba(32,64,128,0.5);
39 border-radius: 10px 10px 0px 0px;
40 color:rgb(255,255,255);
41 text-shadow:0px 1px 0px rgb(96,96,96);
42 position: relative;
43 max-width: 600px;
44 margin: 0 auto;
45 font-size: 25px;
46 font-weight: bold;
47 padding: 20px;
48 text-align:center;
49}
50
51.about .contents
52{
53 font-size: 16px;
54 line-height: 20px;
55 background-color: rgb(255,255,255);
56 font-weight: 200;
57 padding: 20px;
58 text-align: left;
59 position: relative;
60 color: rgb(32,32,32);
61 text-shadow: 0px 1px 0px rgb(224,224,224);
62 box-shadow: 0px 5px 10px rgba(32,32,32,0.5);
63 -webkit-box-shadow: 0px 5px 10px rgba(32,32,32,0.5);
64 border: 1px solid rgb(192,192,192);
65}
66
67.about .footer {
68 background-color:rgba(32,64,128,0.5);
69 border-radius: 0px 0px 10px 10px;
70 color:rgb(255,255,255);
71 position: relative;
72 max-width: 600px;
73 margin: 0 auto;
74 font-weight: bold;
75 padding: 20px;
76}
77
78.about a, .about a:link, .about a:visited, .about a:active
79{
80 font-weight:bold;
81 color: rgb(224,96,32);
82 text-decoration: none;
83}
84
85.about a:hover
86{
87 color: rgb(224,128,64);
88}
89
Note: See TracBrowser for help on using the repository browser.