Your web-browser is very outdated, and as such, this website may not display properly. Please consider upgrading to a modern, faster and more secure browser. Click here to do so.

A X O N - A X O F F

My name is Tressa. I'm a twenty-something girl living in Kentucky.

Enjoy this jumble of things that I find awesome, adorable, funny, beautiful, etc.

| Ask | Archive | Random | Me | Mine |

Posts tagged CSS

nedroidcomics:

 Also, a quick personal note: don’t send me Tumblr messages through the “Fanmail” feature. I turned off my Ask box because I didn’t want any more questions and then people just started asking questions through Fanmail. I can’t turn it off, but I won’t reply. Thanks!

 P.S. Tumblr, if you are listening, not being able to shut off the Fanmail “feature” is a terrible idea, please change that

I’m guessing that you can hide the little envelope button if you add this to the CSS of your page (i.e., in the custom CSS box or between the <style></style> tags in the customize panel):

.fan_mail{display:none !important;}

(via nedroidcomics)

Nedroid Fan mail CSS Tumblr

Wikipedia Tumblr Theme Tumblr theme CSS

I fixed an error in my theme CSS. 2em where it shoulda been 1em. WORLD OF DIFFERENCE.

CSS Tumblr

Ha! Myspace is how I learned to write HTML/CSS.

Ha! Myspace is how I learned to write HTML/CSS.

(via annorexicheart & fuckyeahidiotnerdgirl-deactivat)

Myspace Computer Science HTML CSS Programming I know HTML isn't technically programming whatever

Do you like my Tumblr layout?

Does it show up okay in your browser? Do you have any suggestions for improvement?

Tumblr Theme Advice Tumblr Theme Design CSS

Photoshop Web design CSS

History + HTML/CSS > History + Pencil/Paper

I’m making my World Civ notes into a carefully formatted HTML document. I like hand-coding like this more than I like using a word processor.

I’m spending more time adjusting borders, padding, and margins than I am memorizing facts about The French Revolution. My notes are gonna look so good, though.

HTML CSS History Silly

where did you get your Tumblr theme? I like that your title changes when you put your mouse over it.

Thanks, anon! I started with Peter Vidani’s Not Quite, but I removed the attribution since it doesn’t look anything like that theme anymore.

I used CSS to make my rollover logo. I created the normal and rollover versions of my logo in Photoshop (using a free font called Plastic Pill) and saved them to Photobucket.


And then I added this to my code:

<style>
  #header {
     height: 90px;
     width: 784px;
     background-image:url(http://.../axon-logo-2.png);
  }
  #header:hover img { display:none; }
</style>

<div id="header">
   <img src="http://.../axon-logo-1.png" />
</div>

The bolded part makes “axon-logo-1.png” disappear when you put your mouse over it to reveal the background image (“axon-logo-2.png”) underneath.

CSS Themes Tumblr Web design

My Tumblr Theme

I’m getting as into it as I used to be into Myspace layouts.

Tumblr Layout CSS Web design