summaryrefslogtreecommitdiff
path: root/static/css/pypi.css
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-06-18 10:38:39 -0400
committerDonald Stufft <donald@stufft.io>2013-06-18 10:38:39 -0400
commit834648da73982393ecfdd008b8ecf8e7cf4df4a0 (patch)
tree779f32aab779e094588010009b7638a9c0c58630 /static/css/pypi.css
parent6dad02fbf1bedf8485235435a9ff7617740f98bf (diff)
downloaddecorator-834648da73982393ecfdd008b8ecf8e7cf4df4a0.tar.gz
Move all static files into the static/ sub directory
Diffstat (limited to 'static/css/pypi.css')
-rw-r--r--static/css/pypi.css297
1 files changed, 297 insertions, 0 deletions
diff --git a/static/css/pypi.css b/static/css/pypi.css
new file mode 100644
index 0000000..f61f2ec
--- /dev/null
+++ b/static/css/pypi.css
@@ -0,0 +1,297 @@
+/*
+Style information specific to the Cheese Shop web interface.
+
+$id$
+*/
+td.content {
+ padding: 2px;
+}
+p.ok {
+ background-color: #22bb22;
+ padding: 5 5 5 5;
+ color: white;
+ font-weight: bold;
+}
+p.error {
+ background-color: #bb2222;
+ padding: 5 5 5 5;
+ color: white;
+ font-weight: bold;
+}
+
+/* style for forms */
+table.form {
+ padding: 2;
+ border-spacing: 0px;
+ border-collapse: separate;
+}
+
+table.form th {
+ color: #333388;
+ text-align: right;
+ vertical-align: top;
+ font-weight: normal;
+ padding-right: 0.5em;
+}
+
+table.form th.header {
+ font-weight: bold;
+ text-align: left;
+}
+
+table.form th.required {
+ font-weight: bold;
+}
+
+table.form td {
+ color: #333333;
+ empty-cells: show;
+ vertical-align: top;
+}
+
+table.form td.optional {
+ font-weight: bold;
+ font-style: italic;
+}
+
+/* style for lists */
+table.list {
+ border-spacing: 0px;
+ border-collapse: separate;
+ width: 100%;
+}
+
+table.list th {
+ text-align: left;
+ padding: 2px 4px 2px 4px;
+ color: #333;
+ background-color: #ccc;
+ border-bottom: 1px solid #ccc;
+ vertical-align: top;
+ empty-cells: show;
+}
+table.list th a[href]:hover { color: #404070 }
+table.list th a[href]:link { color: #404070 }
+table.list th a[href] { color: #404070 }
+table.list th.group {
+ background-color: #f4f4ff;
+ text-align: center;
+}
+
+table.list td {
+ padding: 2px 4px 2px 4px;
+ border: 0px 2px 0px 2px;
+ border-right: 1px solid #ccc;
+ color: #333;
+ background-color: white;
+ vertical-align: top;
+ empty-cells: show;
+}
+
+table.list tr.normal td {
+ background-color: white;
+}
+
+table.list tr.odd td {
+ background-color: #efefef;
+}
+
+table.list td#last {
+ border-top: 1px solid #ccc;
+ border-left: none;
+ border-right: none;
+}
+
+table.list tr:first-child td,
+table.list tr:first-child th {
+ border-top: 1px solid #ccc;
+}
+table.list td:first-child {
+ border-left: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+}
+
+table.list tr.navigation th {
+ text-align: right;
+}
+table.list tr.navigation th:first-child {
+ border-right: none;
+ text-align: left;
+}
+
+/* style for role lists */
+table.roles {
+ border-spacing: 0px;
+ border-collapse: separate;
+ width: 100%;
+}
+
+table.roles th.header{
+ padding-top: 10px;
+ border-bottom: 1px solid gray;
+ font-weight: bold;
+ background-color: white;
+ color: #707040;
+}
+
+table.roles th {
+ border-bottom: 1px solid #afafaf;
+ font-weight: bold;
+ text-align: left;
+}
+
+table.roles td {
+ vertical-align: top;
+ empty-cells: show;
+}
+
+
+/* style for history displays */
+table.history {
+ border-spacing: 0px;
+ border-collapse: separate;
+}
+
+table.history th.header{
+ padding-top: 10px;
+ border-bottom: 1px solid gray;
+ font-weight: bold;
+ background-color: white;
+ color: #707040;
+ font-size: 100%;
+}
+
+table.history th {
+ border-bottom: 1px solid #afafaf;
+ font-weight: bold;
+ text-align: left;
+ font-size: 90%;
+ padding-right: 1em;
+}
+
+table.history td {
+ font-size: 90%;
+ vertical-align: top;
+ empty-cells: show;
+ padding-right: 1em;
+}
+
+table.history tr.last td {
+ border-bottom: 1px solid gray;
+}
+
+ul.nodot {
+ list-style-type: none;
+}
+
+
+
+.floating-box {
+float: right;
+}
+
+.homepage-box h4, #document-project-url h4, .externallinks h4
+{
+font-family: Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
+font-size: 88%;
+font-weight: bold;
+padding: 3px 0 4px 12px;
+margin-bottom:8px;
+border-bottom:3px solid #d5ad42;
+background-color: #F4F4F4;
+text-align: left;
+z-index: 0;
+-moz-border-radius-topleft: 16px;
+}
+
+#document-project-url h4, .homepage-box h4, .externallinks h4 {
+-moz-border-radius-topleft:11px;
+background-color:#376A94;
+color:#FFFFFF;
+font-family:Arial,Verdana,Geneva,"Bitstream Vera Sans",Helvetica,sans-serif;
+font-size:94%;
+font-weight:bold;
+margin:0;
+padding:3px 0 4px 12px;
+text-align:left;
+z-index:0;
+}
+
+#document-project-url
+{
+font-family: Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
+font-size: 98%;
+text-align: left;
+color: #3C4B6B;
+background-color: #F7F6F0;
+width: 15em;
+border: 1px solid #B7BECC;
+z-index: 999;
+float:right;
+margin: 0 12px 12px 12px;
+padding-bottom: 10px;
+list-style:none;
+-moz-border-radius-topleft: 12px;
+-moz-border-radius-bottomright: 12px;
+}
+
+#document-project-url ul
+{
+list-style: none;
+display: block;
+border:0;
+padding: 0;
+margin: 0 3em 0 1.1em;
+color: #3C4B6B;
+background: none;
+width: auto;
+font-size: 103%;
+font-family: Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif;
+}
+
+#document-project-url a:link, #document-project-url a:visited
+{
+color:#3C4B6B;
+text-decoration: none;
+}
+
+#document-project-url a:hover
+{
+color: #000000;
+text-decoration: underline;
+}
+
+#document-project-url h4 a:link, #document-project-url h4 a:visited
+{
+color: #FFFFFF;
+}
+
+
+#document-project-url h4 a:hover
+{
+color: #FFFFFF;
+
+}
+#document-project-url form {
+margin:12px;
+}
+#document-project-url input {
+margin-top:3px;
+}
+
+#document-navigation ul {
+ /* bit too squeezy with the default large padding */
+ margin: 0px;
+}
+
+#document-navigation a {
+ border-bottom: none;
+}
+
+#document-navigation a:link {
+ text-decoration: underline;
+}
+
+#document-navigation a:visited {
+ text-decoration: underline;
+}