[mono/lb] 8acee248: More work on bootstrap

"Miguel de Icaza ([email protected])" <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141c977629d-c1ee36fa-db65-4149-813c-aefdeaf15b4a-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/lb
  Compare: https://github.com/mono/lb/compare/b8d2002f8ec7...8acee24881d5

   Commit: 8acee24881d55001f6cdfd47621e9d4d412864ff
   Author: Miguel de Icaza <[email protected]> (migueldeicaza)
     Date: 2013-10-18 02:47:58 GMT
      URL: https://github.com/mono/lb/commit/8acee24881d55001f6cdfd47621e9d4d412864ff

More work on bootstrap

Changed paths:
  M bootstrap/blog-template.standard
  M bootstrap/entry-template
  M bootstrap/miguel-style.css
Removed paths:
  D bootstrap/.#entry-template

Removed: bootstrap/.#entry-template
===================================================================
@@ -1 +0,0 @@
[email protected]
\ No newline at end of file

Modified: bootstrap/blog-template.standard
===================================================================
@@ -13,7 +13,7 @@
       <script src="../../assets/js/html5shiv.js"></script>
       <script src="../../assets/js/respond.min.js"></script>
     <![endif]-->
-    <link rel='stylesheet' href='@[email protected]' type='text/css' />
+    <link rel='stylesheet' href='@[email protected]' type='text/css' media="screen"/>
     <link rel="alternate" type="application/rss+xml" title="RSS" href="@BLOGWEBDIR@@[email protected]" />
     <script src='@[email protected]' type='text/javascript'></script>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
@@ -63,7 +63,7 @@
 
     <div class="container">
       <div class="row">
-        <div class="col-md-8">
+        <div class="col-md-9">
 	  @BLOG_ENTRIES@
 
 	  @PAGE_NAVIGATION@
@@ -72,7 +72,7 @@
 	  </center>
 
         </div>
-	<aside class="col-md-4">
+	<aside class="col-md-3">
 
           <ul class="xoxo">
 	    <li class="widget-container">

Modified: bootstrap/entry-template
===================================================================
@@ -1,33 +1,46 @@
-@ENTRY_ANCHOR@
-<div class="post hentry">
-  <div class="navigation">
-    @ENTRY_NAVIGATION@
-  </div>
-
-  <p>
-  <div class='post hentry'>
-    <h1 class="entry-title"><a href="@BASEDIR@@ENTRY_PERMALINK@">@ENTRY_CAPTION@</a></h1>
-
-    <div class="entry-meta">
-      Posted on <a href="@ENTRY_URL_PERMALINK@">@ENTRY_DATECAPTION@</a> by  @COPYRIGHT@
-    </div> <!-- entry-meta -->
-
-    <div class="entry-content">
-      @ENTRY_BODY@
+<div class="row">
+  <aside class="col-md-2">
+    <h1>&nbsp;</h1>
+    <p>
+      <div class="entry-utility">
+        @COPYRIGHT@
+	<br>
+        <b>Posted on</b>
+	<br>
+	<a href="@ENTRY_URL_PERMALINK@">@ENTRY_DATECAPTION@</a> 
+        @ENTRY_SPECIFIC@
+      </div>
+  </aside>
+<div class="col-md-10">
+  
+  @ENTRY_ANCHOR@
+  <div class="post hentry">
+    <div class="navigation">
+      @ENTRY_NAVIGATION@
     </div>
-
-    <div class="entry-utility">
-      Posted on <a href="@ENTRY_URL_PERMALINK@">@ENTRY_DATECAPTION@</a> by  @COPYRIGHT@
-      @ENTRY_SPECIFIC@
+  
+    <p>
+    <div class='post hentry'>
+      <h1 class="entry-title"><a href="@BASEDIR@@ENTRY_PERMALINK@">@ENTRY_CAPTION@</a></h1>
+  
+      <div class="entry-content">
+        @ENTRY_BODY@
+      </div>
+  
+      <div class="entry-utility">
+        Posted on <a href="@ENTRY_URL_PERMALINK@">@ENTRY_DATECAPTION@</a> by  @COPYRIGHT@
+        @ENTRY_SPECIFIC@
+      </div>
+    </div><!-- post-->
+  
+    <div class="navigation">
+      @ENTRY_NAVIGATION@
     </div>
-  </div><!-- post-->
-
-  <div class="navigation">
-    @ENTRY_NAVIGATION@
-  </div>
-
-  <div id="comments">
-    @COMMENTS@
-  </div>
-
-</div> <!--divpost-->
+  
+    <div id="comments">
+      @COMMENTS@
+    </div>
+  
+  </div> <!--divpost-->
+</div>
+</div>

Modified: bootstrap/miguel-style.css
===================================================================
@@ -1,3 +1,20 @@
+.post {
+    font-family: "ff-tisa-web-pro";
+    font-size: 20px;
+    font-style: normal;
+    font-weight: 200;
+}
+
+.post p { margin-top: 0.5em; }
+
+
+.post h1, .post h2, .post h3, .post h4, .post h5 {
+	font-family: "krete", serif;
+/*	font-style: normal;
+	font-weight: 200; */
+}
+
+
 .code-xml, .code-csharp
 {
         margin: 1em 0;
@@ -10,11 +27,13 @@
 	overflow: auto;
 }
 
-.shell { 
+/*
+ .shell { 
 	border-style: solid; background: #554f55; color: #eee;
 	border-width: 1px; padding: 1em; 
 	margin:15px;
 }
+*/
 
 .separator {
 	border-bottom: 1px dotted #aaaaaa; padding-top: 1em; padding-bottom: 1em;


_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.