Browse Source

Revert "Resolve conflicts"

This reverts commit 0dee3f6dafc47d767deb15b10055bd3d1035455b, reversing
changes made to 4b9dfd11c2fc430f3070237129685bd3e234f811.

Conflicts:
	README.md
Rafał Pitoń 11 years ago
parent
commit
0e17f0b064

+ 23 - 6
README.md

@@ -15,6 +15,10 @@ The secondary goal is making Misago a viable foundation for building and maintai
 
 
 Finally, while Misago is built using Django, it's not a "Django application" and it won't integrate with existing Django projects. This is the result of a design decision to use custom users/session/auth/permissions functionality instead of native Django applications - however, in the future Misago will provide a web API allowing you to add Misago-powered features to your website and/or application.
 Finally, while Misago is built using Django, it's not a "Django application" and it won't integrate with existing Django projects. This is the result of a design decision to use custom users/session/auth/permissions functionality instead of native Django applications - however, in the future Misago will provide a web API allowing you to add Misago-powered features to your website and/or application.
 
 
+<<<<<<< HEAD
+=======
+
+>>>>>>> parent of 0dee3f6... Resolve conflicts
 Requirements
 Requirements
 ------------
 ------------
 
 
@@ -24,21 +28,19 @@ Requirements
 * MySQL/Postgres/Oracle Database
 * MySQL/Postgres/Oracle Database
 * Pillow Imaging Library for Python
 * Pillow Imaging Library for Python
 
 
+<<<<<<< HEAD
+=======
+
+>>>>>>> parent of 0dee3f6... Resolve conflicts
 Dependencies
 Dependencies
 ------------
 ------------
 
 
 * [Django](http://djangoproject.com)
 * [Django](http://djangoproject.com)
 * [Django Debug Toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar)
 * [Django Debug Toolbar](https://github.com/django-debug-toolbar/django-debug-toolbar)
-<<<<<<< HEAD
 * [Django-floppyforms](https://github.com/brutasse/django-floppyforms)
 * [Django-floppyforms](https://github.com/brutasse/django-floppyforms)
 * [Django Haystack 2](http://haystacksearch.org/)
 * [Django Haystack 2](http://haystacksearch.org/)
 * [Django-Jina](https://github.com/niwibe/django-jinja)
 * [Django-Jina](https://github.com/niwibe/django-jinja)
 * [Django-MPTT](https://github.com/django-mptt/django-mptt)
 * [Django-MPTT](https://github.com/django-mptt/django-mptt)
-=======
-* [Django-MPTT](https://github.com/django-mptt/django-mptt)
-* [Coffin](https://github.com/coffin/coffin)
-* [Django Haystack 2](http://haystacksearch.org/)
->>>>>>> master
 * [Jinja2](https://github.com/mitsuhiko/jinja2)
 * [Jinja2](https://github.com/mitsuhiko/jinja2)
 * [Markdown](http://pypi.python.org/pypi/Markdown)
 * [Markdown](http://pypi.python.org/pypi/Markdown)
 * [path](http://pypi.python.org/pypi/path.py)
 * [path](http://pypi.python.org/pypi/path.py)
@@ -95,8 +97,12 @@ After you set low-level configuration of Misago ([`deployment/settings.py`](depl
   Creates the DB structure for Misago and populates it with default data
   Creates the DB structure for Misago and populates it with default data
 * `adduser [--admin] <username> <email> <password>`
 * `adduser [--admin] <username> <email> <password>`
   Adds a new user to the database.
   Adds a new user to the database.
+<<<<<<< HEAD
 
 
 Make sure to do something like `adduser Admin admin@example.com password --admin` to add an admin user when you first setup your forums.
 Make sure to do something like `adduser Admin admin@example.com password --admin` to add an admin user when you first setup your forums.
+=======
+  Make sure to do something like `adduser Admin admin@example.com password --admin` to add an admin user when you first setup your forums.
+>>>>>>> parent of 0dee3f6... Resolve conflicts
 
 
 Misago stands on shoulders of Django and Django documentation covers deployment of apps extensively: https://docs.djangoproject.com/en/dev/howto/deployment/
 Misago stands on shoulders of Django and Django documentation covers deployment of apps extensively: https://docs.djangoproject.com/en/dev/howto/deployment/
 
 
@@ -110,7 +116,10 @@ Updating
 
 
 You can use the `updatemisago` command to update your forums database to latest version _unless_ you are updating from `0.1` which is incompatibile with `0.2` and later releases.
 You can use the `updatemisago` command to update your forums database to latest version _unless_ you are updating from `0.1` which is incompatibile with `0.2` and later releases.
 
 
+<<<<<<< HEAD
 Support for migrations from `0.1` has been dropped with `0.3` release.
 Support for migrations from `0.1` has been dropped with `0.3` release.
+=======
+>>>>>>> parent of 0dee3f6... Resolve conflicts
 
 
 Contributing
 Contributing
 ------------
 ------------
@@ -133,8 +142,16 @@ https://twitter.com/RafalPiton
 Copyright and license
 Copyright and license
 ---------------------
 ---------------------
 
 
+<<<<<<< HEAD
 __Misago__ - Copyright © 2013 [Rafał Pitoń](http://github.com/ralfp)
 __Misago__ - Copyright © 2013 [Rafał Pitoń](http://github.com/ralfp)
 This program comes with ABSOLUTELY NO WARRANTY.
 This program comes with ABSOLUTELY NO WARRANTY.
 
 
 This is free software and you are welcome to redistribute it under the conditions described in the license.
 This is free software and you are welcome to redistribute it under the conditions described in the license.
 For the complete license, refer to [LICENSE.md](LICENSE.md)
 For the complete license, refer to [LICENSE.md](LICENSE.md)
+=======
+> __Misago__ - Copyright © 2013 [Rafał Pitoń](http://github.com/ralfp)
+> This program comes with ABSOLUTELY NO WARRANTY.
+> This is free software and you are welcome to redistribute it under the conditions described in the license.
+>
+> For the complete license, refer to [LICENSE.md](LICENSE.md)
+>>>>>>> parent of 0dee3f6... Resolve conflicts

+ 1 - 21
static/cranefly/css/cranefly.less

@@ -27,10 +27,6 @@
 @import "bootstrap/tables.less";
 @import "bootstrap/tables.less";
 
 
 // Components: common
 // Components: common
-<<<<<<< HEAD
-=======
-@import "bootstrap/sprites.less";
->>>>>>> master
 @import "bootstrap/dropdowns.less";
 @import "bootstrap/dropdowns.less";
 @import "bootstrap/wells.less";
 @import "bootstrap/wells.less";
 @import "bootstrap/component-animations.less";
 @import "bootstrap/component-animations.less";
@@ -67,7 +63,6 @@
 // Responsiveness
 // Responsiveness
 @import "bootstrap/responsive-1200px-min.less";
 @import "bootstrap/responsive-1200px-min.less";
 
 
-<<<<<<< HEAD
 // Cranefly theme
 // Cranefly theme
 @import "cranefly/header.less";
 @import "cranefly/header.less";
 @import "cranefly/scaffolding.less";
 @import "cranefly/scaffolding.less";
@@ -75,12 +70,6 @@
 @import "cranefly/loader.less";
 @import "cranefly/loader.less";
 @import "cranefly/navbar.less";
 @import "cranefly/navbar.less";
 @import "cranefly/midman.less";
 @import "cranefly/midman.less";
-=======
-// Sora theme
-@import "cranefly/header.less";
-@import "cranefly/scaffolding.less";
-@import "cranefly/navbar.less";
->>>>>>> master
 @import "cranefly/breadcrumbs.less";
 @import "cranefly/breadcrumbs.less";
 @import "cranefly/messages.less";
 @import "cranefly/messages.less";
 @import "cranefly/forms.less";
 @import "cranefly/forms.less";
@@ -100,17 +89,13 @@
 @import "cranefly/profiles.less";
 @import "cranefly/profiles.less";
 @import "cranefly/forum.less";
 @import "cranefly/forum.less";
 @import "cranefly/thread.less";
 @import "cranefly/thread.less";
-<<<<<<< HEAD
 @import "cranefly/poll_votes.less";
 @import "cranefly/poll_votes.less";
-=======
->>>>>>> master
 @import "cranefly/karmas.less";
 @import "cranefly/karmas.less";
 @import "cranefly/changelog.less";
 @import "cranefly/changelog.less";
 @import "cranefly/report.less";
 @import "cranefly/report.less";
 @import "cranefly/reports.less";
 @import "cranefly/reports.less";
 @import "cranefly/search.less";
 @import "cranefly/search.less";
 
 
-<<<<<<< HEAD
 // Extra css
 // Extra css
 @import "jquery.atwho.css";
 @import "jquery.atwho.css";
 @import "jquery.Jcrop.min.css";
 @import "jquery.Jcrop.min.css";
@@ -118,9 +103,4 @@
 @import "font-awesome.min.css";
 @import "font-awesome.min.css";
 
 
 // Keep ranks last for easy overrides!
 // Keep ranks last for easy overrides!
-@import "ranks.less";
-=======
-// Keep ranks last for easy overrides!
-@import "ranks.less";
-@import "jquery.Jcrop.min.css";
->>>>>>> master
+@import "ranks.less";

+ 0 - 22
static/cranefly/css/cranefly/alerts.less

@@ -6,31 +6,12 @@
     vertical-align: middle;
     vertical-align: middle;
 
 
     &.alert-icon {
     &.alert-icon {
-<<<<<<< HEAD
     	color: @itemOldColor;
     	color: @itemOldColor;
     	font-size: @fontSizeLarge;
     	font-size: @fontSizeLarge;
 
 
     	&.alert-new {
     	&.alert-new {
     		color: @itemNewColor;
     		color: @itemNewColor;
     	}
     	}
-=======
-      .label {
-        background-color: @gray;
-        border: 1px solid darken(@gray, 15%);
-        border-radius: @baseBorderRadius;
-        padding: 4px;
-        padding-top: 3px;
-
-        i {
-          background-image: url("@{iconWhiteSpritePath}");
-        }
-
-        &.label-warning {
-          background-color: @red;
-          border: 1px solid darken(@red, 15%);
-        }
-      }
->>>>>>> master
     }
     }
 
 
     &.alert-message {
     &.alert-message {
@@ -48,7 +29,6 @@
       text-align: right;
       text-align: right;
     }
     }
   }
   }
-<<<<<<< HEAD
 }
 }
 
 
 .midman-alerts {
 .midman-alerts {
@@ -80,6 +60,4 @@
       text-align: right;
       text-align: right;
     }
     }
   }
   }
-=======
->>>>>>> master
 }
 }

+ 0 - 20
static/cranefly/css/cranefly/breadcrumbs.less

@@ -11,7 +11,6 @@ footer {
   	padding: 0px;
   	padding: 0px;
 
 
   	font-weight: bold;
   	font-weight: bold;
-<<<<<<< HEAD
 		text-shadow: none;
 		text-shadow: none;
 
 
     li {
     li {
@@ -28,25 +27,6 @@ footer {
 		  &.active {
 		  &.active {
 		  	color: @gray;
 		  	color: @gray;
 		  }
 		  }
-=======
-	text-shadow: none;
-
-    li {
-	  text-shadow: none;
-
-	  a:link, a:active, a:visited, a:hover {
-	    color: @textColor;
-	  }	
-
-	  .divider {
-	  	.opacity(30);
-	  	margin-left: -6px;
-	  }
-
-	  &.active {
-	  	color: @gray;
-	  }
->>>>>>> master
     }
     }
   }
   }
 }
 }

+ 0 - 118
static/cranefly/css/cranefly/buttons.less

@@ -6,220 +6,125 @@
   background-color: @bodyBackground;
   background-color: @bodyBackground;
   .box-shadow(none);
   .box-shadow(none);
 
 
-<<<<<<< HEAD
   color: @grayLight;
   color: @grayLight;
   font-weight: bold;
   font-weight: bold;
 
 
   i {
   i {
   	margin-right: 6px;
   	margin-right: 6px;
-=======
-  font-weight: bold;
-  
-  i {
-    .opacity(60);
-    position: relative;
-    bottom: 1px;
->>>>>>> master
   }
   }
 
 
   &:hover, &:active {
   &:hover, &:active {
     background-color: @white;
     background-color: @white;
     border-color: lighten(@grayLight, 5%);
     border-color: lighten(@grayLight, 5%);
-<<<<<<< HEAD
 
 
     color: @grayDark;
     color: @grayDark;
-=======
-  
-    i {
-      .opacity(90);
-    }
->>>>>>> master
   }
   }
 
 
   &.btn-primary {
   &.btn-primary {
     background-color: @bluePale;
     background-color: @bluePale;
     border-color: darken(@bluePale, 5%);
     border-color: darken(@bluePale, 5%);
 
 
-<<<<<<< HEAD
     color: @white;
     color: @white;
     text-shadow: 0px 1px 0px darken(@bluePale, 15%);
     text-shadow: 0px 1px 0px darken(@bluePale, 15%);
 
 
     &:hover, &:active {
     &:hover, &:active {
       color: @white;
       color: @white;
 
 
-=======
-    text-shadow: 0px 1px 0px darken(@bluePale, 15%);
-
-    &:hover, &:active {
->>>>>>> master
       &:enabled {
       &:enabled {
         background-color: saturate(@bluePale, 20%);
         background-color: saturate(@bluePale, 20%);
         border-color: darken(saturate(@bluePale, 20%), 5%);
         border-color: darken(saturate(@bluePale, 20%), 5%);
       }
       }
     }
     }
-<<<<<<< HEAD
-=======
-
-    i {
-      background-image: url("@{iconWhiteSpritePath}");
-    }
->>>>>>> master
   }
   }
 
 
   &.btn-info {
   &.btn-info {
     background-color: desaturate(@bluePale, 25%);
     background-color: desaturate(@bluePale, 25%);
     border-color: darken(desaturate(@bluePale, 25%), 5%);
     border-color: darken(desaturate(@bluePale, 25%), 5%);
 
 
-<<<<<<< HEAD
     color: @white;
     color: @white;
     text-shadow: 0px 1px 0px darken(desaturate(@bluePale, 25%), 15%);
     text-shadow: 0px 1px 0px darken(desaturate(@bluePale, 25%), 15%);
 
 
     &:hover, &:active {
     &:hover, &:active {
       color: @white;
       color: @white;
 
 
-=======
-    text-shadow: 0px 1px 0px darken(desaturate(@bluePale, 25%), 15%);
-
-    &:hover, &:active {
->>>>>>> master
       &:enabled {
       &:enabled {
         background-color: desaturate(@bluePale, 10%);
         background-color: desaturate(@bluePale, 10%);
         border-color: darken(desaturate(@bluePale, 10%), 5%);
         border-color: darken(desaturate(@bluePale, 10%), 5%);
       }
       }
     }
     }
-<<<<<<< HEAD
-=======
-
-    i {
-      background-image: url("@{iconWhiteSpritePath}");
-    }
->>>>>>> master
   }
   }
 
 
   &.btn-success {
   &.btn-success {
     background-color: desaturate(@green, 15%);
     background-color: desaturate(@green, 15%);
     border-color: darken(desaturate(@green, 15%), 5%);
     border-color: darken(desaturate(@green, 15%), 5%);
 
 
-<<<<<<< HEAD
     color: @white;
     color: @white;
     text-shadow: 0px 1px 0px darken(@green, 15%);
     text-shadow: 0px 1px 0px darken(@green, 15%);
 
 
     &:hover, &:active {
     &:hover, &:active {
       color: @white;
       color: @white;
 
 
-=======
-    text-shadow: 0px 1px 0px darken(@green, 15%);
-
-    &:hover, &:active {
->>>>>>> master
       &:enabled {
       &:enabled {
         background-color: @green;
         background-color: @green;
         border-color: darken(@green, 5%);
         border-color: darken(@green, 5%);
       }
       }
     }
     }
-<<<<<<< HEAD
-=======
-
-    i {
-      background-image: url("@{iconWhiteSpritePath}");
-    }
->>>>>>> master
   }
   }
 
 
   &.btn-warning {
   &.btn-warning {
     background-color: desaturate(@orange, 15%);
     background-color: desaturate(@orange, 15%);
     border-color: darken(desaturate(@orange, 15%), 5%);
     border-color: darken(desaturate(@orange, 15%), 5%);
 
 
-<<<<<<< HEAD
     color: @white;
     color: @white;
     text-shadow: 0px 1px 0px darken(@orange, 15%);
     text-shadow: 0px 1px 0px darken(@orange, 15%);
 
 
     &:hover, &:active {
     &:hover, &:active {
       color: @white;
       color: @white;
 
 
-=======
-    text-shadow: 0px 1px 0px darken(@orange, 15%);
-
-    &:hover, &:active {
->>>>>>> master
       &:enabled {
       &:enabled {
         background-color: @orange;
         background-color: @orange;
         border-color: darken(@orange, 5%);
         border-color: darken(@orange, 5%);
       }
       }
     }
     }
-<<<<<<< HEAD
-=======
-
-    i {
-      background-image: url("@{iconWhiteSpritePath}");
-    }
->>>>>>> master
   }
   }
 
 
   &.btn-danger {
   &.btn-danger {
     background-color: @red;
     background-color: @red;
     border-color: darken(@red, 5%);
     border-color: darken(@red, 5%);
 
 
-<<<<<<< HEAD
     color: @white;
     color: @white;
     text-shadow: 0px 1px 0px darken(@red, 15%);
     text-shadow: 0px 1px 0px darken(@red, 15%);
 
 
     &:hover, &:active {
     &:hover, &:active {
       color: @white;
       color: @white;
 
 
-=======
-    text-shadow: 0px 1px 0px darken(@red, 15%);
-
-    &:hover, &:active {
->>>>>>> master
       &:enabled {
       &:enabled {
         background-color: saturate(@red, 20%);
         background-color: saturate(@red, 20%);
         border-color: darken(saturate(@red, 20%), 5%);
         border-color: darken(saturate(@red, 20%), 5%);
       }
       }
     }
     }
-<<<<<<< HEAD
-=======
-
-    i {
-      background-image: url("@{iconWhiteSpritePath}");
-    }
->>>>>>> master
   }
   }
 
 
   &.btn-inverse {
   &.btn-inverse {
     background-color: @textColor;
     background-color: @textColor;
     border-color: darken(@textColor, 5%);
     border-color: darken(@textColor, 5%);
 
 
-<<<<<<< HEAD
     color: @white;
     color: @white;
     text-shadow: 0px 1px 0px darken(@textColor, 15%);
     text-shadow: 0px 1px 0px darken(@textColor, 15%);
 
 
     &:hover, &:active {
     &:hover, &:active {
     	background-color: lighten(@textColor, 10%);
     	background-color: lighten(@textColor, 10%);
 
 
-=======
-    text-shadow: 0px 1px 0px darken(@textColor, 15%);
-
-    &:hover, &:active {
->>>>>>> master
       &:enabled {
       &:enabled {
         background-color: darken(@textColor, 5%);
         background-color: darken(@textColor, 5%);
         border-color: darken(@textColor, 10%);
         border-color: darken(@textColor, 10%);
       }
       }
     }
     }
-<<<<<<< HEAD
-=======
-
-    i {
-      background-image: url("@{iconWhiteSpritePath}");
-    }
->>>>>>> master
   }
   }
 
 
   &.btn-link {
   &.btn-link {
     background: none;
     background: none;
     border: none;
     border: none;
-<<<<<<< HEAD
 
 
     color: @grayLight;
     color: @grayLight;
 
 
@@ -227,22 +132,11 @@
     	color: @textColor;
     	color: @textColor;
 
 
       &:enabled {
       &:enabled {
-=======
-    .opacity(70);
-
-    color: @textColor;
-
-    &:hover, &:active, &:focus {
-      &:enabled {
-        .opacity(90);
-        
->>>>>>> master
         text-decoration: none;
         text-decoration: none;
       }
       }
     }
     }
   }
   }
 
 
-<<<<<<< HEAD
   &.btn-icon {
   &.btn-icon {
   	padding-left: 0px !important;
   	padding-left: 0px !important;
   	padding-right: 0px !important;
   	padding-right: 0px !important;
@@ -253,23 +147,11 @@
   	i {
   	i {
   		margin: 0px;
   		margin: 0px;
   	}
   	}
-=======
-
-  &.btn-primary, &.btn-info, &.btn-success, &.btn-warning, &.btn-danger, &.btn-inverse, &.btn-link {
-    i {
-      .opacity(100);
-    }
->>>>>>> master
   }
   }
 }
 }
 
 
 a.btn-link {
 a.btn-link {
   &:hover, &:active, &:focus {
   &:hover, &:active, &:focus {
-<<<<<<< HEAD
-=======
-    .opacity(90);
-
->>>>>>> master
     color: @textColor;
     color: @textColor;
     text-decoration: none;
     text-decoration: none;
   }
   }

+ 0 - 28
static/cranefly/css/cranefly/category.less

@@ -47,7 +47,6 @@
 
 
     .forum-icon {
     .forum-icon {
       float: left;
       float: left;
-<<<<<<< HEAD
     	position: relative;
     	position: relative;
     	bottom: 1px;
     	bottom: 1px;
       width: @forumIconSize * 1.5;
       width: @forumIconSize * 1.5;
@@ -67,35 +66,11 @@
       .icon-comment, .icon-comment-alt {
       .icon-comment, .icon-comment-alt {
       	position: relative;
       	position: relative;
       	bottom: 3px;
       	bottom: 3px;
-=======
-
-      .forum-icon-wrap {
-        background-color: @itemOldColor;
-        border: 1px solid darken(@itemOldColor, 10%);
-        border-radius: @baseBorderRadius;
-        padding: ((@forumIconSize - 22px) / 2) ((@forumIconSize - 16px) / 2);
-        position: relative;
-        bottom: (@forumIconSize - @baseLineHeight) / 2;
-
-        &.forum-icon-new {
-          background-color: @itemNewColor;
-          border: 1px solid darken(@itemNewColor, 10%);
-        }
-
-        &.forum-icon-redirect {
-          background-color: @itemMovedColor;
-          border: 1px solid darken(@itemMovedColor, 10%);
-        }
->>>>>>> master
       }
       }
     }
     }
 
 
     .forum-main {
     .forum-main {
-<<<<<<< HEAD
       margin-left: (@forumIconSize * 1.5) + (@fontSizeSmall - 2px);
       margin-left: (@forumIconSize * 1.5) + (@fontSizeSmall - 2px);
-=======
-      margin-left: @forumIconSize + 10px;
->>>>>>> master
 
 
       h3 {
       h3 {
         float: left;
         float: left;
@@ -153,10 +128,7 @@
           background: none;
           background: none;
           border: none;
           border: none;
           box-shadow: none;
           box-shadow: none;
-<<<<<<< HEAD
           z-index: 2;
           z-index: 2;
-=======
->>>>>>> master
 
 
           .dropdown-shadow{
           .dropdown-shadow{
             border-radius: @baseBorderRadius;
             border-radius: @baseBorderRadius;

+ 0 - 28
static/cranefly/css/cranefly/editor.less

@@ -5,10 +5,7 @@
   background-color: @editorBackground;
   background-color: @editorBackground;
   border: 1px solid darken(@editorBackground, 10%);
   border: 1px solid darken(@editorBackground, 10%);
   border-radius: @baseBorderRadius;
   border-radius: @baseBorderRadius;
-<<<<<<< HEAD
   margin-bottom: @baseLineHeight;
   margin-bottom: @baseLineHeight;
-=======
->>>>>>> master
 
 
   .editor-error {
   .editor-error {
     padding: @editorPadding;
     padding: @editorPadding;
@@ -25,19 +22,14 @@
     padding: @editorPadding;
     padding: @editorPadding;
 
 
     &>div {
     &>div {
-<<<<<<< HEAD
       margin-right: 22px;
       margin-right: 22px;
       position: relative;
       position: relative;
-=======
-      margin-right: 2px;
->>>>>>> master
 
 
       textarea {
       textarea {
         border: none;
         border: none;
         box-shadow: none;
         box-shadow: none;
         margin: @editorPadding * -1;
         margin: @editorPadding * -1;
         padding: @editorPadding;
         padding: @editorPadding;
-<<<<<<< HEAD
         padding-right: 32px;
         padding-right: 32px;
         width: 100%;
         width: 100%;
 
 
@@ -164,12 +156,6 @@
       &.attachment-removed {
       &.attachment-removed {
         .opacity(70);
         .opacity(70);
       }
       }
-=======
-        width: 100%;
-
-        font-family: @monoFontFamily;
-      } 
->>>>>>> master
     }
     }
   }
   }
 
 
@@ -184,17 +170,13 @@
 
 
     .editor-tools {
     .editor-tools {
       margin: 0px;
       margin: 0px;
-<<<<<<< HEAD
       margin-right: @editorPadding;
       margin-right: @editorPadding;
-=======
->>>>>>> master
 
 
       li {
       li {
         float: left;
         float: left;
         margin-right: @editorPadding;
         margin-right: @editorPadding;
 
 
         .btn {
         .btn {
-<<<<<<< HEAD
           display: block;
           display: block;
           padding-left: 0px;
           padding-left: 0px;
           padding-right: 0px;
           padding-right: 0px;
@@ -212,13 +194,6 @@
     .editor-help {
     .editor-help {
       line-height: @baseLineHeight + @editorPadding;
       line-height: @baseLineHeight + @editorPadding;
     }
     }
-=======
-          padding-left: 7px;
-          padding-right: 7px;
-        }
-      }
-    }
->>>>>>> master
   }
   }
 }
 }
 
 
@@ -230,7 +205,6 @@
       border-top-color: darken(@editorBackground, 20%);
       border-top-color: darken(@editorBackground, 20%);
     }
     }
   }
   }
-<<<<<<< HEAD
 }
 }
 
 
 .zen-overlay {
 .zen-overlay {
@@ -321,6 +295,4 @@
       }
       }
     }
     }
   }
   }
-=======
->>>>>>> master
 }
 }

+ 0 - 76
static/cranefly/css/cranefly/forms.less

@@ -12,7 +12,6 @@
   padding: @baseLineHeight;
   padding: @baseLineHeight;
   padding-top: @baseLineHeight * -0.75;
   padding-top: @baseLineHeight * -0.75;
 
 
-<<<<<<< HEAD
   &.container-horizontal {
   &.container-horizontal {
     margin: 0px ((@baseLineHeight * -2) - 1px);
     margin: 0px ((@baseLineHeight * -2) - 1px);
     margin-bottom: @baseLineHeight;
     margin-bottom: @baseLineHeight;
@@ -29,29 +28,12 @@
       padding: 0px;
       padding: 0px;
 
 
       font-size: @fontSizeLarge * 1.2;
       font-size: @fontSizeLarge * 1.2;
-=======
-  .form-header {
-  	border-bottom: 1px solid darken(@bodyBackground, 8%);
-  	margin-top: @baseLineHeight * -1;
-  	margin-bottom: @baseLineHeight;
-  	padding: (@baseLineHeight / 2) 0px;
-
-  	h1 {
-  	  margin: 0px;
-  	  padding: 0px;
-
-  	  font-size: @fontSizeLarge;
->>>>>>> master
 
 
       small {
       small {
         font-size: @fontSizeLarge * 0.75;
         font-size: @fontSizeLarge * 0.75;
         font-weight: bold;
         font-weight: bold;
       }
       }
-<<<<<<< HEAD
     }
     }
-=======
-  	}
->>>>>>> master
 
 
     .btn {
     .btn {
       margin-left: @baseFontSize;
       margin-left: @baseFontSize;
@@ -65,7 +47,6 @@
     border: 1px solid darken(@bodyBackground, 8%);
     border: 1px solid darken(@bodyBackground, 8%);
     border-radius: @baseBorderRadius;
     border-radius: @baseBorderRadius;
     margin-bottom: @baseLineHeight;
     margin-bottom: @baseLineHeight;
-<<<<<<< HEAD
     overflow: auto;
     overflow: auto;
     padding: @baseLineHeight;
     padding: @baseLineHeight;
   }
   }
@@ -119,60 +100,6 @@
     border-radius: 0px 0px @baseBorderRadius @baseBorderRadius;
     border-radius: 0px 0px @baseBorderRadius @baseBorderRadius;
     margin: (@baseLineHeight * -1);
     margin: (@baseLineHeight * -1);
     margin-top: @baseLineHeight * 0.5;
     margin-top: @baseLineHeight * 0.5;
-=======
-    padding: @baseLineHeight;
-  }
-
-  form {
-  	margin: 0px;
-
-  	fieldset {
-  	  border-top: 1px solid darken(@bodyBackground, 8%);
-  	  padding-top: @baseLineHeight * 0.5;
-
-      legend {
-        margin-bottom: @baseLineHeight * -0.5;
-
-        color: @grayLight;
-        font-size: @baseFontSize;
-        font-weight: bold;
-
-        div {
-          margin-bottom: @baseLineHeight * -0.5;
-        }
-      }
-
-  	  &.first {
-  	  	border-top: none;
-  	  	padding-top: 0px;
-  	  }
-  	}
-
-  	.control-label {
-  	  font-weight: bold;
-  	}
-
-  	&.form-horizontal {
-  		fieldset {
-  			&.last {
-  		    .control-group:last-child {
-  		  		margin-bottom: 0px;
-  		  		padding-bottom: 0px;
-  		    }
-  		  }
-  		}
-
-		  .form-actions {
-	      padding-left: @horizontalComponentOffset + @baseLineHeight;
-		  }
-	  }
-  }
-
-  .form-actions {
-		border-radius: 0px 0px @baseBorderRadius @baseBorderRadius;
-		margin: (@baseLineHeight * -1);
-		margin-top: @baseLineHeight * 0.5;
->>>>>>> master
 
 
     .form-actions-protip {
     .form-actions-protip {
       margin-left: @baseFontSize;
       margin-left: @baseFontSize;
@@ -186,7 +113,6 @@
 // Only v-resize textareas
 // Only v-resize textareas
 textarea {
 textarea {
   resize: vertical;
   resize: vertical;
-<<<<<<< HEAD
 }
 }
 
 
 // Responsiveness haxxord
 // Responsiveness haxxord
@@ -197,6 +123,4 @@ textarea {
       margin-bottom: @baseLineHeight;
       margin-bottom: @baseLineHeight;
     }
     }
   }
   }
-=======
->>>>>>> master
 }
 }

+ 0 - 265
static/cranefly/css/cranefly/forum.less

@@ -48,7 +48,6 @@
 
 
     .forum-icon {
     .forum-icon {
       float: left;
       float: left;
-<<<<<<< HEAD
       position: relative;
       position: relative;
       bottom: 1px;
       bottom: 1px;
       width: @forumIconSize * 1.5;
       width: @forumIconSize * 1.5;
@@ -68,35 +67,11 @@
       .icon-comment, .icon-comment-alt {
       .icon-comment, .icon-comment-alt {
         position: relative;
         position: relative;
         bottom: 3px;
         bottom: 3px;
-=======
-
-      .forum-icon-wrap {
-        background-color: @itemOldColor;
-        border: 1px solid darken(@itemOldColor, 10%);
-        border-radius: @baseBorderRadius;
-        padding: ((@forumIconSize - 22px) / 2) ((@forumIconSize - 16px) / 2);
-        position: relative;
-        bottom: (@forumIconSize - @baseLineHeight) / 2;
-
-        &.forum-icon-new {
-          background-color: @itemNewColor;
-          border: 1px solid darken(@itemNewColor, 10%);
-        }
-
-        &.forum-icon-redirect {
-          background-color: @itemMovedColor;
-          border: 1px solid darken(@itemMovedColor, 10%);
-        }
->>>>>>> master
       }
       }
     }
     }
 
 
     .forum-main {
     .forum-main {
-<<<<<<< HEAD
       margin-left: (@forumIconSize * 1.5) + (@fontSizeSmall - 2px);
       margin-left: (@forumIconSize * 1.5) + (@fontSizeSmall - 2px);
-=======
-      margin-left: 34px;
->>>>>>> master
 
 
       h3 {
       h3 {
         float: left;
         float: left;
@@ -154,10 +129,7 @@
           background: none;
           background: none;
           border: none;
           border: none;
           box-shadow: none;
           box-shadow: none;
-<<<<<<< HEAD
           z-index: 2;
           z-index: 2;
-=======
->>>>>>> master
 
 
           .dropdown-shadow{
           .dropdown-shadow{
             border-radius: @baseBorderRadius;
             border-radius: @baseBorderRadius;
@@ -326,10 +298,6 @@
   }
   }
 }
 }
 
 
-<<<<<<< HEAD
-=======
-// Threads list
->>>>>>> master
 .forum-threads-list {
 .forum-threads-list {
   background-color: @categoryBackground;
   background-color: @categoryBackground;
   border: 1px solid @categoryBorder;
   border: 1px solid @categoryBorder;
@@ -337,7 +305,6 @@
   .box-shadow(0px 0px 0px 3px @categoryShadow);
   .box-shadow(0px 0px 0px 3px @categoryShadow);
   margin-bottom: @baseLineHeight;
   margin-bottom: @baseLineHeight;
 
 
-<<<<<<< HEAD
   .threads-list-empty {
   .threads-list-empty {
     padding: (@baseFontSize * 2) 0px;
     padding: (@baseFontSize * 2) 0px;
 
 
@@ -606,235 +573,6 @@
     &>li:last-child {
     &>li:last-child {
       border-bottom: none;
       border-bottom: none;
     }
     }
-=======
-  .header {
-    background-color: @categoryHeader;
-    border: 1px solid @categoryBorder;
-    border-radius: @borderRadiusSmall @borderRadiusSmall 0px 0px;
-    margin: -1px;
-    margin-bottom: 0px;
-    padding-bottom: 1px;
-    overflow: auto;
-
-    color: @grayLight;
-    font-weight: bold;
-    font-size: @fontSizeSmall;
-
-    .row-fluid {
-      &>div {
-        min-height: auto;
-        padding: @paddingSmall;
-      }
-
-      .thread-replies {
-        float: left;
-        width: 106px;
-      }
-
-      .thread-last {
-        float: left;
-      }
-    }
-
-    .check-cell {
-      label {
-        margin: 0px;
-      }
-    }
-  }
-
-  .thread-row {
-    border-bottom: 1px solid @categoryBorder;
-    height: 38px;
-    overflow: hidden;
-    padding: (@fontSizeSmall - 2px) 0px;
-
-    .row-fluid {
-      &>div {
-        min-height: auto;
-        padding: @paddingSmall;
-        padding-bottom: 0px;
-      }
-    }
-
-    &.thread-last {
-      border-bottom: none;
-
-      &>div {
-        padding-bottom: 1px;
-      }
-    }
-
-    .thread-icon {
-      background-color: @itemOldColor;
-      border: 1px solid darken(@itemOldColor, 10%);
-      .border-radius(@baseBorderRadius);
-      display: block;
-      float: left;
-      margin: -2px 0px;
-      margin-left: -1px;
-      padding: 1px 4px;
-
-      &:hover, &:active {
-        .opacity(100);
-      }
-
-      i {
-        background-image: url("@{iconWhiteSpritePath}");
-      }
-    }
-
-    &.thread-new {
-      .thread-icon {
-        background-color: @itemNewColor;
-        border: 1px solid darken(@itemNewColor, 10%);
-      }
-
-      .thread-name {
-        color: @textColor !important;
-      }
-    }
-
-    &.threads-list-empty {
-      height: auto;
-      padding: @paddingLarge;
-
-      font-size: @fontSizeLarge;
-      text-align: center;
-    }
-
-    .thread-name {
-      margin-left: 10px;
-
-      color: lighten(@textColor, 17%);
-      font-size: @baseFontSize + 2px;
-      font-weight: bold;
-    }
-
-    .thread-details, .thread-last-reply {
-      color: @grayLight;
-      line-height: @baseFontSize;
-
-      a:link, a:visited {
-        color: @textColor;
-      }
-    }
-
-    .thread-details {
-      margin-left: 34px;
-
-      font-size: @fontSizeMini;
-    }
-
-    .thread-flags {
-      float: right;
-      margin: 0px;
-      position: relative;
-      right: -30px;
-      top: 5px;
-      padding: 0px;
-
-      li {
-        .border-radius(@baseBorderRadius);
-        display: block;
-        float: left;
-        margin-left: 3px;
-        padding: 2px 5px;
-
-        &.flag-reported {
-          background-color: @flagReported;
-        }
-
-        &.flag-notreviewed {
-          background-color: @flagReviewed;
-        }
-
-        &.flag-announcement {
-          background-color: @flagAnnouncement;
-        }
-
-        &.flag-sticky {
-          background-color: @flagSticky;
-        }
-
-        &.flag-deleted {
-          background-color: @flagDeleted;
-        }
-
-        &.flag-closed {
-          background-color: @flagClosed;
-        }
-      }
-
-      i {
-        background-image: url("@{iconWhiteSpritePath}");
-      }
-    }
-
-    .thread-activity {
-      border-left: 1px dotted darken(@categoryBackground, 12%);
-      position: relative;
-      bottom: 3px;
-
-      .thread-last-avatar {
-        float: left;
-
-        img {
-          .border-radius(@baseBorderRadius);
-          margin: 0px;
-          margin-right: @baseFontSize;
-          width: 40px;
-          height: 40px;
-        }
-      }
-
-      .thread-replies {
-        float: left;
-        margin-top: -1px;
-        margin-right: @baseFontSize;
-
-        color: @grayLight;
-        font-size: @fontSizeSmall;
-
-        .lead {
-          font-size: @baseFontSize;
-          font-weight: bold;
-          line-height: @baseLineHeight;
-        }
-
-        a:link, a:active, a:visited, a:hover {
-          color: @gray;
-        }
-      }
-
-      .thread-last-reply {
-        border-left: 1px dotted darken(@categoryBackground, 12%);
-        padding-left: @baseFontSize;
-
-      }
-
-      .thread-select {
-        background-color: darken(@categoryBackground, 5%);
-        display: block;
-        float: right;
-        margin: -12px -11px;
-        margin-left: 0px;
-        width: 29px;
-        height: 61px;
-
-        &:hover, &:focus, &:active {
-          background-color: @linkColor;
-        }
-
-        input {
-          margin: 0px;
-          position: relative;
-          right: 2px;
-          top: 26px;
-        }
-      }
-    }
->>>>>>> master
   }
   }
 
 
   .threads-actions {
   .threads-actions {
@@ -867,7 +605,6 @@
       color: @textColor;
       color: @textColor;
     }
     }
   }
   }
-<<<<<<< HEAD
 }
 }
 
 
 .prefix-select {
 .prefix-select {
@@ -1016,6 +753,4 @@
       .opacity(100);
       .opacity(100);
     }
     }
   }
   }
-=======
->>>>>>> master
 }
 }

+ 0 - 23
static/cranefly/css/cranefly/header.less

@@ -28,18 +28,7 @@
       }
       }
 
 
       .divider {
       .divider {
-<<<<<<< HEAD
         color: @grayLight
         color: @grayLight
-=======
-        padding-left: 0px;
-        padding-right: 0px;
-
-        i {
-          .opacity(20);
-          position: relative;
-          bottom: 1px;
-        }
->>>>>>> master
       }
       }
     }
     }
   }
   }
@@ -60,7 +49,6 @@
       float: left;
       float: left;
       margin-right: @baseFontSize;
       margin-right: @baseFontSize;
 
 
-<<<<<<< HEAD
       .thread-prefix {
       .thread-prefix {
         margin-left: 2px;
         margin-left: 2px;
         position: relative;
         position: relative;
@@ -68,9 +56,6 @@
       }
       }
 
 
       &>a:not(.label) {
       &>a:not(.label) {
-=======
-      &>a {
->>>>>>> master
         color: @grayLight;
         color: @grayLight;
 
 
         &:hover, &:active {
         &:hover, &:active {
@@ -167,11 +152,6 @@
           margin: 0px;
           margin: 0px;
           padding: 4px 12px;
           padding: 4px 12px;
 
 
-<<<<<<< HEAD
-=======
-          color: @textColor;
-
->>>>>>> master
           i {
           i {
             position: relative;
             position: relative;
             top: 0px;
             top: 0px;
@@ -180,11 +160,8 @@
           &:visited, &:hover {
           &:visited, &:hover {
             background-color: @white;
             background-color: @white;
             border-color: lighten(@grayLight, 5%);
             border-color: lighten(@grayLight, 5%);
-<<<<<<< HEAD
 
 
             color: @grayDark;
             color: @grayDark;
-=======
->>>>>>> master
           }
           }
         }
         }
       }
       }

+ 0 - 38
static/cranefly/css/cranefly/index.less

@@ -55,7 +55,6 @@
 
 
     .forum-icon {
     .forum-icon {
       float: left;
       float: left;
-<<<<<<< HEAD
     	position: relative;
     	position: relative;
     	bottom: 1px;
     	bottom: 1px;
       width: @forumIconSize * 1.5;
       width: @forumIconSize * 1.5;
@@ -75,35 +74,11 @@
       .icon-comment, .icon-comment-alt {
       .icon-comment, .icon-comment-alt {
       	position: relative;
       	position: relative;
       	bottom: 3px;
       	bottom: 3px;
-=======
-
-      .forum-icon-wrap {
-        background-color: @itemOldColor;
-        border: 1px solid darken(@itemOldColor, 10%);
-        border-radius: @baseBorderRadius;
-        padding: ((@forumIconSize - 22px) / 2) ((@forumIconSize - 16px) / 2);
-        position: relative;
-        bottom: (@forumIconSize - @baseLineHeight) / 2;
-
-        &.forum-icon-new {
-          background-color: @itemNewColor;
-          border: 1px solid darken(@itemNewColor, 10%);
-        }
-
-        &.forum-icon-redirect {
-          background-color: @itemMovedColor;
-          border: 1px solid darken(@itemMovedColor, 10%);
-        }
->>>>>>> master
       }
       }
     }
     }
 
 
     .forum-main {
     .forum-main {
-<<<<<<< HEAD
       margin-left: (@forumIconSize * 1.5) + (@fontSizeSmall - 2px);
       margin-left: (@forumIconSize * 1.5) + (@fontSizeSmall - 2px);
-=======
-      margin-left: @forumIconSize + 10px;
->>>>>>> master
 
 
       h3 {
       h3 {
         float: left;
         float: left;
@@ -161,10 +136,7 @@
           background: none;
           background: none;
           border: none;
           border: none;
           box-shadow: none;
           box-shadow: none;
-<<<<<<< HEAD
           z-index: 2;
           z-index: 2;
-=======
->>>>>>> master
 
 
           .dropdown-shadow{
           .dropdown-shadow{
             border-radius: @baseBorderRadius;
             border-radius: @baseBorderRadius;
@@ -418,11 +390,7 @@
 
 
 // Popular threads
 // Popular threads
 // -------------------------
 // -------------------------
-<<<<<<< HEAD
 .index-popular-threads {
 .index-popular-threads {
-=======
-.index-popular-threads { 
->>>>>>> master
   h3 {
   h3 {
     margin: 0px;
     margin: 0px;
     margin-bottom: (@baseLineHeight * -0.5);
     margin-bottom: (@baseLineHeight * -0.5);
@@ -462,15 +430,9 @@
 // -------------------------
 // -------------------------
 .index-stats {
 .index-stats {
   margin-bottom: @baseLineHeight;
   margin-bottom: @baseLineHeight;
-<<<<<<< HEAD
   overflow: auto;
   overflow: auto;
 
 
   color: @gray;
   color: @gray;
-=======
-  .opacity(60);
-  overflow: auto;
-
->>>>>>> master
   font-weight: bold;
   font-weight: bold;
 
 
   ul {
   ul {

+ 0 - 12
static/cranefly/css/cranefly/karmas.less

@@ -12,7 +12,6 @@
     .vote-icon {
     .vote-icon {
       background-color: @grayLight;
       background-color: @grayLight;
       border-radius: @baseBorderRadius;
       border-radius: @baseBorderRadius;
-<<<<<<< HEAD
       display: inline-block;
       display: inline-block;
       padding: 2px 3px;
       padding: 2px 3px;
       position: relative;
       position: relative;
@@ -22,17 +21,6 @@
       color: @white;
       color: @white;
       font-size: @baseFontSize;
       font-size: @baseFontSize;
       text-align: center;
       text-align: center;
-=======
-      padding: 2px 3px;
-      position: relative;
-      bottom: (@fontSizeLarge - @baseFontSize) / 2;
-
-      font-size: @baseFontSize;
-
-      i {
-        background-image: url("@{iconWhiteSpritePath}");
-      }
->>>>>>> master
     }
     }
   }
   }
 
 

+ 0 - 37
static/cranefly/css/cranefly/markdown.less

@@ -3,11 +3,7 @@
 
 
 .markdown, .markdown article {
 .markdown, .markdown article {
   margin: 0px;
   margin: 0px;
-<<<<<<< HEAD
   overflow: visible;
   overflow: visible;
-=======
-  overflow: auto;
->>>>>>> master
 
 
   &>:first-child {
   &>:first-child {
     margin-top: 0px;
     margin-top: 0px;
@@ -46,10 +42,7 @@
   blockquote {
   blockquote {
     border-left-color: darken(@grayLighter, 5%);
     border-left-color: darken(@grayLighter, 5%);
     padding: (@baseFontSize / 3) @baseFontSize;
     padding: (@baseFontSize / 3) @baseFontSize;
-<<<<<<< HEAD
     margin: @baseLineHeight / 2;
     margin: @baseLineHeight / 2;
-=======
->>>>>>> master
 
 
     header {
     header {
       padding-bottom: (@baseLineHeight / 2);
       padding-bottom: (@baseLineHeight / 2);
@@ -70,17 +63,6 @@
     }
     }
   }
   }
 
 
-<<<<<<< HEAD
-=======
-  code {
-    background-color: @grayDark;
-    border: none;
-
-    color: @grayLighter;
-    font-size: @baseFontSize;
-  }
-
->>>>>>> master
   pre {
   pre {
     background-color: @grayDarker;
     background-color: @grayDarker;
     padding: (@baseFontSize / 2) @baseFontSize;
     padding: (@baseFontSize / 2) @baseFontSize;
@@ -100,7 +82,6 @@
     margin: (@baseLineHeight / 2) 0px;
     margin: (@baseLineHeight / 2) 0px;
   }
   }
 
 
-<<<<<<< HEAD
   .media-border {
   .media-border {
     box-shadow: 0px 0px 4px @gray;
     box-shadow: 0px 0px 4px @gray;
   	display: inline-block;
   	display: inline-block;
@@ -162,14 +143,11 @@
     }
     }
   }
   }
 
 
-=======
->>>>>>> master
   // Blocks margins
   // Blocks margins
   pre, blockquote, iframe {
   pre, blockquote, iframe {
     margin-top: @baseLineHeight;
     margin-top: @baseLineHeight;
     margin-bottom: @baseLineHeight;
     margin-bottom: @baseLineHeight;
 
 
-<<<<<<< HEAD
     article{
     article{
       &>:first-child {
       &>:first-child {
         margin-top: 0px;
         margin-top: 0px;
@@ -178,29 +156,14 @@
       &>:last-child {
       &>:last-child {
         margin-bottom: 0px;
         margin-bottom: 0px;
       }
       }
-=======
-    &>:first-child {
-      margin-top: 0px;
-    }
-
-    &>:last-child {
-      margin-bottom: 0px;
->>>>>>> master
     }
     }
   }
   }
 
 
   // Emoticons
   // Emoticons
   .emoji {
   .emoji {
-<<<<<<< HEAD
     border-radius: 0px;
     border-radius: 0px;
     margin: 0px;
     margin: 0px;
     vertical-align: top;
     vertical-align: top;
-=======
-    background: none;
-    border-radius: 0px;
-    margin: 0px;
-    vertical-align: middle;
->>>>>>> master
   }
   }
 
 
   h1 {
   h1 {

+ 0 - 11
static/cranefly/css/cranefly/messages.less

@@ -5,12 +5,9 @@
 .messages-list {
 .messages-list {
   .alert-icon {
   .alert-icon {
     float: left;
     float: left;
-<<<<<<< HEAD
 
 
     color: @white !important;
     color: @white !important;
     font-size: @fontSizeLarge;
     font-size: @fontSizeLarge;
-=======
->>>>>>> master
   }
   }
 
 
   p {
   p {
@@ -31,11 +28,7 @@
   a:active, a:hover {
   a:active, a:hover {
     .opacity(100);
     .opacity(100);
   }
   }
-<<<<<<< HEAD
 
 
-=======
-  
->>>>>>> master
   .alert-info {
   .alert-info {
     text-shadow: 0px 1px 0px darken(@infoBorder, 10%);
     text-shadow: 0px 1px 0px darken(@infoBorder, 10%);
   }
   }
@@ -49,10 +42,6 @@
   }
   }
 
 
   .alert-error {
   .alert-error {
-<<<<<<< HEAD
     text-shadow: 0px 1px 0px darken(@errorBorder, 10%);
     text-shadow: 0px 1px 0px darken(@errorBorder, 10%);
-=======
-    text-shadow: 0px 1px 0px darken(@errorBorder, 10%);    
->>>>>>> master
   }
   }
 }
 }

+ 0 - 115
static/cranefly/css/cranefly/navbar.less

@@ -24,11 +24,7 @@
 
 
         span {
         span {
           color: @navbarMottoColor;
           color: @navbarMottoColor;
-<<<<<<< HEAD
         }
         }
-=======
-        } 
->>>>>>> master
       }
       }
     }
     }
 
 
@@ -44,11 +40,7 @@
         border: 1px solid darken(@navbarBorder, 10%);
         border: 1px solid darken(@navbarBorder, 10%);
         .border-radius(@baseBorderRadius);
         .border-radius(@baseBorderRadius);
         position: absolute;
         position: absolute;
-<<<<<<< HEAD
         z-index: @zindexFixedNavbar;
         z-index: @zindexFixedNavbar;
-=======
-        z-index: 2;
->>>>>>> master
 
 
         .navbar-search-text {
         .navbar-search-text {
           border: 1px solid darken(@navbarBorder, 10%);
           border: 1px solid darken(@navbarBorder, 10%);
@@ -65,7 +57,6 @@
             margin: 0px;
             margin: 0px;
             width: @navbarSearchWidth;
             width: @navbarSearchWidth;
           }
           }
-<<<<<<< HEAD
 
 
           .icon-search {
           .icon-search {
             float: right;
             float: right;
@@ -75,8 +66,6 @@
             position: relative;
             position: relative;
             bottom: (@baseLineHeight * -1) + @baseFontSize;
             bottom: (@baseLineHeight * -1) + @baseFontSize;
           }
           }
-=======
->>>>>>> master
         }
         }
 
 
         &:hover, &.open {
         &:hover, &.open {
@@ -133,11 +122,8 @@
 
 
             .btn {
             .btn {
               margin: 0px;
               margin: 0px;
-<<<<<<< HEAD
 
 
               color: @white;
               color: @white;
-=======
->>>>>>> master
             }
             }
 
 
             a:link, a:visited {
             a:link, a:visited {
@@ -160,19 +146,12 @@
     .navbar-blocks {
     .navbar-blocks {
       margin-left: 6px;
       margin-left: 6px;
 
 
-<<<<<<< HEAD
       &>li {
       &>li {
-=======
-      li {
-        margin-left: 6px;
-
->>>>>>> master
         form {
         form {
           margin: 0px;
           margin: 0px;
           padding: 0px;
           padding: 0px;
         }
         }
 
 
-<<<<<<< HEAD
         &>a:link, &>a:visited, &>.btn-link {
         &>a:link, &>a:visited, &>.btn-link {
           min-width: 20px;
           min-width: 20px;
 
 
@@ -191,31 +170,10 @@
             color: @white;
             color: @white;
             font-size: @baseFontSize;
             font-size: @baseFontSize;
             text-shadow: 0px -1px 1px darken(@red, 20%);
             text-shadow: 0px -1px 1px darken(@red, 20%);
-=======
-        a:link, a:visited, .btn-link {
-          background-color: lighten(@navbarBackground, 2%);
-          border: 1px solid darken(@navbarBorder, 2%);
-          border-radius: @baseBorderRadius;
-          padding: 5px 8px;
-          margin-top: ((@navbarHeight - @baseLineHeight) / 2) - 6;
-
-          i {
-            .opacity(70);
-          }
-
-          .label {
-            background-color: @red;
-            margin-left: 4px;
-            padding-left: 6px;
-            padding-right: 5px;
-            position: relative;
-            bottom: 1px;
->>>>>>> master
           }
           }
         }
         }
 
 
         a:hover, a:active, .btn-link:hover, .btn-link:active {
         a:hover, a:active, .btn-link:hover, .btn-link:active {
-<<<<<<< HEAD
         	text-shadow: 0px 0px 3px @white;
         	text-shadow: 0px 0px 3px @white;
         }
         }
 
 
@@ -227,49 +185,13 @@
 						}
 						}
         	}
         	}
 
 
-=======
-          background-color: @linkColor;
-          border-color: darken(@linkColor, 10%);
-
-          &.danger {
-            background-color: @red;
-            border-color: darken(@red, 10%);
-          }
-
-          &.hot {
-            background-color: @orange;
-            border-color: darken(@orange, 10%);
-          }
-
-          &.fresh {
-            background-color: @green;
-            border-color: darken(@green, 10%);
-          }
-
-          i {
-            background-image: url("@{iconWhiteSpritePath}");
-            .opacity(100);
-          }
-
-          .label {
-            background-color: @grayLighter;
-
-            color: @textColor;
-          }
-        }
-
-        &.user-profile {
->>>>>>> master
           a:link, a:visited, a:hover, a:active {
           a:link, a:visited, a:hover, a:active {
             background: none;
             background: none;
             border: none;
             border: none;
             margin-right: 8px;
             margin-right: 8px;
             margin-top: 5px;
             margin-top: 5px;
 
 
-<<<<<<< HEAD
             color: @grayDarker;
             color: @grayDarker;
-=======
->>>>>>> master
             font-weight: bold;
             font-weight: bold;
             text-shadow: none;
             text-shadow: none;
 
 
@@ -288,11 +210,7 @@
 
 
     .navbar-compact {
     .navbar-compact {
       display: none;
       display: none;
-<<<<<<< HEAD
 
 
-=======
-      
->>>>>>> master
       li {
       li {
         &.user-profile {
         &.user-profile {
           &>a {
           &>a {
@@ -315,11 +233,8 @@
                 margin-left: 8px;
                 margin-left: 8px;
                 padding: 0px 4px;
                 padding: 0px 4px;
 
 
-<<<<<<< HEAD
 								font-size: @baseFontSize;
 								font-size: @baseFontSize;
 
 
-=======
->>>>>>> master
                 .caret {
                 .caret {
                   margin: 0px;
                   margin: 0px;
                   padding: 0px;
                   padding: 0px;
@@ -346,14 +261,8 @@
                 background: @red;
                 background: @red;
                 border-color: @red;
                 border-color: @red;
 
 
-<<<<<<< HEAD
                 color: @white;
                 color: @white;
                 text-shadow: 0px 1px 1px darken(@red, 10%);
                 text-shadow: 0px 1px 1px darken(@red, 10%);
-=======
-                .caret {
-                  border-top-color: @white;
-                }
->>>>>>> master
               }
               }
             }
             }
           }
           }
@@ -370,11 +279,7 @@
             width: 270px;
             width: 270px;
 
 
             &:before {
             &:before {
-<<<<<<< HEAD
               margin-right: 11px;
               margin-right: 11px;
-=======
-              display: none;
->>>>>>> master
             }
             }
 
 
             &:after {
             &:after {
@@ -404,7 +309,6 @@
                 color: @textColor;
                 color: @textColor;
                 font-weight: normal;
                 font-weight: normal;
                 text-align: left;
                 text-align: left;
-<<<<<<< HEAD
 
 
                 i {
                 i {
                 	display: inline-block;
                 	display: inline-block;
@@ -412,11 +316,6 @@
                 	width: 16px;
                 	width: 16px;
 
 
                 	text-align: center;
                 	text-align: center;
-=======
-                
-                i {
-                  .opacity(100);
->>>>>>> master
                 }
                 }
 
 
                 &:link, &:active, &:visited, &:hover {
                 &:link, &:active, &:visited, &:hover {
@@ -430,13 +329,6 @@
                 }
                 }
               }
               }
 
 
-<<<<<<< HEAD
-=======
-              a:link, a:visited {
-                .opacity(80);
-              }
-
->>>>>>> master
               a:hover {
               a:hover {
                 background-color: @gray;
                 background-color: @gray;
                 .opacity(100);
                 .opacity(100);
@@ -447,18 +339,11 @@
               .btn-link {
               .btn-link {
                 background: none;
                 background: none;
                 border: none;
                 border: none;
-<<<<<<< HEAD
                 .opacity(100);
                 .opacity(100);
-=======
->>>>>>> master
                 width: 100%;
                 width: 100%;
 
 
                 &:hover, &:active {
                 &:hover, &:active {
                   background: @red;
                   background: @red;
-<<<<<<< HEAD
-=======
-                  .opacity(100);
->>>>>>> master
 
 
                   color: @white;
                   color: @white;
                   text-shadow: 0px 1px 0px darken(@red, 20%);
                   text-shadow: 0px 1px 0px darken(@red, 20%);

+ 0 - 15
static/cranefly/css/cranefly/pagination.less

@@ -3,11 +3,7 @@
 .pagination {
 .pagination {
   margin: 0px;
   margin: 0px;
   padding: 0px;
   padding: 0px;
-<<<<<<< HEAD
 
 
-=======
-  
->>>>>>> master
   .count {
   .count {
     margin-right: @baseFontSize * 0.75;
     margin-right: @baseFontSize * 0.75;
     padding: 4px 0px;
     padding: 4px 0px;
@@ -33,14 +29,10 @@
         color: @grayLight;
         color: @grayLight;
 
 
         i {
         i {
-<<<<<<< HEAD
           display: inline-block;
           display: inline-block;
           width: @baseFontSize - 2px;
           width: @baseFontSize - 2px;
 
 
           text-align: center;
           text-align: center;
-=======
-          .opacity(55);
->>>>>>> master
         }
         }
       }
       }
 
 
@@ -48,13 +40,6 @@
         border: 1px solid @paginationActiveBackground;
         border: 1px solid @paginationActiveBackground;
 
 
         color: @gray;
         color: @gray;
-<<<<<<< HEAD
-=======
-
-        i {
-          .opacity(100);
-        }
->>>>>>> master
       }
       }
     }
     }
   }
   }

+ 0 - 11
static/cranefly/css/cranefly/profiles.less

@@ -11,11 +11,7 @@
       img {
       img {
         border-radius: @baseBorderRadius;
         border-radius: @baseBorderRadius;
         width: 36px;
         width: 36px;
-<<<<<<< HEAD
         height: 36px;
         height: 36px;
-=======
-        height: 36px; 
->>>>>>> master
       }
       }
     }
     }
 
 
@@ -58,7 +54,6 @@
     margin: @baseFontSize 0px;
     margin: @baseFontSize 0px;
   }
   }
 
 
-<<<<<<< HEAD
   .stat-header {
   .stat-header {
     border-bottom: 1px solid darken(@bodyBackground, 10%);
     border-bottom: 1px solid darken(@bodyBackground, 10%);
     margin-bottom: @baseFontSize;
     margin-bottom: @baseFontSize;
@@ -94,8 +89,6 @@
     }
     }
   }
   }
 
 
-=======
->>>>>>> master
   .user-details {
   .user-details {
     .label {
     .label {
       font-size: @baseFontSize;
       font-size: @baseFontSize;
@@ -112,11 +105,7 @@
         img {
         img {
           border-radius: @baseBorderRadius;
           border-radius: @baseBorderRadius;
           width: 36px;
           width: 36px;
-<<<<<<< HEAD
           height: 36px;
           height: 36px;
-=======
-          height: 36px; 
->>>>>>> master
         }
         }
       }
       }
 
 

+ 0 - 4
static/cranefly/css/cranefly/report.less

@@ -52,10 +52,6 @@
           font-weight: bold !important;
           font-weight: bold !important;
 
 
           i {
           i {
-<<<<<<< HEAD
-=======
-            background-image: url("@{iconWhiteSpritePath}");
->>>>>>> master
             position: relative;
             position: relative;
             top: 0px;
             top: 0px;
           }
           }

+ 0 - 51
static/cranefly/css/cranefly/reports.less

@@ -2,7 +2,6 @@
 // ------------------------
 // ------------------------
 
 
 .reports-list {
 .reports-list {
-<<<<<<< HEAD
   .report-icon {
   .report-icon {
     padding-right: @fontSizeLarge;
     padding-right: @fontSizeLarge;
     position: relative;
     position: relative;
@@ -68,55 +67,5 @@
         background-color: @grayDark;
         background-color: @grayDark;
       }
       }
     }
     }
-=======
-  .thread-label {
-    overflow: visible;
-
-    .report-label {
-      .border-radius(3px);
-      float: right;
-      padding: 3px 8px;
-      position: relative;
-      right: -32px;
-      bottom: 2px;
-
-      color: @white;
-      font-weight: bold;
-
-      i {
-        background-image: url("@{iconWhiteSpritePath}");
-      }
-
-      &.report-open {
-        background-color: @orange;
-        text-shadow: 0px 1px 0px darken(@orange, 20%);
-      }
-
-      &.report-resolved {
-        background-color: @green;
-        text-shadow: 0px 1px 0px darken(@green, 20%);
-      }
-
-      &.report-bogus {
-        background-color: @gray;
-        text-shadow: 0px 1px 0px darken(@gray, 20%);
-      }
-    }
-  }
-
-  .thread-name {
-    .report-id {
-      color: @grayLight !important;
-    }
-  }
-
-  .thread-name, .thread-details {
-    margin-left: 0px !important;
-  }
-
-  .thread-icon {
-    display: none !important;
-    float: none;
->>>>>>> master
   }
   }
 }
 }

+ 0 - 16
static/cranefly/css/cranefly/search.less

@@ -31,7 +31,6 @@
 }
 }
 
 
 .search-resume {
 .search-resume {
-<<<<<<< HEAD
 	a:link, a:visited {
 	a:link, a:visited {
 		color: @grayLight;
 		color: @grayLight;
 
 
@@ -66,18 +65,6 @@
 		}
 		}
 	}
 	}
 
 
-=======
-  .muted {
-    color: lighten(@gray, 15%);
-
-    a {
-      color: @textColor;
-    }
-  }
-}
-
-.search-results {
->>>>>>> master
   .results-list {
   .results-list {
     .result {
     .result {
       border-bottom: 1px solid darken(@bodyBackground, 5%);
       border-bottom: 1px solid darken(@bodyBackground, 5%);
@@ -111,15 +98,12 @@
           a:hover, a:active {
           a:hover, a:active {
             color: @textColor;
             color: @textColor;
           }
           }
-<<<<<<< HEAD
 
 
           a:link, a:active, a:visited, a:hover {
           a:link, a:active, a:visited, a:hover {
 	          strong {
 	          strong {
 	            color: @red;
 	            color: @red;
 	          }
 	          }
           }
           }
-=======
->>>>>>> master
         }
         }
 
 
         .post-preview {
         .post-preview {

+ 0 - 7
static/cranefly/css/cranefly/signin.less

@@ -14,7 +14,6 @@
   }
   }
 
 
   a:link, a:visited {
   a:link, a:visited {
-<<<<<<< HEAD
     color: @grayLight;
     color: @grayLight;
     font-weight: bold;
     font-weight: bold;
 
 
@@ -29,11 +28,5 @@
   a:hover, a:active {
   a:hover, a:active {
     color: @textColor;
     color: @textColor;
     text-decoration: none;
     text-decoration: none;
-=======
-    .opacity(90);
-
-    color: @textColor;
-    font-weight: bold;
->>>>>>> master
   }
   }
 }
 }

+ 0 - 48
static/cranefly/css/cranefly/thread.less

@@ -17,7 +17,6 @@
   }
   }
 }
 }
 
 
-<<<<<<< HEAD
 .thread-poll-body {
 .thread-poll-body {
   background-color: @categoryBackground;
   background-color: @categoryBackground;
   border: 1px solid @categoryBorder;
   border: 1px solid @categoryBorder;
@@ -109,8 +108,6 @@
   }
   }
 }
 }
 
 
-=======
->>>>>>> master
 // Thread body styles
 // Thread body styles
 .thread-body {
 .thread-body {
   .post-wrapper {
   .post-wrapper {
@@ -154,13 +151,8 @@
         &:before {
         &:before {
            border-color: transparent;
            border-color: transparent;
            border-right-color: @postBorder;
            border-right-color: @postBorder;
-<<<<<<< HEAD
            border-width: @fontSizeMini + 2;
            border-width: @fontSizeMini + 2;
            top: @baseFontSize - 1;
            top: @baseFontSize - 1;
-=======
-           border-width: @fontSizeMini + 1;
-           top: @baseFontSize;
->>>>>>> master
            margin-top: (@baseFontSize * -1) + @baseFontSize - 1px;
            margin-top: (@baseFontSize * -1) + @baseFontSize - 1px;
         }
         }
 
 
@@ -242,7 +234,6 @@
             padding: @baseFontSize;
             padding: @baseFontSize;
           }
           }
 
 
-<<<<<<< HEAD
           .post-attachments {
           .post-attachments {
             margin: 0px @baseFontSize;
             margin: 0px @baseFontSize;
 
 
@@ -317,8 +308,6 @@
             }
             }
           }
           }
 
 
-=======
->>>>>>> master
           .post-signature {
           .post-signature {
             border-top: 1px dotted darken(@postBackground, 25%);
             border-top: 1px dotted darken(@postBackground, 25%);
             .opacity(60);
             .opacity(60);
@@ -373,11 +362,7 @@
               }
               }
 
 
               &.post-neutral, &.post-like, &.post-hate {
               &.post-neutral, &.post-like, &.post-hate {
-<<<<<<< HEAD
                 margin-left: (@baseFontSize / 4);
                 margin-left: (@baseFontSize / 4);
-=======
-                margin-left: (@baseFontSize / 4); 
->>>>>>> master
               }
               }
 
 
               &.post-neutral {
               &.post-neutral {
@@ -507,11 +492,7 @@
         }
         }
       }
       }
 
 
-<<<<<<< HEAD
       &.post-muted {
       &.post-muted {
-=======
-      &.post-muted {        
->>>>>>> master
         .user-avatar {
         .user-avatar {
           width: 50px;
           width: 50px;
           height: 50px;
           height: 50px;
@@ -605,7 +586,6 @@
         }
         }
 
 
         i {
         i {
-<<<<<<< HEAD
           margin-right: 2px;
           margin-right: 2px;
           position: relative;
           position: relative;
           top: 2px;
           top: 2px;
@@ -613,9 +593,6 @@
 
 
           font-size: @fontSizeLarge;
           font-size: @fontSizeLarge;
           text-align: center;
           text-align: center;
-=======
-          .opacity(43);
->>>>>>> master
         }
         }
 
 
         form {
         form {
@@ -705,13 +682,8 @@
     &:before {
     &:before {
        border-color: transparent;
        border-color: transparent;
        border-right-color: darken(@editorBackground, 10%);
        border-right-color: darken(@editorBackground, 10%);
-<<<<<<< HEAD
        border-width: @fontSizeMini + 2;
        border-width: @fontSizeMini + 2;
        top: @baseFontSize - 1;
        top: @baseFontSize - 1;
-=======
-       border-width: @fontSizeMini + 1;
-       top: @baseFontSize;
->>>>>>> master
        margin-top: (@baseFontSize * -1) + @baseFontSize - 1px;
        margin-top: (@baseFontSize * -1) + @baseFontSize - 1px;
     }
     }
   }
   }
@@ -748,25 +720,17 @@
         border-radius: @borderRadiusSmall;
         border-radius: @borderRadiusSmall;
         width: 24px;
         width: 24px;
         height: 24px;
         height: 24px;
-<<<<<<< HEAD
         position: relative;
         position: relative;
         bottom: 1px;
         bottom: 1px;
-=======
->>>>>>> master
       }
       }
 
 
       a:link, a:active, a:visited, a:hover {
       a:link, a:active, a:visited, a:hover {
         margin: 0px 4px;
         margin: 0px 4px;
-<<<<<<< HEAD
         position: relative;
         position: relative;
         top: 2px;
         top: 2px;
 
 
         color: @textColor;
         color: @textColor;
         font-size: @fontSizeLarge;
         font-size: @fontSizeLarge;
-=======
-
-        color: @textColor;
->>>>>>> master
         font-weight: bold;
         font-weight: bold;
       }
       }
 
 
@@ -780,7 +744,6 @@
         padding: 0px;
         padding: 0px;
 
 
         button {
         button {
-<<<<<<< HEAD
           float: left;
           float: left;
           padding-left: 0px;
           padding-left: 0px;
           padding-right: 0px;
           padding-right: 0px;
@@ -795,14 +758,6 @@
             top: 1px;
             top: 1px;
 
 
             font-size: @fontSizeLarge;
             font-size: @fontSizeLarge;
-=======
-          padding-left: 5px;
-          padding-right: 5px;
-
-          i {
-            position: relative;
-            top: 1px;
->>>>>>> master
           }
           }
         }
         }
       }
       }
@@ -845,7 +800,6 @@
 
 
       button {
       button {
         float: right;
         float: right;
-<<<<<<< HEAD
         position: relative;
         position: relative;
         top: 2px;
         top: 2px;
         left: 2px;
         left: 2px;
@@ -862,8 +816,6 @@
             color: @textColor;
             color: @textColor;
           }
           }
         }
         }
-=======
->>>>>>> master
       }
       }
     }
     }
   }
   }

+ 0 - 7
static/cranefly/css/cranefly/usercp.less

@@ -63,7 +63,6 @@
 
 
     ul.unstyled {
     ul.unstyled {
       margin-left: @baseFontSize * -1 + 1px;
       margin-left: @baseFontSize * -1 + 1px;
-<<<<<<< HEAD
 
 
       i {
       i {
       	display: inline-block;
       	display: inline-block;
@@ -71,8 +70,6 @@
 
 
       	text-align: center;
       	text-align: center;
       }
       }
-=======
->>>>>>> master
     }
     }
   }
   }
 }
 }
@@ -106,11 +103,7 @@
             .box-shadow(0px 0px 3px @linkColor);
             .box-shadow(0px 0px 3px @linkColor);
           }
           }
         }
         }
-<<<<<<< HEAD
       }
       }
-=======
-      } 
->>>>>>> master
     }
     }
   }
   }
 }
 }

+ 0 - 19
static/cranefly/css/cranefly/watchedthreads.less

@@ -2,7 +2,6 @@
 // -------------------------
 // -------------------------
 
 
 .watched-threads {
 .watched-threads {
-<<<<<<< HEAD
 	margin-top: @fontSizeSmall;
 	margin-top: @fontSizeSmall;
 
 
   .thread-actions {
   .thread-actions {
@@ -13,18 +12,6 @@
     position: relative;
     position: relative;
     top: 7px;
     top: 7px;
     z-index: 2;
     z-index: 2;
-=======
-  .thread-last-reply {
-    border-left: none !important;
-    padding-left: 0px !important;
-  }
-
-  .thread-options {
-    float: right;
-    overflow: auto;
-    position: relative;
-    top: 8px;
->>>>>>> master
 
 
     form {
     form {
       display: inline-block;
       display: inline-block;
@@ -35,7 +22,6 @@
 
 
       .btn {
       .btn {
         float: right;
         float: right;
-<<<<<<< HEAD
         padding: 4px 10px;
         padding: 4px 10px;
         margin-left: @baseFontSize + 2px;
         margin-left: @baseFontSize + 2px;
 
 
@@ -47,11 +33,6 @@
         	font-size: @fontSizeLarge;
         	font-size: @fontSizeLarge;
         	text-align: center;
         	text-align: center;
         }
         }
-=======
-        padding: 3px 5px;
-        padding-bottom: 0px;
-        margin-left: @baseFontSize + 2px;
->>>>>>> master
       }
       }
     }
     }
   }
   }

+ 0 - 87
static/cranefly/js/cranefly.js

@@ -4,16 +4,12 @@ $(function () {
   $('.tooltip-bottom').tooltip({placement: 'bottom', container: 'body'})
   $('.tooltip-bottom').tooltip({placement: 'bottom', container: 'body'})
   $('.tooltip-left').tooltip({placement: 'left', container: 'body'})
   $('.tooltip-left').tooltip({placement: 'left', container: 'body'})
   $('.tooltip-right').tooltip({placement: 'right', container: 'body'})
   $('.tooltip-right').tooltip({placement: 'right', container: 'body'})
-<<<<<<< HEAD
 
 
   $('body').tooltip({placement: 'top', container: 'body', selector: '.tooltip-top'})
   $('body').tooltip({placement: 'top', container: 'body', selector: '.tooltip-top'})
   $('body').tooltip({placement: 'bottom', container: 'body', selector: '.tooltip-bottom'})
   $('body').tooltip({placement: 'bottom', container: 'body', selector: '.tooltip-bottom'})
   $('body').tooltip({placement: 'left', container: 'body', selector: '.tooltip-left'})
   $('body').tooltip({placement: 'left', container: 'body', selector: '.tooltip-left'})
   $('body').tooltip({placement: 'right', container: 'body', selector: '.tooltip-right'})
   $('body').tooltip({placement: 'right', container: 'body', selector: '.tooltip-right'})
 
 
-=======
-  
->>>>>>> master
   // Register popovers
   // Register popovers
   $('.popover-top').popover({placement: 'top'})
   $('.popover-top').popover({placement: 'top'})
   $('.popover-bottom').popover({placement: 'bottom'})
   $('.popover-bottom').popover({placement: 'bottom'})
@@ -26,23 +22,15 @@ $(function () {
       e.preventDefault();
       e.preventDefault();
     }
     }
   });
   });
-<<<<<<< HEAD
 
 
   // Start all dropdowns
   // Start all dropdowns
   $('.dropdown-toggle').dropdown()
   $('.dropdown-toggle').dropdown()
 
 
-=======
-  
-  // Start all dropdowns
-  $('.dropdown-toggle').dropdown()
-  
->>>>>>> master
   // Dont hide clickable dropdowns
   // Dont hide clickable dropdowns
   $('.dropdown-clickable').on('click', function (e) {
   $('.dropdown-clickable').on('click', function (e) {
     e.stopPropagation()
     e.stopPropagation()
   });
   });
 
 
-<<<<<<< HEAD
   // Ajax Loader
   // Ajax Loader
   var ajax_loader = $('#ajax-loader');
   var ajax_loader = $('#ajax-loader');
   $("body").on({
   $("body").on({
@@ -54,18 +42,12 @@ $(function () {
     }
     }
   });
   });
 
 
-=======
->>>>>>> master
   // Fancy user nav activation
   // Fancy user nav activation
   $('#fancy-user-nav').show();
   $('#fancy-user-nav').show();
 
 
   // Search form extension
   // Search form extension
   var nav_search_form = $('#navbar-search');
   var nav_search_form = $('#navbar-search');
-<<<<<<< HEAD
   nav_search_form.click(function() {
   nav_search_form.click(function() {
-=======
-  $('#search-field').hover(function() {
->>>>>>> master
     nav_search_form.addClass('open');
     nav_search_form.addClass('open');
   });
   });
 
 
@@ -76,11 +58,7 @@ $(function () {
   nav_search_form.click(function(event) {
   nav_search_form.click(function(event) {
     event.stopPropagation();
     event.stopPropagation();
   });
   });
-<<<<<<< HEAD
 
 
-=======
-  
->>>>>>> master
   // Checkbox Group Master
   // Checkbox Group Master
   $('input.checkbox-master').live('click', function(){
   $('input.checkbox-master').live('click', function(){
     if($(this).is(':checked')){
     if($(this).is(':checked')){
@@ -91,43 +69,27 @@ $(function () {
       $('input.checkbox-member').removeAttr('checked');
       $('input.checkbox-member').removeAttr('checked');
     }
     }
   });
   });
-<<<<<<< HEAD
 
 
-=======
-  
->>>>>>> master
   // Checkbox Group Member
   // Checkbox Group Member
   $('input.checkbox-member').live('click', function(){
   $('input.checkbox-member').live('click', function(){
     if(!$(this).is(':checked')){
     if(!$(this).is(':checked')){
       $('input.checkbox-master').removeAttr('checked');
       $('input.checkbox-master').removeAttr('checked');
     }
     }
   });
   });
-<<<<<<< HEAD
 
 
-=======
-  
->>>>>>> master
   // Check Confirmation on links
   // Check Confirmation on links
   $('a.confirm').live('click', function(){
   $('a.confirm').live('click', function(){
     var decision = confirm(jQuery.data(this, 'jsconfirm'));
     var decision = confirm(jQuery.data(this, 'jsconfirm'));
     return decision
     return decision
   });
   });
-<<<<<<< HEAD
 
 
-=======
-  
->>>>>>> master
   // Check Confirmation on forms
   // Check Confirmation on forms
   $('form.confirm').live('submit', function(){
   $('form.confirm').live('submit', function(){
     data = $(this).data();
     data = $(this).data();
     var decision = confirm(data.jsconfirm);
     var decision = confirm(data.jsconfirm);
     return decision
     return decision
   });
   });
-<<<<<<< HEAD
 
 
-=======
-  
->>>>>>> master
   // Show go back link?
   // Show go back link?
   if (document.referrer
   if (document.referrer
       && document.referrer.indexOf(location.protocol + "//" + location.host) === 0
       && document.referrer.indexOf(location.protocol + "//" + location.host) === 0
@@ -156,50 +118,27 @@ function EnhancePostsMD() {
     // Automagically turn links into players
     // Automagically turn links into players
     var players = new Array();
     var players = new Array();
     $('.markdown.js-extra').each(function() {
     $('.markdown.js-extra').each(function() {
-<<<<<<< HEAD
       $(this).find('a').each(function() {
       $(this).find('a').each(function() {
         link2player(this, $.trim($(this).text()));
         link2player(this, $.trim($(this).text()));
-=======
-      var post_players = 0;
-      $(this).find('a').each(function() {
-        match = link2player($.trim($(this).text()));
-        if (match && $.inArray(match, players) == -1 && players.length < 16 && post_players < 4) {
-          players.push(match);
-          post_players ++;
-          $(this).replaceWith(match);
-        }
->>>>>>> master
       });
       });
     });
     });
   });
   });
 }
 }
 
 
 // Turn link to player
 // Turn link to player
-<<<<<<< HEAD
 function link2player(element, link_href) {
 function link2player(element, link_href) {
-=======
-function link2player(link_href) {
->>>>>>> master
   // Youtube link
   // Youtube link
   var re = /watch\?v=((\w|-)+)/;
   var re = /watch\?v=((\w|-)+)/;
   if (re.test(link_href)) {
   if (re.test(link_href)) {
     media_url = link_href.match(re);
     media_url = link_href.match(re);
-<<<<<<< HEAD
     return youtube_player(element, media_url[1]);
     return youtube_player(element, media_url[1]);
-=======
-    return '<iframe width="480" height="360" src="http://www.youtube.com/embed/' + media_url[1] + '" frameborder="0" allowfullscreen></iframe>';
->>>>>>> master
   }
   }
 
 
   // Youtube feature=embed
   // Youtube feature=embed
   var re = /watch\?feature=player_embedded&v=((\w|-)+)/;
   var re = /watch\?feature=player_embedded&v=((\w|-)+)/;
   if (re.test(link_href)) {
   if (re.test(link_href)) {
     media_url = link_href.match(re);
     media_url = link_href.match(re);
-<<<<<<< HEAD
     return youtube_player(element, media_url[1]);
     return youtube_player(element, media_url[1]);
-=======
-    return '<iframe width="480" height="360" src="http://www.youtube.com/embed/' + media_url[1] + '" frameborder="0" allowfullscreen></iframe>';
->>>>>>> master
   }
   }
 
 
   // Youtube embed with start time
   // Youtube embed with start time
@@ -211,7 +150,6 @@ function link2player(link_href) {
     media_url[2] = 0;
     media_url[2] = 0;
     if (media_minutes) { media_url[2] += (media_minutes[1] - 0) * 60; }
     if (media_minutes) { media_url[2] += (media_minutes[1] - 0) * 60; }
     if (media_seconds) { media_url[2] += (media_seconds[1] - 0); }
     if (media_seconds) { media_url[2] += (media_seconds[1] - 0); }
-<<<<<<< HEAD
     return youtube_player(element, media_url[1], media_url[2]);
     return youtube_player(element, media_url[1], media_url[2]);
   }
   }
 
 
@@ -220,34 +158,19 @@ function link2player(link_href) {
   if (re.test(link_href)) {
   if (re.test(link_href)) {
     media_url = link_href.match(re);
     media_url = link_href.match(re);
     return youtube_player(element, media_url[1]);
     return youtube_player(element, media_url[1]);
-=======
-    return '<iframe width="480" height="360" src="http://www.youtube.com/embed/' + media_url[1] + '?start=' + media_url[2] + '" frameborder="0" allowfullscreen></iframe>';
-  }
-  
-  // Youtube embed
-  var re = /youtu.be\/((\w|-)+)/;
-  if (re.test(link_href)) {
-    media_url = link_href.match(re);
-    return '<iframe width="480" height="360" src="http://www.youtube.com/embed/' + media_url[1] + '" frameborder="0" allowfullscreen></iframe>';
->>>>>>> master
   }
   }
 
 
   // Vimeo link
   // Vimeo link
   var re = /vimeo.com\/([0-9]+)/;
   var re = /vimeo.com\/([0-9]+)/;
   if (re.test(link_href)) {
   if (re.test(link_href)) {
     media_url = link_href.match(re);
     media_url = link_href.match(re);
-<<<<<<< HEAD
     return $(element).replaceWith('<iframe src="http://player.vimeo.com/video/' + media_url[1] + '?color=CF402E" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>');
     return $(element).replaceWith('<iframe src="http://player.vimeo.com/video/' + media_url[1] + '?color=CF402E" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>');
-=======
-    return '<iframe src="http://player.vimeo.com/video/' + media_url[1] + '?color=CF402E" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>';
->>>>>>> master
   }
   }
 
 
   // No link
   // No link
   return false;
   return false;
 }
 }
 
 
-<<<<<<< HEAD
 // Youtube player
 // Youtube player
 function youtube_player(element, movie_id, startfrom) {
 function youtube_player(element, movie_id, startfrom) {
   if (typeof startfrom != 'undefined') {
   if (typeof startfrom != 'undefined') {
@@ -359,8 +282,6 @@ $(function() {
   });
   });
 });
 });
 
 
-=======
->>>>>>> master
 // Ajax: Post votes
 // Ajax: Post votes
 $(function() {
 $(function() {
   $('.post-rating-actions').each(function() {
   $('.post-rating-actions').each(function() {
@@ -375,11 +296,7 @@ $(function() {
           $(action_parent).find('.post-score-total').addClass('post-score-good');
           $(action_parent).find('.post-score-total').addClass('post-score-good');
         } else if (data.score_total < 0) {
         } else if (data.score_total < 0) {
           $(action_parent).find('.post-score-total').addClass('post-score-bad');
           $(action_parent).find('.post-score-total').addClass('post-score-bad');
-<<<<<<< HEAD
         }
         }
-=======
-        } 
->>>>>>> master
         if (data.score_upvotes > 0) {
         if (data.score_upvotes > 0) {
           $(action_parent).find('.post-score-upvotes').addClass('post-score-good');
           $(action_parent).find('.post-score-upvotes').addClass('post-score-good');
         }
         }
@@ -417,11 +334,7 @@ $(function() {
     var button = $(this).find('button');
     var button = $(this).find('button');
     $(this).submit(function() {
     $(this).submit(function() {
       var form = this;
       var form = this;
-<<<<<<< HEAD
       $.post(form.action, {'_csrf_token': csrf_token}, "json").done(function(data, textStatus, jqXHR) {
       $.post(form.action, {'_csrf_token': csrf_token}, "json").done(function(data, textStatus, jqXHR) {
-=======
-      $.post(form.action, {'_csrf_token': csrf_token}, "json").done(function(data, textStatus, jqXHR) {        
->>>>>>> master
         $(button).text(l_post_reported);
         $(button).text(l_post_reported);
         $(button).tooltip('destroy');
         $(button).tooltip('destroy');
         $(button).attr("title", data.message);
         $(button).attr("title", data.message);

+ 0 - 120
static/cranefly/js/editor.js

@@ -1,9 +1,5 @@
 // Basic editor functions
 // Basic editor functions
-<<<<<<< HEAD
 function storeCaret(ftext) {
 function storeCaret(ftext) {
-=======
-function storeCaret(ftext) {    
->>>>>>> master
   if (ftext.createTextRange) {
   if (ftext.createTextRange) {
     ftext.caretPos = document.selection.createRange().duplicate();
     ftext.caretPos = document.selection.createRange().duplicate();
   }
   }
@@ -90,7 +86,6 @@ function extractor(query) {
 
 
 // Small and nice editor functionality
 // Small and nice editor functionality
 $(function() {
 $(function() {
-<<<<<<< HEAD
   function textarea(ev) {
   function textarea(ev) {
     return $(ev).parents('.editor-editable').find('textarea');
     return $(ev).parents('.editor-editable').find('textarea');
   }
   }
@@ -206,120 +201,5 @@ $(function() {
   $('.editor-insert-attachment').click(function() {
   $('.editor-insert-attachment').click(function() {
     var insertion_code = $(this).data('attachment-md');
     var insertion_code = $(this).data('attachment-md');
     makeReplace(textareaId(this), insertion_code);
     makeReplace(textareaId(this), insertion_code);
-=======
-  $('.editor-tools').fadeIn(600);
-  $('.editor').each(function() {
-    // Get textarea stuff
-    var textarea = $(this).find('textarea');
-    var textarea_id = $(textarea).attr('id');
-    
-    // Do we have emojis?
-    if (1==2 && ed_emojis.length > 1) {
-      var mode = 0;
-      var open = -1;
-
-      $(textarea).focusout(function() {
-        mode = 0;
-        open = -1;
-      });
-
-      $(textarea).keyup(function() {
-        text = $(textarea).val();
-        cursor = getSelection(textarea_id).start;
-        if (cursor > 0) {
-          // Read typed character and previous character
-          input = text.substring(cursor - 1, cursor);
-          if (cursor > 1) {
-            pre = text.substring(cursor - 2, cursor - 1);
-          } else {
-            pre = '';
-          }
-
-          // Act accordingly to current mode
-          if (mode == 0) {
-            if (input == ':' && !pre.match(/^[A-Za-z0-9]+$/i)) {
-              // Test passed, mode 1 engaged!
-              mode = 1;
-              open = cursor;
-            }
-          } else if (mode == 1) {
-            // Inside emoji mode, we are helping user enter emoji input
-            if (cursor > open && !input.match(/^(\+|\-|[_A-Za-z0-9])+$/i)) {
-              // Emoji fail
-              mode = 0;
-            }
-          }
-        }
-      });
-    }
-
-    // Handle buttons
-    $('.editor-bold').click(function() {
-      makeWrap(textarea_id, '**', '**');
-      return false;
-    });
-    
-    $('.editor-emphasis').click(function() {
-      makeWrap(textarea_id, '*', '*');
-      return false;
-    });
-    
-    $('.editor-link').click(function() {
-      var selection = $.trim(getSelectionText(textarea_id));
-      if (is_url(selection)) {
-        var link_url = $.trim(prompt(ed_lang_enter_link_url, selection));
-        selection = false;
-      } else {
-        var link_url = $.trim(prompt(ed_lang_enter_link_url));
-      }
-
-      if (is_url(link_url)) {
-        if (selection) {
-          var link_label = $.trim(prompt(ed_lang_enter_link_label, selection));
-        } else {
-          var link_label = $.trim(prompt(ed_lang_enter_link_label));
-        }
-
-        if (link_label.length > 0) {
-          makeReplace(textarea_id, '[' + link_label + '](' + link_url + ')');
-        } else {
-          makeReplace(textarea_id, '<' + link_url + '>');
-        }
-      }
-
-      return false;
-    });
-    
-    $('.editor-image').click(function() {
-      var selection = $.trim(getSelectionText(textarea_id));
-      if (is_url(selection)) {
-        var image_url = $.trim(prompt(ed_lang_enter_image_url, selection));
-        selection = false;
-      } else {
-        var image_url = $.trim(prompt(ed_lang_enter_image_url));
-      }
-
-      if (is_url(image_url)) {
-        if (selection) {
-          var image_label = $.trim(prompt(ed_lang_enter_image_label, selection));
-        } else {
-          var image_label = $.trim(prompt(ed_lang_enter_image_label));
-        }
-
-        if (image_label.length > 0) {
-          makeReplace(textarea_id, '![' + image_label + '](' + image_url + ')');
-        } else {
-          makeReplace(textarea_id, '!(' + image_url + ')');
-        }
-      }
-
-      return false;
-    });
-    
-    $('.editor-hr').click(function() {
-      makeReplace(textarea_id, '\r\n\r\n- - - - -\r\n\r\n');
-      return false;
-    });
->>>>>>> master
   });
   });
 });
 });