Skip to content

Instantly share code, notes, and snippets.

@mercime
mercime / forums-reorg.scss
Last active July 15, 2020 18:09
starting point of a project before colors clean up / consolidation and converting to mobile-first stylesheet
$color_1: #cd4400;
$color_2: #fff;
$color_3: #767676;
$color_4: #bbb;
$color_5: #ff4b33;
$color_6: #ccc;
$color_7: #7c7;
$color_8: #5a5;
$color_9: #faa;
$color_10: #c88;
$color_1: #666;
$color_2: #d54e21;
$color_3: #555;
$color_4: #999;
$color_5: #fff;
$font_family_1: 'Source Sans Pro', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
/* BP Codex 2.0 */
body.home-page.home {
$color_1: #000;
$color_2: #fff;
$color_3: rgba(255,255,255,0.9);
$color_4: #21759b;
$color_5: rgb(190, 54, 49);
$color_6: rgb(221, 130, 59);
$color_7: inherit;
$background_color_1: #be3631;
$background_color_2: #cf4944;
$background_color_3: #f1f1f1;
$color_1: #222;
$color_2: #555;
$color_3: #ccc;
$color_4: #333;
$color_5: inherit;
$color_6: #fff;
$color_7: #000;
$color_8: #ddeedd;
$color_9: initial;
$color_10: #444;
$color_1: rgba(235,255,235,0.9);
$color_2: #8fbb6e;
$color_3: #328C00;
$color_4: #D54E21;
$color_5: #009933;
$color_6: #fff;
$background_color_1: rgb(141,199,112);
$background_color_2: #009933;
$background_color_3: #eee;
$background_color_4: #efe;
$color_1: rgba(255,255,255,0.9);
$color_2: #d84800;
$color_3: #be3631;
$color_4: #dd823b;
$color_5: #990000;
$color_6: #fff;
$background_color_1: #be3631;
$background_color_2: #dd823b;
$background_color_3: #cf4944;
$background_color_4: #eee;
@mercime
mercime / auto-deploy_documentation.md
Created March 11, 2018 19:08 — forked from vidavidorra/auto-deploy_documentation.md
Auto-deploying Doxygen documentation to gh-pages with Travis CI

Auto-deploying Doxygen documentation to gh-pages with Travis CI

This explains how to setup for GitHub projects which automatically generates Doxygen code documentation and publishes the documentation to the gh-pages branch using Travis CI. This way only the source files need to be pushed to GitHub and the gh-pages branch is automatically updated with the generated Doxygen documentation.

Sign up for Travis CI and add your project

Get an account at Travis CI. Turn on Travis for your repository in question, using the Travis control panel.

Create a clean gh-pages branch

To create a clean gh-pages branch, with no commit history, from the master branch enter the code below in the Git Shell. This will create a gh-pages branch with one file, the README.md in it. It doesn't really matter what file is uploaded in it since it will be overwritten when the automatically generated documentation is published to th

@mercime
mercime / vim_vundle_and_conemu.md
Created December 16, 2017 22:54 — forked from danwagnerco/vim_vundle_and_conemu.md
This is a Windows-specific walkthrough for installing Vim, Vundle and ConEmu

Vim, Vundle and ConEmu on Windows

Let's start by getting it out on the table: Sublime Text is great, and version 3 should no longer be considered "abandonware" as of build 3065. Sublime Text served me very, very well over the years. That said, trying out new things is a major part of leveling-up, and in that vein Vim deserves a go. (And have you seen some of those thoughtbot guys flying around in Vim? It's awesome!)

Getting Vim up-and-running on your Windows machine doesn't have to be an all-day project. In this post, we'll walk through:

  • Installing gVim, which gives us both the "classic" command line version as well as the graphical version
  • Installing Vundle, the best way to handle Vim-enhancing packages
  • Installing ConEmu, a supercharged command line emulator for Windows
FILE: C:.../wp-content/themes/secretTheme/comments.php
--------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 3 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------
32 | WARNING | Mismatched placeholders is probably an error
32 | WARNING | A gettext call containing placeholders was found, but was not accompanied by a "translators:"
| | comment on the line above to clarify the meaning of the placeholders.
32 | ERROR | Missing singular placeholder, needed for some languages. See
| | https://codex.wordpress.org/I18n_for_WordPress_Developers#Plurals
33 | WARNING | Expected next thing to be an escaping function (see Codex for 'Data Validation'), not
diff --git bp-templates/bp-nouveau/common-styles/_bp-mixins.scss bp-templates/bp-nouveau/common-styles/_bp-mixins.scss
index f03a9de..79804ed 100644
--- bp-templates/bp-nouveau/common-styles/_bp-mixins.scss
+++ bp-templates/bp-nouveau/common-styles/_bp-mixins.scss
@@ -498,3 +498,215 @@
border-color: $border;
}
+
+// BP Tooltips