User:Diego Moya/common.css

From mediawiki.org

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Flow tweaks */

/* sane gray titles */

.flow-topic-titlebar {
	background-color: #F5F5F5;
	font-size: 12px;
}


/* hover effect on thread bars */

.flow-replies:hover { 
	border-left-color: #333 !important;
	border-left-width: 2 !important;
	border-left-style: solid;
}

/* zebra pattern */
.flow-replies  { 
	background-color: #FAFAFA;
	border-left-style: solid;
	border-left-color: #AAA !important;
}

.flow-replies .flow-replies { 
	background-color: #FFFFFF;
}

.flow-replies .flow-replies .flow-replies  { 
	background-color: #FAFAFA;
}

.flow-replies .flow-replies .flow-replies .flow-replies { 
	background-color: #FFFFFF;
}

/*.flow-post-interaction { padding: 0px !important ; border-top-color: 0 !important;  }
.flow-post-content  { padding: 0px !important ; border-top-color: rgb(0,0,0) !important; }
.flow-element-container { padding: 0px !important ; border-top-color: rgb(0,0,0) !important; } */

/*

.flow-post-title { padding-top: 5px !important; padding-bottom: 0px !important; border-top-color: rgb(0,0,0) !important; }
*/

/* quitar espacio extra */
/*
.flow-post-replies .flow-element-container { margin-top: -33px !important; abackground-color: #ff0000  !important}
.flow-post-interaction > .flow-reply-link { /* margin-left: 762px !important; */ 
/* 
margin-left: -75px !important;  margin-top: -65px; abackground-color: #ff00ff !important}
.flow-datestamp { top: 6px !important; right: -200px !important; abackground-color: #00ff00 !important}
.flow-agotime { top: -0px !important; abackground-color: #00ffff !important}
*/

/* colapsar vista TOC */

/*

.topic-collapsed-one-line .flow-topic-closed { padding-bottom: 0px !important; }
.topic-collapsed-one-line .flow-topic-closed .flow-topic-title { margin-bottom: 0px !important; }
.topic-collapsed-one-line .flow-titlebar .flow-realtitle { font-size: 16px !important;}
.topic-collapsed-one-line .flow-topic-closed .flow-titlebar { font-size: 16px !important; padding-top: 2px !important; padding-bottom: 2px !important;}
.flow-topic-posts-meta-minimal { margin-top: -10px !important; }

/*.flow-post-replies .flow-post-interaction {width: 200 !important; abackground-color: #ffff00 }

/* #bodyContent a[title="User:Gryllida"] { background-color: #00ff00; color: #ffffff; font-weight: bold; } */