Chainsaw Repair

Suggestions - Announcements - General Off Topic Lounge - Rec Room => Suggestions - Problems - Announcements => Topic started by: DefinitiveDave on October 23, 2015, 04:04:06 pm

Title: forum viewing
Post by: DefinitiveDave on October 23, 2015, 04:04:06 pm
is there a way to change the default size of the forum text when I am viewing?
My monitor is pretty big but all the text is way tiny to me. 
probably somewhere in the settings but I couldn't find it
thanks
Dave
Title: Re: forum viewing
Post by: treeslayer2003 on October 23, 2015, 04:12:08 pm
i have that trouble here too.......we getting old lol.
Title: Re: forum viewing
Post by: 660magnum on October 23, 2015, 04:15:38 pm
You might find a font size adjustment in your individual browser settings?
Title: Re: forum viewing
Post by: Cut4fun . on October 23, 2015, 04:21:32 pm
Font size is on your end.

Another way I use. Hold in control button and scroll wheel your finger goes on mouse upward. Another way to make letters and reading way easier on your end. 
Title: Re: forum viewing
Post by: DefinitiveDave on October 23, 2015, 04:46:02 pm
yep the cntrl scroll wheel works just have to reset it when I browse elsewhere
thanks
Dave
Title: Re: forum viewing
Post by: Cut4fun . on October 23, 2015, 07:10:33 pm
@DefinitiveDave  I found a setting I could do. It was on 78% and I tried 100% but was to big. I am on 90% right now.

Does this work or is it to big for everyone else?
Title: Re: forum viewing
Post by: 660magnum on October 23, 2015, 07:15:23 pm
Looks OK to me
Title: Re: forum viewing
Post by: treeslayer2003 on October 23, 2015, 09:22:09 pm
wow, the control wheel really is easy and works well. will this work when working on carbs?  ;D
Title: Re: forum viewing
Post by: RoyM on October 24, 2015, 03:25:43 pm
 :D We can wish.
Title: Re: forum viewing
Post by: DefinitiveDave on October 25, 2015, 09:51:21 am
nice!!!!
thanks
Dave
Title: Re: forum viewing
Post by: Cut4fun . on October 25, 2015, 12:39:47 pm
Dave so you know why I am lost most times.
Just to show what I am messing with so you know when I mess up we are all hit. I am computer dumb as it gets.

/* Styles for the general looks for the Curve theme.
------------------------------------------------------- */

/* Normal, standard links. */
a:link, a:visited
{
   color: darkblue;
   text-decoration: none;
}
a:hover
{
   text-decoration: underline;
   cursor: pointer;
}

/* Links that open in a new window. */
a.new_win:link, a.new_win:visited
{
   color: maroon;
   text-decoration: none;
}
a.new_win:hover
{
   text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
   empty-cells: show;
}

/* Set a fontsize that will look the same in all browsers. */
body
{
   background: url(http://ipg);
   font: 90%/130% "Verdana", "Arial", "Helvetica", sans-serif;
   margin: 0 auto;
   padding: 15px 0;
}

/* Help popups require a different styling of the body element. */
body#help_popup
{
   padding: 1em;
}

/* use dark grey for the text, leaving #000 for headers etc */
body, td, th, tr
{
   color: #444;
}

/* This division wraps the entire forum when a forum width is set. */
div#wrapper
{
   margin: 0 auto;
   min-width: 764px;
   max-width: 990px;
   padding: 20px;
   background: #fff;
   box-shadow: 0 0 16px #aaa;
   border-radius: 30px;
}

/* lets give all forms zero padding/margins */
form
{
   padding: 0;
   margin: 0;
}

/* We can style the different types of input buttons to be uniform throughout different browsers and their color themes.
   .button_submit - covers input[type=submit], input[type=button], button[type=submit] and button[type=button] in all browsers
   .button_reset  - covers input[type=reset] and button[type=reset] throughout all browsers
   .input_check   - covers input[type=checkbox] throughout all browsers
   .input_radio   - covers input[type=radio] throughout all browsers
   .input_text    - covers input[type=text] throughout all browsers
   .input_file    - covers input[type=file] throughout all browsers
*/

input, button, select, textarea
{
   font: 95%/115% verdana, Helvetica, sans-serif;
   color: #000;
   background: #fff;
   border: 1px solid #7f9db9;
   padding: 2px;
}

/* Select elements look horrible with the extra padding, so leave them unpadded. */
select
{
   padding: 0;
}

/* Add some padding to the options instead. */
select option
{
   padding: 1px;
}

/* The font size of textareas should be just a little bit larger. */
textarea
{
   font: 100%/130% verdana, Helvetica, sans-serif;
}

/* Buttons should be styled a bit differently, in order to make them look more button'ish. */
.button_submit, .button_reset
{
   background: #cde7ff url(http://images.smfboards.com/caf/themes//images/theme/submit_bg.png) no-repeat;
   border: 1px solid #aaa;
   cursor: pointer;
   font-weight: normal;
}
input:hover, textarea:hover, button:hover, select:hover
{
   border: 1px solid #454545;
}
.button_submit:hover, .button_reset:hover
{
   border: 1px solid #aaa;
   background: url(http://images./submit_bg.png) no-repeat 0 -140px #cde7ff;
}
input:focus, textarea:focus, button:focus, select:focus
{
   border: 1px solid #454545;
}

/* All input elements that are checkboxes or radio buttons shouldn't have a border around them. */
input.input_check, input.input_radio
{
   border: none;
   background: none;
}
h3.catbg input.input_check
{
   margin: 9px 7px 0 7px;
}

/* Give disabled text input elements a different background color. */
input[disabled].input_text
{
   background-color: #eee;
}

/* Standard horizontal rule.. (
, etc.) */
hr, .hrcolor
{
   height: 1px;
   border: 0;
   color: #ccc;
   background-color: #ccc;
}

/* By default set the color on these tags as #000. */
h1, h2, h3, h4, h5, h6
{
   color: #fff;
   font-size: 1em;
   margin: 0;
   padding: 0;
}

/* Fieldsets are used to group elements. */
fieldset
{
   border: 1px solid #c4c4c4;
   padding: 1em;
   margin: 0 0 0.5em 0;
}
fieldset legend
{
   font-weight: bold;
   color: #444;
}
/* No image should have a border when linked. */
a img
{
   border: 0;
}

/* Define strong as bold, and em as italics */
strong
{
   font-weight: bold;
}

em
{
   font-style: italic;
}
/* Alternative for u tag */
.underline
{
   text-decoration: underline;
}

/* Common classes to easy styling.
------------------------------------------------------- */

.floatright
{
   float: right;
}
.floatleft
{
   float: left;
}

.flow_auto
{
   overflow: auto;
}
.flow_hidden
{
   overflow: hidden;
}
.flow_hidden .windowbg, .flow_hidden .windowbg2
{
   margin-top: 2px;
}
.clear
{
   clear: both;
}
.clear_left
{
   clear: left;
}
.clear_right
{
   clear: right;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext, tr.smalltext th
{
   font-size: 0.85em;
   font-family: verdana, sans-serif;
}
.middletext
{
   font-size: 0.9em;
   line-height: 1em;
   font-family: verdana, sans-serif;
}
.normaltext
{
   font-size: 1em;
   line-height: 1.2em;
}
.largetext
{
   font-size: 1.4em;
}
.centertext
{
   margin: 0 auto;
   text-align: center;
}
.righttext
{
   margin-left: auto;
   margin-right: 0;
   text-align: right;
}
.lefttext
{
   margin-left: 0;
   margin-right: auto;
   text-align: left;
}
.double_height
{
   line-height: 2em;
}
/* some common padding styles */
.padding
{