aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/archivalook/static/css/featured-media.css
blob: 12a3ebff570f0cc350cb73b83fa65ede23a6fa4f (plain)
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
.primary-feature    {
    display:inline-block;
    width: 460px;
    padding:10px;
    margin:0px 0px 0px 160px;
    border-right: 1px solid #222;
    border-left: 1px solid #222;
}

.primary-feature .f-title {
    text-align:center;
}
.primary-feature .f-description {
    
}
.primary-feature .f-display {
    width: 300px;
    margin: 5px auto;
}
.primary-feature .f-display img {
    width: 300px;
}
.primary-feature .f-display video {
    width: 300px;
    margin: 5px auto;
    display: block;
}
.primary-feature a {
    text-decoration:none;
    
}
.primary-feature p {
    display:block;
    margin: 5px auto;
}

.secondary-feature   {
    display:inline-block;
    width: 800px;
    padding:10px;
    margin: 0 auto;   
    font-size:85%;
    border-top: 1px solid #222; 
}
.secondary-feature .f-title, 
.secondary-feature .f-description {
    width:500px;
}
.secondary-feature .f-display {
    width: 250px;
    margin: 20px 25px 20px 0;
}
.secondary-feature .f-display img {
    width: 200px;
}

.secondary-feature .f-display audio {
    width: 250px;
    display: block;
}

.secondary-feature .f-display video {
    width: 200px;
}

.secondary-feature a {
    text-decoration:none;
}
.secondary-feature p {
    display:inline-block;
    margin:5px;
}

.f-title {
    color:#ffffff;
    font-size:150%;
}

.aligned-right .f-display,
.aligned-right .f-description,
.aligned-right .f-title {
  float: right;
}
.aligned-left .f-display,
.aligned-left .f-description,
.aligned-left .f-title {
  float: left;
}

.tertiary-features   {
    display:inline-block;
    width: 802px;
    padding:10px;
    margin: 10 auto;   
    font-size:65%;
    border-top: 0.5px solid #222;
}

.tertiary-features tr td {
    width: 254px;
    padding: 20px 15px;
}

.tertiary-features tr td.row_first {
    text-align: left;
}

.tertiary-features tr td.row_center {
    text-align: center;
}

.tertiary-features tr td.row_last {
    text-align: right;
}

.tertiary-features tr td p, .tertiary-features tr td a, {
    display:block;
    width: 250px;
    text-decoration:none;
    float: left;
}

div.navigation-sidebar {
    display:inline-block;
    float:right;
    font-size:1.25em;
    padding:20px 10px 10px 10px;
}
div.navigation-sidebar a {
    display: block;
    margin: 3px 0 0 0;
}

select.media_select {
    width: 800px;
    height: 400px;
}

.frontpage-container {
    width: 800px;
    margin: 0 auto;
}

form#featured-media-panel div textarea {
    width: 800px;
    margin: 0 auto;
    font-size:1.15em;
    height: 15em;
    font-weight: 0.3;
    resize: none;
    padding: 5px 25px;
    color: #111;
    line-height: 1.25em;
}