Track hcoop.css, used by the portal and join script
authorclinton_admin <clinton_admin@navajos.hcoop.net>
Wed, 19 Mar 2014 14:49:26 +0000 (10:49 -0400)
committerclinton_admin <clinton_admin@navajos.hcoop.net>
Wed, 19 Mar 2014 14:49:26 +0000 (10:49 -0400)
.well-known/autoconfig/mail/config-v1.1.xml [new file with mode: 0644]
hcoop.css [new file with mode: 0644]

diff --git a/.well-known/autoconfig/mail/config-v1.1.xml b/.well-known/autoconfig/mail/config-v1.1.xml
new file mode 100644 (file)
index 0000000..d065fb6
--- /dev/null
@@ -0,0 +1,46 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<clientConfig version="1.1">
+  <emailProvider id="hcoop.net">
+    <domain>hcoop.net</domain>
+    <displayName>Hcoop Mail</displayName>
+    <displayShortName>Hcoop</displayShortName>
+    <incomingServer type="imap">
+      <hostname>mail.hcoop.net</hostname>
+      <port>993</port>
+      <socketType>SSL</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </incomingServer>
+    <incomingServer type="imap">
+      <hostname>mail.hcoop.net</hostname>
+      <port>143</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-encrypted</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </incomingServer>
+    <incomingServer type="pop3">
+      <hostname>mail.hcoop.net</hostname>
+      <port>995</port>
+      <socketType>SSL</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </incomingServer>
+    <outgoingServer type="smtp">
+      <hostname>mail.hcoop.net</hostname>
+      <port>465</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </outgoingServer>
+    <outgoingServer type="smtp">
+      <hostname>mail.hcoop.net</hostname>
+      <port>25</port>
+      <socketType>STARTTLS</socketType>
+      <authentication>password-cleartext</authentication>
+      <username>%EMAILLOCALPART%</username>
+    </outgoingServer>
+    <documentation url="http://wiki.hcoop.net/MemberManual/Email#Sending_Mail">
+      <descr lang="en">Member Manual / Email</descr>
+    </documentation>
+  </emailProvider>
+</clientConfig>
\ No newline at end of file
diff --git a/hcoop.css b/hcoop.css
new file mode 100644 (file)
index 0000000..a92705c
--- /dev/null
+++ b/hcoop.css
@@ -0,0 +1,97 @@
+body {
+       float:                  left;
+       background-color:       #99CC99;
+       font-family:            sans-serif;
+       margin-top:             55px;
+       margin-left:            20px;
+       margin-right:           20px;
+       padding-bottom:         55px
+}
+
+div.wrapper {
+       width: 100%;
+       margin: 0 auto
+}
+
+div.main {
+       float:                  left;
+       width:                  96%;
+       background-color:       white;
+       border-style:           solid;
+       padding-top:            0px;
+       padding-left:           20px;
+       padding-right:          20px;
+       padding-bottom:         20px
+}
+
+div.title {
+       vertical-align:         middle;
+       margin-bottom:          25px
+}
+
+div.break {
+       height:                 85px
+}
+
+img.globe {
+       position:               relative;
+       left:                   -35px;
+       top:                    -50px;
+       width:                  144px;
+       height:                 144px;
+       float:                  left
+}
+
+span.point {
+       font-weight:            bold
+}
+
+div.sidebar {
+       float:                  left;
+       width:                  200px;
+       padding-right:          10px;
+       border-right:           1px solid gray;
+       font-size:              10pt
+}
+
+div.sbgroup {
+       border:         1px solid gray;
+       margin-bottom:          10px;
+       background-color:       #DFEFDF;
+       padding:                3px
+}
+
+div.sbgroup:first-line {
+       color:       black;
+       font-weight: bold;
+       width:       100%
+}
+
+div.main2 {
+       padding-left:           225px
+}
+
+table.blanks tr td:first-child {
+       vertical-align: top;
+       text-align:     right;
+       font-weight:    bold
+}
+
+span.fact {
+       font-weight: bold
+}
+
+div.spaced li {
+  line-height: 1.5em;
+  margin-top: .7em;
+}
+
+a:link, a:active, a:visited {
+       color:                  #0056B6;
+       text-decoration:        none;
+}
+
+a:hover {
+       color: #E08000;
+       text-decoration:        underline;
+}