Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: anwiki/_override-static/global/global/css/topics.css

Issue 9269015: CSS and sprites for the new contribute page (Closed)
Patch Set: Created Jan. 28, 2013, 5:18 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 #toc
2 {
3 text-align: center;
4 margin-bottom: 50px;
5 }
6
7 .topic-small
8 {
9 display: inline-block;
10 width: 110px;
11 min-height: 90px;
12 text-align: center;
13 vertical-align: top;
14 padding: 10px;
15 margin: 5px;
16 text-decoration: none;
17 border: 1px solid #D9D9D9;
18 border-radius: 5px;
19 box-shadow: 1px 1px 0 0 #D9D9D9;
20 background-color: white;
21 }
22
23 .topic-small .sprite
24 {
25 width: 50px;
26 height: 50px;
27 }
28
29 .topic-small p
30 {
31 margin: 0px;
32 font-size: 14px;
33 }
34
35 #list
36 {
37 text-align: center;
38 }
39
40 .topic
41 {
42 position: relative;
43 margin: 0 auto 20px auto;
44 text-align: left;
45 border-top: 1px solid #7D7D7D;
46 }
47
48 html[dir="rtl"] .topic
49 {
50 text-align: right;
51 }
52
53 .topic.first
54 {
55 border-top: none;
56 }
57
58 .topic .sprite
59 {
60 position: absolute;
61 top: 25px;
62 width: 113px;
63 height: 113px;
64 margin-left: -150px;
65 margin-right: 0px;
66 }
67
68 html[dir="rtl"] .topic .sprite
69 {
70 margin-right: -150px;
71 margin-left: 0px;
72 }
73
74 .topic .description
75 {
76 display: inline;
77 }
78
79 .topic .description .longtext
80 {
81 margin-top: 10px;
82 }
OLDNEW

Powered by Google App Engine
This is Rietveld