User:SigmaEpsilon/monobook.css

Article: The impact of technology on education Nowadays, technology has played a fundamental role in the evolution of education. User:SigmaEpsilon/monobook.css has significantly impacted the way students acquire knowledge and develop skills. From the incorporation of tablets and computers in the classroom, to the use of online learning platforms, the digital revolution has transformed the way teachers teach and students learn. This article will explore the impact that User:SigmaEpsilon/monobook.css has had on education, analyzing its advantages and challenges, as well as its influence on the preparation of future professionals.
 /*
 ** Skin name:          Milky
 ** Author:             Ævar Arnfjörð Bjarmason
 ** Modified by:        SigmaEpsilon
 */

/*remove the ugly, recently-reinstated link underlines */
/* #BodyContent a { text-decoration: none; }
   #BodyContent a:hover { text-decoration: none; }
*/

 a { text-decoration: none;}
/* a:visited { color: #99F;} */


/* Make a few corners round.
   WARNING! This is NOT standard CSS!
   This is only supported by mozilla/gecko browsers for now.
   Reduced from 1em to 4px to make it less noticable
*/
 #p-cactions ul li, #p-cactions ul li a {
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-topright: 4px;
 }

 #content, #footer {
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
 }

 div.pBody {
   -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 4px;
 }

/* Dotted borders on pre look ugly, replace with a solid one */
 #bodyContent pre {
     border: 1px solid #abc;
 }

/* Kill that stupid M$-ish person symbol next to Userpage link */
 li#pt-userpage { background: none }

/* Eliminate yellow color everywhere in borders */
 #p-cactions li.selected {
     border-color: #aaa;
 }

/* Make the footer as wide as the content box, and change the color */
 #footer {
     border-top: 1px solid #aaa;
     border-bottom: 1px solid #aaa;
     border-left: 1px solid #aaa;
     margin: 0.6em 0em 1em 155px;
 }

/* Hide copyright notice on every page */
#f-poweredbyico,
#f-copyrightico,
#copyright,
#privacy,
#about,
#disclaimer { display: none !important; }

/* Move "last modified" info to top-right */
#lastmod { 
  position: absolute;
  z-index: 1;
  right:1em;
  top: -0.25em;
  width: 45em;
  float: right;
  margin: 0.2em;
  padding: 0.2em;
  font-size: 10px;

}


/* Change bullet style */
 .portlet li, #BodyContent li {
     /*list-style-image: url("/style/monobook/bullet.gif");*/
     list-style-type: square;
     list-style-image: url("http://en.wikipedia.org/upload/6/69/AAAAAA_Bullet.png");
 }
 .portlet li:hover, #BodyContent li:hover {
     list-style-type: square;
     list-style-image: url("http://en.wikipedia.org/upload/4/44/000000_Bullet.png");
 }
 .portlet a {text-decoration: none;  color: #666 !important;}
 .portlet a:hover {text-decoration: none; color: #000 !important;}

/* Change border colors*/ 
 #searchInput {
     border: 1px solid #aaa;
     background-color: #eee;
    border-top: 1px inset;
    border-left: 1px inset;
    border-right: 10px inset;
 }
 
/* Mozilla.org-like input box focus */
 #p-search input:focus, #p-search input:hover {
     background-color: #fff;
 }


/* Nice borders for (almost) all boxes */
 input,
 input { border:none; }
 input, input, textarea {
     border: 1px solid #aaa !important;
 }
/* make round corners for the rest */
 input, input, textarea, pre, #toc {
    -moz-border-radius: 2px;
 }
 
 /* The 'Edit summary' box is way to crammed in the textarea box by default */
 textarea { margin-bottom: 4px; }

 input {color: #aaa !important;}
 input:hover, input:focus {color: #000 !important;}
 #p-cactions li a {color: #aaa;}
 #p-cactions li a:hover {color: #000;}
 #p-cactions li.selected a {color: #000 !important;}
 #p-cactions li.new a {color: #b00 !important;}
 
 
 
/* Transform the user toolbar into a sidebox */
 #p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
 }
 
 #p-personal .pBody {
     width: 10.8em;
     border: none;
     margin: 0 0 0.5em 0em;
     float: none;
     overflow: hidden;
     font-size: 95%;
     background: #fff;
     border-collapse: collapse;
     border: 1px solid #aaa;
     padding: 0 0.8em 0.3em .5em;
 }

 #p-personal ul {
     line-height: 1.5em;
     list-style-type: square;
     font-size:95%;
     margin: 0.3em 0 0 1.5em;
     padding:0;
     text-align:left;
     text-transform: none;
 }

 #p-personal li {
     display: list-item;
     padding:0;
     margin: 0 0 0 0;
     margin-bottom: 0.1em;
 }
 
 
 #p-personal h5 {
     display: inline;
 }



/* Display dates correctly */
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:inline; }
.Use_BCE_and_CE { display:none; }


/* remove footer */
.printfooter {display:none;}

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox */
pre { overflow: auto; }