Coder Social home page Coder Social logo

emi's People

Contributors

kimcoop avatar watarutmnh avatar zoerooney avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emi's Issues

Remove iOS input styling

Add to reset:

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
     -webkit-appearance: none;
     border-radius: 0;
}

Web fonts

Figure out how you want to handle them (directory structure, SASS)

SASS branch

Thinking it makes sense to add a branch in here for the SASS version, eventually to replace the main version. Thoughts?

Forms CSS

Need better starter/ reset CSS for forms & inputs.

Font reset fixes

Remove over-aggressive reset on font family, style, size since those are always defined

Drop down menus

I thought there was default CSS styling for drop downs but apparently that's not the case...

Add clearfix

Replace all instances of overflow:hidden with micro group/ clearfix:

.group:after {
  content: "";
  display: table;
  clear: both;
}

Livereload error

Thanks for a great theme, however, I get this error when livereload runs:

... Uhoh. Got error listen EADDRINUSE ...
Error: listen EADDRINUSE
at errnoException (net.js:901:11)
at Server._listen2 (net.js:1039:14)
at listen (net.js:1061:10)
at Server.listen (net.js:1127:5)
at Server.listen (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/node_modules/tiny-lr/lib/server.js:138:15)
at Function.exports.listen (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:68:12)
at Function.exports.changed (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:88:20)
at Transform.reload._transform (path-to-theme/wp-content/themes/solo/node_modules/gulp-livereload/gulp-livereload.js:24:13)
at Transform._read (_stream_transform.js:179:10)
at Transform._write (_stream_transform.js:167:12)

Never really used gulp before, so maybe im just doing a noobie mistake?

Call minified CSS

Edit header.php to call the minified CSS file:

<link rel="stylesheet" type="text/css" media="all" href="<?php echo get_stylesheet_directory_uri(); ?>/style.min.css" />

Sticky styling

Add .sticky css class to satisfy theme check requirements

Add tag display

Add tag display someplace (probably in content.php, in the footer meta area)

Common menu layouts

It'd be nice to have some CSS modules for common menu styles - maybe a left aligned, a right aligned, and a centered...

Add rel="nofollow" to footer credit links

Just to be safe since those are more for visual marketing/ access via readers and aren't looking for pagerank support anyway, and may actually be detrimental to pagerank.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.