]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - css/mochaui/content.css
normalise line endings
[irc/quakenet/qwebirc.git] / css / mochaui / content.css
index 2a6dc882030ff4dd785ff7352423d7f301761bf0..536255cdb8c53b450487f896b59d60081119132f 100644 (file)
-/*\r
-\r
-CSS for Mocha UI\r
-\r
-Copyright:\r
-       Copyright (c) 2007-2008 Greg Houston, <http://greghoustondesign.com/>.\r
-\r
-License:\r
-       MIT-style license.\r
-\r
-Note:  \r
-       If you are adding MochaUI to an existing site, this CSS file may not be necessary.\r
-\r
-*/\r
-\r
-\r
-/* Reset */\r
-\r
-ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }\r
-a img,:link img,:visited img { border: none; }\r
-table { border-collapse: collapse; border-spacing: 0; }\r
-:focus { outline: none; }\r
-\r
-/* Structure */\r
-\r
-body {\r
-       text-align: left;\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size: 12px;\r
-       line-height: 18px;\r
-       color: #3f3f3f; \r
-}\r
-\r
-/* Typography */\r
-       \r
-h2, h3, h4 {\r
-       margin: 0;\r
-       padding: 0 0 5px 0;\r
-       font-size: 12px;\r
-       font-weight: bold;\r
-}\r
-       \r
-h2 {\r
-       font-size: 14px;\r
-       font-weight: bold;\r
-}\r
-       \r
-#mochaPage h3 {\r
-       display: block;\r
-       font-size: 12px;\r
-       padding: 6px 0 6px 0;\r
-       margin: 0 0 8px 0;\r
-       border-bottom: 1px solid #bbb;\r
-}\r
-\r
-h4 {\r
-       font-size: 11px;\r
-}\r
-\r
-a {\r
-       color: #098ED1;\r
-       text-decoration: none;\r
-       cursor: pointer;\r
-}\r
-\r
-a:hover {\r
-       text-decoration: none;\r
-}\r
-\r
-p {\r
-       margin: 0;\r
-       padding: 0 0 9px 0;\r
-}\r
-\r
-.lite {\r
-       color: #999;\r
-}\r
-\r
-/* List Elements */\r
-\r
-ul {\r
-       list-style: outside;\r
-       margin: 0 0 9px 16px;\r
-       list-style-type: disc;\r
-}\r
-\r
-dt {\r
-       font-weight: bold;\r
-}\r
-\r
-dd {\r
-       padding: 0 0 9px 0;\r
-}\r
-\r
-/* Forms */\r
-\r
-textarea, input {\r
-       font-family: Arial, Helvetica, sans-serif;\r
-       font-size: 12px;                \r
-}      \r
-\r
-/* Code */\r
-\r
-pre {\r
-       background-color: #f6f6f6;\r
-       color: #060;\r
-       display: block;\r
-       font-family: 'Courier New', Courier, monospace;\r
-       font-size: 11px;\r
-       max-height: 250px;\r
-       overflow: auto;\r
-       margin: 0 0 10px 0;\r
-       padding: 0 10px 10px 10px;\r
-       border: 1px solid #d1d7dc;      \r
-}\r
-\r
-/* Dividers */\r
-\r
-hr {\r
-       background-color: #ddd;\r
-       color: #ccc;\r
-       height: 1px;\r
-       border: 0px;\r
+/*
+
+CSS for Mocha UI
+
+Copyright:
+       Copyright (c) 2007-2008 Greg Houston, <http://greghoustondesign.com/>.
+
+License:
+       MIT-style license.
+
+Note:  
+       If you are adding MochaUI to an existing site, this CSS file may not be necessary.
+
+*/
+
+
+/* Reset */
+
+ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,object,iframe { margin: 0; padding: 0; }
+a img,:link img,:visited img { border: none; }
+table { border-collapse: collapse; border-spacing: 0; }
+:focus { outline: none; }
+
+/* Structure */
+
+body {
+       text-align: left;
+       font-family: Arial, Helvetica, sans-serif;
+       font-size: 12px;
+       line-height: 18px;
+       color: #3f3f3f; 
+}
+
+/* Typography */
+       
+h2, h3, h4 {
+       margin: 0;
+       padding: 0 0 5px 0;
+       font-size: 12px;
+       font-weight: bold;
+}
+       
+h2 {
+       font-size: 14px;
+       font-weight: bold;
+}
+       
+#mochaPage h3 {
+       display: block;
+       font-size: 12px;
+       padding: 6px 0 6px 0;
+       margin: 0 0 8px 0;
+       border-bottom: 1px solid #bbb;
+}
+
+h4 {
+       font-size: 11px;
+}
+
+a {
+       color: #098ED1;
+       text-decoration: none;
+       cursor: pointer;
+}
+
+a:hover {
+       text-decoration: none;
+}
+
+p {
+       margin: 0;
+       padding: 0 0 9px 0;
+}
+
+.lite {
+       color: #999;
+}
+
+/* List Elements */
+
+ul {
+       list-style: outside;
+       margin: 0 0 9px 16px;
+       list-style-type: disc;
+}
+
+dt {
+       font-weight: bold;
+}
+
+dd {
+       padding: 0 0 9px 0;
+}
+
+/* Forms */
+
+textarea, input {
+       font-family: Arial, Helvetica, sans-serif;
+       font-size: 12px;                
+}      
+
+/* Code */
+
+pre {
+       background-color: #f6f6f6;
+       color: #060;
+       display: block;
+       font-family: 'Courier New', Courier, monospace;
+       font-size: 11px;
+       max-height: 250px;
+       overflow: auto;
+       margin: 0 0 10px 0;
+       padding: 0 10px 10px 10px;
+       border: 1px solid #d1d7dc;      
+}
+
+/* Dividers */
+
+hr {
+       background-color: #ddd;
+       color: #ccc;
+       height: 1px;
+       border: 0px;
 }
\ No newline at end of file