From 7e460db9a4c8e5204ae43322214b01a1436d8e97 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 20:14:14 +0530 Subject: [PATCH 1/5] front pages --- edgware/static/css/files/faq.css | 2 +- edgware/templates/main/faq.html | 19 +++++++++++++------ 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/edgware/static/css/files/faq.css b/edgware/static/css/files/faq.css index f6c6cd2..9726b52 100644 --- a/edgware/static/css/files/faq.css +++ b/edgware/static/css/files/faq.css @@ -15,6 +15,6 @@ h5 { .q1 { font-weight:bold; bottom-margin: 5px; - top-margin: 10px; + top-margin: 25px; display:block; } \ No newline at end of file diff --git a/edgware/templates/main/faq.html b/edgware/templates/main/faq.html index ae93c6b..d2629cb 100644 --- a/edgware/templates/main/faq.html +++ b/edgware/templates/main/faq.html @@ -17,15 +17,22 @@
FAQs

Q. Why do I need to login in order to use the printing tools?

- A. This helps establish which documents you have permissions to modify or edit. To do this anonymously or to test, use username: "guest", password: "guest". + A. This helps establish which documents you have permissions to modify or edit. To do this anonymously or to test, use username: "guest", password: "guest". Any content you create as "guest" is not archived and will be periodically deleted. -

Q. How do I get a username / login then?

- A. For now, write to us at contact@edgwareroad.org. At a later point registration will be possible through the website. +

Q. How do I signup for my own username / login then?

+ A. For now, write to us at contact(@)edgwareroad.org. At a later point registration will be possible through the website. -

Q. Why the name and url edgwareroad.org?

+

Q. Why the name and url edgwareroad.org?

A. This project was inspired by our work on the road, and the work of others in the neighbourhood. It is an idea of naming based on an engagement with something, rather than on owning or representing that thing. CAMP and the Centre for Possible Studies plan to pass on the functioning of this website to people working locally (who would similarly be people interested in, rather than owners or representatives of, the area). - - +

Q. So do all publications I make or things I upload need to be related to the Edgware Road?

+ A. The current instance of this tool is set up for use as part of the Edgware Road Project. A more general-use version will be made available elsewhere, soon. The software ofcourse is available freely, at http://code.camputer.org/edgware so you could always set up your own. +

Q. What about copyright/licencing?

+ A. We presume that all users have the required permissions to publish any content that they upload to this website. Publications further generated via this website are made available under a CC-BY-SA license. One objective of this project is to make a more public platform for art and research materials to circulate in. + +

Q. What kinds of publications are planned using the website.

+ A. The Edgware Road Project is producing a series of pamphlets and volumes, under the title of Possible Studies. Yours could be one of them. Write to us at contact(@)edgwareroad.org. + + {% endblock %} From d1ee1d3aa611017f3bd8f94731db51031bea8a1d Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 20:19:03 +0530 Subject: [PATCH 2/5] frontpages --- edgware/static/css/files/login.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/files/login.css b/edgware/static/css/files/login.css index 2b9441b..1b46a5d 100644 --- a/edgware/static/css/files/login.css +++ b/edgware/static/css/files/login.css @@ -1,7 +1,10 @@ #loginWrapper { - padding: 30px 0 30px 90px; - width: 30%; + padding: 10px 20px 10px 20px; + margin-left:40%; + margin-top:30%; + width: 20%; overflow: hidden; - text-align: right; + text-align: centre; + background:#3B240B; } From ee4da354c206d4dcd808e5ad55a79a01500969b7 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 20:20:17 +0530 Subject: [PATCH 3/5] frontpages --- edgware/static/css/files/login.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgware/static/css/files/login.css b/edgware/static/css/files/login.css index 1b46a5d..c4abb69 100644 --- a/edgware/static/css/files/login.css +++ b/edgware/static/css/files/login.css @@ -1,7 +1,7 @@ #loginWrapper { padding: 10px 20px 10px 20px; margin-left:40%; - margin-top:30%; + margin-top:150px; width: 20%; overflow: hidden; text-align: centre; From 9dfbac75cccc5fef611a3638bf3acb41cb137f2e Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 20:22:29 +0530 Subject: [PATCH 4/5] frontpages --- edgware/static/css/files/login.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edgware/static/css/files/login.css b/edgware/static/css/files/login.css index c4abb69..bfd281a 100644 --- a/edgware/static/css/files/login.css +++ b/edgware/static/css/files/login.css @@ -4,7 +4,7 @@ margin-top:150px; width: 20%; overflow: hidden; - text-align: centre; - background:#3B240B; + text-align: right; + background:##848484; } From 9c784a90cc74f278289c2c82ea042418a64c6b50 Mon Sep 17 00:00:00 2001 From: ashok sukumaran Date: Mon, 4 Jul 2011 20:32:51 +0530 Subject: [PATCH 5/5] frontpages --- edgware/static/css/files/archive.css | 9 ++++++++- edgware/static/css/files/login.css | 2 +- edgware/static/css/main.css | 1 - 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/edgware/static/css/files/archive.css b/edgware/static/css/files/archive.css index b68d372..13db3dd 100644 --- a/edgware/static/css/files/archive.css +++ b/edgware/static/css/files/archive.css @@ -121,7 +121,10 @@ color:#555353;} {color:#000;} .itemForm -{width:400px;} +{width:400px; +height:200px; +overeflow:hidden; +} .itemForm p {padding-top:12px;} @@ -145,6 +148,10 @@ height:50px; width: 200px; border:2px groove #efecec;} +.pvtLabel { +clear:both; +float:left} + .submitItem {clear:both; float:right; diff --git a/edgware/static/css/files/login.css b/edgware/static/css/files/login.css index bfd281a..8cbc369 100644 --- a/edgware/static/css/files/login.css +++ b/edgware/static/css/files/login.css @@ -5,6 +5,6 @@ width: 20%; overflow: hidden; text-align: right; - background:##848484; + background:#848484; } diff --git a/edgware/static/css/main.css b/edgware/static/css/main.css index 60b39bf..eeecd9a 100644 --- a/edgware/static/css/main.css +++ b/edgware/static/css/main.css @@ -38,7 +38,6 @@ ul { } #mainTitle h1 { - font-family: "Edgware Road", "DejaVu Sans", sans-serif; font-size: 20px; font-weight: bold; }