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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: anwiki/_override-static/global/global/css/topics.css
===================================================================
new file mode 100644
--- /dev/null
+++ b/anwiki/_override-static/global/global/css/topics.css
@@ -0,0 +1,82 @@
+#toc
+{
+ text-align: center;
+ margin-bottom: 50px;
+}
+
+.topic-small
+{
+ display: inline-block;
+ width: 110px;
+ min-height: 90px;
+ text-align: center;
+ vertical-align: top;
+ padding: 10px;
+ margin: 5px;
+ text-decoration: none;
+ border: 1px solid #D9D9D9;
+ border-radius: 5px;
+ box-shadow: 1px 1px 0 0 #D9D9D9;
+ background-color: white;
+}
+
+.topic-small .sprite
+{
+ width: 50px;
+ height: 50px;
+}
+
+.topic-small p
+{
+ margin: 0px;
+ font-size: 14px;
+}
+
+#list
+{
+ text-align: center;
+}
+
+.topic
+{
+ position: relative;
+ margin: 0 auto 20px auto;
+ text-align: left;
+ border-top: 1px solid #7D7D7D;
+}
+
+html[dir="rtl"] .topic
+{
+ text-align: right;
+}
+
+.topic.first
+{
+ border-top: none;
+}
+
+.topic .sprite
+{
+ position: absolute;
+ top: 25px;
+ width: 113px;
+ height: 113px;
+ margin-left: -150px;
+ margin-right: 0px;
+}
+
+html[dir="rtl"] .topic .sprite
+{
+ margin-right: -150px;
+ margin-left: 0px;
+}
+
+.topic .description
+{
+ display: inline;
+}
+
+.topic .description .longtext
+{
+ margin-top: 10px;
+}

Powered by Google App Engine
This is Rietveld